@charset "UTF-8";
* { margin: 0; padding: 0;box-sizing:border-box;}
body { font: 14px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #373737; font-size: 14px;}
img { border: 0;}
ul, li { list-style: none; }
a { text-decoration: none; color: #373737; }
a:hover { color: #218af1; text-decoration: underline; }
h1 { font-size: 28px }
h2 { font-size: 18px }
h3 { font-size: 16px }
.container-fluid{
	width:100%;
}
.container{
	width:1060px;
	margin-left:auto;
	margin-right:auto;
}
.clear:after{content:" ";clear:both;display:block;}
.clearfix { clear: both; width: 100%; }
.blank { height: 10px }
.fl,.left { float: left }
.fr,.right { float: right }
.htitle { text-align: center; font-weight: 700; font-size: 36px; margin: 30px auto }
.box{ width: 1060px; margin: auto;}
.whitebg { background: #fff; border: 1px solid #eee; }
.plr20 {padding: 0 20px;}
.mobile{display:none;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.box_main{width:700px;}
.box_bar{width:340px;}
.zhuanti img{vertical-align:middle;}
.side-title{font-size:18px;font-weight:bold;position:relative;padding-left:15px;margin-bottom:10px;}
.side-title:before{content:"";width:5px;height:18px;background:#f56c6c;position:absolute;left:0;top:4px;}
/*header*/
.topbar{
	background-color: #fafafa;
    border-bottom: 3px solid #d70a29;
	line-height:35px;
	color:#888;
	font-size:12px;
}
.topbar .weixin{position:relative;}
.topbar .weixin .wximg{position:absolute;top:20px;left:0;background:#FFF;padding:10px;display:none;z-index:999;}
.topbar .weixin .wximg img{width:140px;height:140px;}
header { margin: 0; width: 100%; transition: all 0.4s; background: #fff;}
.logo-section { padding: 20px 0 15px; }
.logo { overflow: hidden;}
.logo img { max-height: 45px; float: left; margin-right: 10px }
.logo-title { font-size: 28px; color: #1487f4; }
.logo-title a{color: #1487f4; }
.logo-text { margin-top: 5px; color: #888; }
/*search*/
.search { float: right; margin-top: 5px; border-radius: 0 5px 5px 0; width: 400px; position:relative; }
.search p { margin-bottom: 10px; }
.search input.input_submit {background:url(images/search.png) no-repeat left 10px center; border: 0; color: #fff; outline: none; line-height: 36px; font-size: 15px; width: 100px; cursor: pointer; letter-spacing: 5px; text-indent: 1em;position:relative;z-index:99;}
.search:before {content: " "; display: block; position:absolute;width: 100px;height:100%;right:0;top:0;background:#e43439; }
.search input.input_text { border: 0; line-height: 36px; height: 36px; outline: none; width: 300px; background: #f3f3f3; float: left; text-indent: 1em; }
.m_search{display:none;}
.search_icon{display:none;}
/*nav*/
.commonnav { width: 100%; background:#e43439;} 
.commonnav:before { display: table; content: " "; }
.commonnav:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.navlist { margin: auto; line-height: 35px;width: 1060px; }
.navlist li { position: relative; display: inline-block; font-size: 14px; margin-right: 20px; }
.navlist li a { display: inline; color: #fff; }
.navlist li a i{
	font-size: 20px;
    margin-right: 5px;
    color: #ffa5a5;
    vertical-align: middle;
}
.navlist ul.sub {width: 100%;padding: 5px 0; position: absolute; left: 0; top: 50px; background: rgb(9, 118, 220); z-index: 9; display: none; }
.navlist ul.sub li { height: 34px; line-height: 34px; margin-left: 0; width: 100%; font-size: 14px; }
.navlist ul.sub li a { padding: 0; display: block; width: 100%; }
.navlist ul.sub li a:hover { background: #1487f4; }
.navlist li:hover ul.sub { display: block }


/*index*/
.index_title h2{font-size:16px;font-weight:bold;padding:5px 0;position:relative;padding-left:15px;margin:5px 0;}
.index_title h2:before{content:" ";position:absolute;left:0;height:18px;width:10px;top:7px;background:#e43439;}
.toplink_hot{font-size:15px;padding-bottom:15px;}
.toplink_hot a{color: #e43439;padding-right: 15px;}
.toplink_new{padding-bottom:10px;border-bottom:1px solid #f3f3f3;}
.toplink_new ul li{width: 33.3333333%;float: left;line-height: 30px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.top_newupdate{margin-top:5px;}
.top_newupdate li{height: 32px;line-height: 32px;width: 100%;background: url(images/dot.gif) no-repeat left center;padding-left: 10px;}
.top_newupdate li em{font-style:normal;}
.top_newupdate li em a{color:#999;}
.top_newupdate li i{font-style:normal;color:#ddd;}
.top_newupdate li span{float:right;}
.area_nav ul{padding:5px 0;}
.area_nav ul a{margin-right: 12px;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;}

.liuc-head {
    border-bottom: 4px solid #dcdcdc;
    overflow: hidden;
}
.liuc-head .process_tab{border-bottom:2px solid #ddd;}
.liuc-head .process_tab li{float:left;margin-right:15px;padding:10px 0;position:relative;bottom:-2px;z-index:9;font-size:16px;}
.liuc-head .process_tab li.current{border-bottom:2px solid #e43439;color:#e43439;}
.liuc-head .process_tab li:hover{cursor:pointer;color:#e43439;}
.liuc-head ul{
	padding:15px 0;
	overflow:hidden;
}
.liuc-head p {
    background-color: #dfedff;
    width: 145px;
    text-align: center;
    padding-top: 12px;
	border-radius: 10px;
}
.liuc-head p, .liuc-head span {
    float: left;
    height: 60px;
}
.liuc-head span {
    width: 40px;
    background: url(images/right.png) no-repeat center;
}

.index_content{
	font-size:14px;
	line-height:1.5;
}
.index_content>p{
	padding-bottom:15px;
}
.index_content a{
	color:#e43439;
	border-bottom:1px solid #e43439;
}
.index_content table{
	margin-bottom:15px;
}
table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 0.75em;
	width: 100%;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	box-sizing: border-box;
}
table caption {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    background: #dfedff;
    border: 1px solid #ddd;
}
table th {
	background-color: #f9f9f9;
	text-align: center;
	box-sizing: border-box;
}

table td,table th {
	padding: 5px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.guide{
	background:url(images/datebg.png) no-repeat center;
}
.guide .exam_calendar{
	overflow:hidden;
}
.guide .exam_calendar li{
	float:left;
	width:50%;
	line-height:40px;
	text-align:center;
	border-bottom:2px solid #f3f3f3;
	font-size:16px;
	font-weight:bold;
}
.guide .exam_calendar li.current{
	color:#e43439;
	border-bottom:2px solid #e43439;
}
.guide .exam_calendar li:hover{
	cursor:pointer;
}
.exam_calendar_box>div.exam_calendar_tab{
	display:none;
}
.exam_calendar_box>div.current{
	display:block;
}
.bkzn{
	overflow:hidden;
}
.bkzn li{
	float:left;
	width:25%;
	line-height:26px;
	text-align:center;
}
.bkzn li a{
	font-size:15px;
	color:#0453be;
	font-weight:bold;
}
.bksjb{
	padding:15px;
}
.bksjb li{
	line-height:22px;
	padding:5px 0;
}
.bksjb li span.sjbbt{
	width: 27%;
    display: inline-block;
    padding: 0 5px;
    background: #aed5ff;
    text-align: center;
	margin-right:10px;
}
}
.bksjb li span.sjbnr{
	width:73%;
	display:inline-block;
	padding-left:10px;
}
.bksjb li a{
	color:#f00;
}
.ck_countdown{
	padding:10px 0;
	text-align:center;
	border-bottom:1px solid #fff;
}
.ck_countdown p{
	font-size:16px;
	padding:5px 0;
	font-weight:bold;
}
.ck_countdown p#day_count{
	margin-top:5px;
}
.ck_countdown p span{
	display:inline-block;
	margin:0 5px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	padding:0 5px;
	background: linear-gradient(to top, #dfedff 0%,#dfedff 50%,#fff 50%,white 100%);
    border-radius: 3px;
    border: solid 1px #e43439;
    color: #e43439;
}
.channel_box ul{
	width:350px;
	overflow:hidden;
}
.channel_box ul a{
	display:block;
	width:165px;
	float:left;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}
.channel_box ul a img{
	width:100%;
}
.swiper-container {
	width:340px;
	height:200px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
.swiper-slide a>p{
	display:none;
}
.swiper-slide{
	height:180px;
}
.swiper-container-fade .swiper-slide img{
	width:100%;
	height:100%;
}
.side_title h2{
	padding:10px 0;
	border-bottom:3px solid #ddd;
	font-size:16px;
	color:#e43439;
}
.channel_box{
	padding:10px 0;
}
.side_arclist ul{
	padding:10px 0;
}
.side_arclist ul li{
	height: 32px;line-height: 32px;width: 100%;background: url(images/dot.gif) no-repeat left center;padding-left: 10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
}
.footer{
	background:#f3f3f3;
	padding:20px 0;;
}
.friendlinks{
	width:1060px;
	margin-left:auto;
	margin-right:auto;
}
.friendlinks ul{
	overflow:hidden;
	line-height:24px;
}
.friendlinks h2{
	float:left;
	margin-right:10px;
	font-size:12px;
}
.friendlinks li{
	float:left;
	margin-right:10px;
}
.friendlinks li a{
	color:#888;
	font-size:12px;
}

.copyright{
	text-align:center;
	font-size:12px;
	color:#888;
	line-height:22px;
}
.copyright span{
	color:#ddd;
	margin:0 5px;
}
.copyright a{
	color:#888;
}
.copyright a:hover{
	color:#f56c6c;
}

.location{
	background:#FFF;
}

/*article*/
.article_box{
	background:#FFF;
}
.article_title{
	font-size:24px;
	font-weight:bold;
	padding-bottom:15px;
}
.article_add{
	color:#888;
	border-bottom:1px solid #f3f3f3;
	padding-bottom:15px;
}
.article_add span{
	margin-right:10px;
}
.article_add span i{
	margin-right:5px;
	vertical-align:text-bottom;
}
.article_add a{
	color:#888;
}
.article_content{
	font-size:16px;
	line-height:1.7;
}
.article_content p{
	padding-bottom:20px;
}
.article_content img{
	max-width:100%;
}
.article_content h2{
	display:inline-block;
	font-size:22px;
	font-weight:bold;
	border-bottom:3px solid #f56c6c;
	margin-bottom:15px;
}
.article_content h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
.article_content a{
	color:#e43439;
	text-decoration:none;
}
.article_content table{
	border-spacing: 0;
    border-collapse: collapse;
	margin-bottom:15px;
	width:100%;
}
.article_content table td{
	padding: 5px;
	font-size:14px;
	line-height:1.5;
	border:1px solid #DDD;
}
.article_content table th{
	padding: 5px;
	font-size:14px;
	line-height:1.5;
	border:1px solid #DDD;
	background:#DDD;
}
.article_content table td>p{
	padding-bottom:0;
}
.article_tag{
	color:#ddd;
}
.article_tag a{
	color:#888;
}
.article_tag span{
	margin:0 5px;
}
.article_tag span:last-child{
	display:none;
}
.article_info{
	border-top:5px solid #f3f3f3;
	padding:15px 0;
	background:#FFF;
}
.article_info p{
	font-size:14px;
	line-height:1.6;
	color:#585858;
	padding:5px 0;
}
.article_next li{
	font-size:14px;
	color:#888;
	padding:5px 0;
}
.article_next li em{
	font-style:normal;
}
.article_next li a{
	color:#888;
}
.tab_title{
	margin-bottom:15px;
}
.tab_title h2{
	display:inline-block;
	padding:5px 0;
	border-bottom:5px solid #f56c6c;
}
.article_other ul li{
	padding:20px 0;
	background:#FFF;
	overflow:hidden;
	border-bottom:1px solid #f3f3f3;
}
.article_other ul li a:hover{
	text-decoration:none;
}
.article_other ul li img{
	float:left;
	margin-right:15px;
	width:150px;
	height:90px;
	margin-top:5px;
	border-radius:10px;
}

.article_other ul li h3{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}
.article_other ul li h3 strong{
	font-weight:normal;
	color:#F00;
}
.article_other ul li p{
	font-size:13px;
	line-height:1.7;
	color:#555;
}
.article_other ul li div.pdate{
	padding-top:5px;
	color:#787878;
	line-height:20px;
}
.article_other ul li div.pdate span.category a{
	display: inline-block;
    background: #ffe8e9;
    padding: 1px 5px;
    font-size: 12px;
}
.article_other ul li div.pdate span.pubtime {
	float:right;
	color:#999;
}
.widget{
	padding:15px;
	background:#FFF;
}
.hotnews ul li{
	line-height:30px;
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.hotnews ul li i{
	width:16px;
	height:16px;
	text-align:center;
	color:#FFF;
	font-size:12px;
	background:#DDD;
	display:block;
	float:left;
	margin-top:8px;
	line-height:16px;
	margin-right:10px;
	font-style:normal;
}
.hotnews ul li i.n1,.hotnews ul li i.n2,.hotnews ul li i.n3{
	background:#f00;
}
.tags a{
	display:inline-block;
	background:#f5f5f5;
	padding:5px 10px;
	margin:3px 5px 3px 0;
}
.list_title {
	font-size:20px;
	padding:15px 30px;
	background:#FFF;
	display:none;
}
.list_title h1{
	font-size:20px;
}
.pagelist{
	padding:15px 0;
	background:#FFF;
}
.pagelist a{
	display:inline-block;
	color:#888;
	border:1px solid #ddd;
	padding:5px 8px;
}
.contact_box {width:100%;background-color:#FFFFFF;}
.contact {width:80%;margin:0 auto;padding:20px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.contact_h2 {text-align:center;font-size:16px;font-weight:bold;color:#333333;letter-spacing:0;padding-bottom:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.contact a {width:100%;background:#e43439;color:#FFFFFF;border-radius:20px;display:block;text-align:center;padding:10px 0px;}
.contact_line {width:100%;height:14px;opacity:0.3;background-image:linear-gradient(180deg,#f56c6c 0%,rgba(64,132,255,0.00) 65%);border-radius:20px;}
.contact_num {text-align:center;font-size:14px;}
.contact_num span {color:#fa741b!important;}


.data_item .item_des {
  text-align: left;
  color: #fff;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.data_item .item_des p {
	font-size: 15px;
    line-height: 25px;
}

.data_item .item_des p > span {
  color: #eb434f;
}
