/* CSS Document */

.wrap { width:1000px; margin:auto; }
.dl { padding-top:22px; padding-left:10px; }
.dl a { color:#fff; }
.mobterminal{
	height:50px;
	display:none;
}
.content{ margin-top:20px}
.banner { background:url(../images/banner_02_05.jpg) no-repeat; margin:auto; height:400px;}

.box1 { background:#FFF; height:270px; width:475px; border:1px solid #e9e9e9; margin-bottom:45px; -webkit-box-shadow: 3px 5px 5px #e9e9e9; }
.z { margin:15px;}
.z h1 {
	font-size:16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.z h1 a{color:#336699;}
.line { background:#e3e3e3; height:1px; margin-top:10px; }
.img1{ padding-top:10px; }
.img1 a{ font-size:14px; display:block; margin:12px 0; line-height:16px }
.img1 a span{ margin-right:10px; font-size:16px; display:inline-block; vertical-align:2px}
.img1 a p{ display:inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; width:390px; margin:0}

.z p a { color:#7184b2; font-weight:bold; display:block; margin-top:25px; line-height:28px; font-size:14px;}
.z h1 span a{ float:right}
.z h1 span a:hover{ text-decoration:underline}
.z1 { color:#9ba2af; font-weight:bold; font-size:12px; padding-top:25px; }
.z1 a { padding-left:230px; color:#F30;}
.z1 a:hover { color:#9ba2af; }
.box2{background: #FFF;
height: 540px; 
width: 475px;
border: 1px solid #e9e9e9;
margin-bottom: 45px;
-webkit-box-shadow: 3px 5px 5px #e9e9e9;
}
.cousre_fl .box1 { background:#FFF; width:318px; height:420px; border:1px solid #e9e9e9; margin-bottom:45px; -webkit-box-shadow: 3px 5px 5px #e9e9e9; margin-right:20px;}
.prointro{
        height: 50px;
        overflow: hidden;
}
.cousre_fl .mag0{ margin-right:0px;}
.cousre_fl .banner { background:url(../images/banner_02_05.gif) no-repeat; margin:auto; height:70px; }

.top_search_nav{
        width:100%;
        height: 50px;
        margin: 10px 0;
        background-color: #f6f6f6;
        padding-top: 20px;
}
#myear{
        display: none;
}
.top_search_nav ul{
        margin: 0 auto;
        padding-left: 5%;
}
.top_search_nav li{
        float: left;
        width:15%;
        font-weight: bold;
        text-align: center;
}
.top_search_nav li a{
        color: #007bc4;
        float: left;
        margin-top: 5px;
}
.top_search_nav li a:hover{
        color: #e7463e;
}

.pr {
  position: relative;
  float: none;
  height: 45px;
  margin: 0 auto;
}

.timline{
	width:140px;
	position:fixed;
	left:10px;
	top:150px;
	color:#3d5f8f;
	text-align:center;
	line-height:50px;
}
.timpoint{
	width:50px;
	height:50px;
	border-right:2px dotted #ffcc99;
	float:left;
	color:#ffcc99;
}
.timvalue{
	width:80px;
	height:50px;
	float:right;
	text-align:left;
	display:block;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
}
.timvalue a{
	color:#007bc4;
	font-size:16px;
}
.timvalue a:hover{
	color:#007bc4;
	font-size:18px;
}


 .popwin{
	height:30px;
	line-height:30px;
	width:600px;
	text-align:center;
	bottom:20px;
	background-color:#FFF;
	position:fixed; 
	bottom:50px;
	left: 50%;
	margin-left:-300px;
	font-weight:bold;
	display:none;
 }
 
 .datapage{
         width:100%;
         float: left;
         text-align: center;
 }
.pagination {
  margin-bottom: 0px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination>li {
  display: inline;
}
li {
  list-style: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination>li>a:hover, .pagination>li>span:hover {
        background-color: #eeeeee;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination .active a {
  color: #4073a2;
  font-weight: bold;
  font-style: italic;
}


/*答题*/
@media (max-width: 965px){
	#top{margin-top:0;}
	.mobterminal{display:block;}
	.timu span{ margin-top:4px!important}
	.test_type a{ width:32.5%; padding:4px 0!important; display:block; float:left;border-radius:0; margin-bottom:10px}
	.box1{ width:100%}
	.img1 a{ position:relative}
	.img1 a p{ width:93%; margin-left:7%}
	.img1 a span{ position:absolute; left:0}
	.img1 a img{ width:100%}
	.banner{}
	.cousre_fl .box1{ width:100%; margin:none;}
	.box2{ width:100%; height:auto; margin-bottom:20px!important}
        #myear{display: block;}
}