@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: 100%; 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:1rem;}
.mt30{margin-top:30px;}
.box_main{width:100%;padding:0 1rem;}
.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:1rem;
	overflow:hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.logo {
	float: left;
	overflow: hidden;
	padding:0;
}
.logo img {max-height:2.25rem;vertical-align:middle;}
.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: 100%; white-space:nowrap;overflow-x:scroll;padding:0 0.5rem;}
.navlist li { position: relative; display: inline-block; font-size: 0.875rem; margin:0 0.5rem; }
.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 }

.top_nav{
	overflow:hidden;
	padding:1rem;
}
.top_nav li{padding:0 0.5rem;float:left;width:25%;}
.top_nav li a{display:block;text-align:center;}
.top_nav li a>div{
	background:#f8f8f8;
	padding:0.3125rem 0;
}
.top_nav li a img{width:50%;}
.top_nav li a span{
	display:block;
	padding-top:0.5rem;
	font-size:1rem;
}
.m-nav-btn{
	color:#888;
	font-size:1.5rem;
	float:right;
}
.m-nav-btn i{
	font-size:2rem;
}
.m-navlist{
	display:none;
	width:40%;
	position:fixed;
	background:#f3f3f3;
	height:100%;
	right:0;
	top:0;
	padding-top:2rem;
	z-index:999;
}
.m-navlist li{
	line-height:3.5rem;
	border-bottom:#ddd 1px solid;
}
.m-navlist li a{
	display:block;
	text-align:center;
	font-size: 1rem;
}
.m-navlist li a i{
	margin-right:0.5rem;
	color:#999;
}
.m-nav-close{
	padding:0.5rem;
	position:absolute;
	right:0;
	top:0;
}
.m-nav-close i{
	font-size:1.25rem;
}
.nav-Mask{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.9);
	display:none;
	z-index:9;
}
/*index*/
.index_title h2{
	font-size: 1.25rem;
    font-weight: bold;
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1rem;
}
.index_title h2:before{
	content: " ";
    position: absolute;
    left: 0;
    height: 1rem;
    width: 0.625rem;
    top: 1rem;
    background: #e43439;
}
.toplink_hot{font-size:1rem;padding-bottom:1rem;overflow:hidden;}
.toplink_hot a{color: #e43439;display:block;width:50%;float:left;}
.toplink_new{padding-bottom:0.625rem;border-bottom:1px solid #f3f3f3;}
.toplink_new ul li{width:50%;float: left;line-height: 2rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.top_newupdate{padding:1rem 0;}
.top_newupdate li{height: 2rem;line-height: 2rem;width: 100%;background: url(images/dot.gif) no-repeat left center;padding-left: 0.625rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.top_newupdate li a{font-size:1.125rem;}
.top_newupdate li em{font-style:normal;display:none;}
.top_newupdate li em a{color:#999;}
.top_newupdate li i{font-style:normal;color:#ddd;display:none;}
.top_newupdate li span{float:right;display:none;}
.area_nav{
	padding:1rem;
	background:#eee url(images/wmapbg.jpg) center;
}
.area_nav ul{
	padding:5px 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    justify-items: center;
    text-align: center;
}
.area_nav ul a{
    font-size: 1rem;
    padding: 0.3125rem 0.625rem;
    background: #fff;
    margin: 0.25rem;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.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:1rem;
	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:1rem;
}
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;
}
.index_content table td img{
	width:100%;
	height:auto;
}
.guide{
	background:#f8f8f8;
}
.guide .exam_calendar{
	overflow:hidden;
}
.guide .exam_calendar li{
	float:left;
	width:50%;
	line-height:2.5rem;
	text-align:center;
	border-bottom:2px solid #f3f3f3;
	font-size:1.125rem;
	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:2rem;
	padding:0.5rem 0;
	font-size:1rem;
}
.bksjb li span.sjbbt{
	width: 30%;
    display: inline-block;
    padding: 0 0.3125rem;
    background: #e43439;
    text-align: center;
    margin-right: 0;
    color: #fff;
}
.bksjb li span.sjbnr{
	width:70%;
	display:inline-block;
	padding-left:0.5rem;
}
.bksjb li a{
	color:#f00;
}
.ck_countdown{
	padding:1rem 0;
	text-align:center;
	border-bottom:1px solid #fff;
	background: #eee url(images/wmapbg.jpg) center;
}
.ck_countdown p{
	font-size: 1rem;
    padding: 0.625rem 0;
    font-weight: bold;
}
.ck_countdown p#day_count{
	margin-top:0.3125rem;
}
.ck_countdown p span{
	display:inline-block;
	margin:0 0.5rem;
	color:#fff;
	font-size:2rem;
	font-weight:bold;
	padding:0 0.3125rem;
	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:100%;
	height:auto;
	padding:1rem;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
.swiper-slide a>p{
	display:none;
}
.swiper-slide{
	height:180px;
}
.swiper-slide img{
	width:100%;
}
.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:0.825rem;
	color:#888;
	line-height:1.6;
	padding:0 1rem;
}
.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:1.25rem;
	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:1.125rem;
	line-height:1.7;
}
.article_content p{
	padding-bottom:1rem;
}
.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:0.875rem;
	line-height:1.5;
	border:1px solid #DDD;
}
.article_content table th{
	padding: 5px;
	font-size:0.875rem;
	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:1px solid #f3f3f3;
	background:#f8f8f8;
	padding:1rem;
}
.article_info p{
	font-size:0.825rem;
	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 img{
	float:left;
	margin-right:0.625rem;
	width:30%;
	height:auto;
	border-radius:10px;
}

.article_other ul li h3{
	font-size:1rem;
	font-weight:bold;
	padding-bottom:0.625rem;
}
.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;
	display:none;
}
.article_other ul li div.pdate{
	padding-top:0.5rem;
	color:#787878;
	line-height:1.125rem;
	text-align:left;
}
.article_other ul li div.pdate span.category a{
	border: 1px solid #ffe4e4;
    display: inline-block;
    padding: 0px 0.3125rem;
    margin-right: 0.625rem;
    background: #fff3f3;
    color: #c17779;
}
.article_other ul li div.pdate span.pubtime {
	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;
	margin-right:10px;
	color:#888;
	border:1px solid #ddd;
	padding:5px 9px;
}
.contact_box {width:100%;background-color:#FFFFFF;}
.contact {width:100%;margin:0 auto;padding:1rem 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;
}
