@charset "utf-8";
input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color:#CC0000;text-decoration: underline;}
img{max-width: 100%;}
/*layout*/
.body_bg{background: #f2f3f5;}
.container{ width:1280px; margin:0 auto; clear:both;}
.container:after {clear: both;}
.container:after, .container:before {display:table; content: "";}
.mb{margin-bottom: 30px;}
.fl{float: left;}
.fr{float: right;}
.container > .mainbox{position: relative; padding:25px; background: #fff;}
.innerbox{overflow:hidden;}

/*common*/
.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}
.clear{clear:both;}
/*.transition, .transition a{-webkit-transition:300ms; -moz-transition:300ms; -o-transition:300ms; transition:300ms;}*/
.imgscale{overflow: hidden;}
.imgscale a img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale a:hover img{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}
.ellipsis_single{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; }
/* 多行省略号 */
.ellipsis_multi{display: -webkit-box; overflow: hidden;	white-space: normal; text-overflow: ellipsis;	-webkit-line-clamp: 2; -webkit-box-orient: vertical;	word-break: break-all;}


.w1024{width: 1024px;margin: 0 auto;}
.w980{width: 980px;margin: 0 auto;}
.sibian { border: 1px solid #66c2e8;}
/* header */

.header{background: url(../images/public/header_bg.jpg) left top repeat-x; }
.logo{height: 81px;overflow:hidden;}
.zdmc{margin-top:17px;margin-left: 30px;}
.header-r{margin-top: 33px;}
.kslj ul {text-align: right;margin-bottom: 5px;}
.kslj ul li{display: inline-block;vertical-align: middle;}
.kslj ul .swzy i{display: inline-block;vertical-align: middle;width:15px ;height:12px ;background: url(../images/public/swzy_icon.png);}
.kslj ul .swzy a{margin-right:14px;}
.kslj ul .jrsc i{display: inline-block;vertical-align: middle;width:15px ;height:12px ;background: url(../images/public/jrsc_icon.png);}
.kslj ul .jrsc a{margin-right:10px;}

.header-nav{width: 100%;height: 33px;background: url(../images/public/header_navbg.gif) left top repeat-x;font-size: 14px;}
.header-nav ul.level-1 > li{width: 14.2857%;float: left;height: 33px;background: url(../images/public/header_nav_li_bg.png) left top repeat-x;position: relative;line-height: 28px;text-align: center;}
.header-nav ul.level-1 > li.li1{background: url(../images/public/header_nav_li1_bg.png) left top no-repeat;}
.header-nav ul.level-1 > li.li7{background: url(../images/public/header_nav_li7_bg.png) right top no-repeat;}
.header-nav ul.level-1 > li:after{content: "";display: block;width: 2px;height: 33px;position: absolute;background: url(../images/public/header_nav_li_bx.png);right: 0;top: 0;}
.header-nav ul.level-1 > li.li7:after{display: none;}
.header-nav ul.level-1 > li a{color: #fff;}
.header-nav ul.level-1 > li.on >a{display: block;color: #FFEA00;font-weight: bold;background: url(../images/public/header_nav_li_on.gif) center top no-repeat;}


.header-nav ul.level-2{ display:none ; position: absolute;width: 95%;background-color: #fff;border: 1px solid #ddd; z-index: 100;top: 33px;}
.header-nav ul.level-2 li a{display: inline-block;height: 33px;line-height: 33px;text-align: center;color: #333;}


.common-tit{height: 27px;width: 100%;background: url(../images/public/common_tit_bg1.png) left top no-repeat;position: relative;line-height: 27px;}
.common-tit-1{background-image: url(../images/public/common_tit_bg1.png)}
.common-tit-2{background-image: url(../images/public/common_tit_bg2.png)}
.common-tit .channel-name{font-size: 14px;font-weight: bold;color: #000;padding-left: 23px;}
.common-tit .more{position: absolute;right: 10px;top: 0;}



/* footer */
.footer{margin-top: 20px;background: url(../images/public/footer_bg.jpg) center top no-repeat;width: 100%;height: 85px;}
.footer-l{width: 32%;float: left;}
.footer-r{width: 68%;float: left;}
.footer-zdmc{padding-top:30px;width: 100%;text-align: center;background: url(../images/public/footer_fgx.png) right 5px no-repeat;}
.footer-info{color: #3380cc;line-height: 20px;padding-top:20px;padding-left: 50px;}
.footer-info p a {color: #3380cc;}

/* crumb */
.crumb h2{ padding:0 20px 0 35px;margin:5px 0 10px 0; line-height: 31px; font-size:1em; font-weight: normal; background: url(../images/public/crumb_bg.png) left center no-repeat;color:#00579C;}
.crumb a{color: #00579C;}
.crumb a:hover{color: #cc0000;}

.crumb span{color: #00579C;}
.crumb.gray{padding-top: 5px; background: #f5f5f5;}
.crumb.gray h2{padding: 15px 15px 15px 30px; background-position: 0 center;}

/* common_title */
.common_title h3{position:relative; display: inline-block; font-size:1.25em; font-weight:bold; color:#333;}
.common_title h3 a{color:#333;}
.common_title h3 a:hover{color:#4675bd;}
.common_title.grain h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-7px; background-color:#0557ac;}
.common_title.grain h3{padding-left:20px;}
.common_title.grain.orange h3:before{background: #ee5e37;}
.common_title.brief h3{padding-bottom: 18px;}
.common_title.brief h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#4675bd;}
.common_title.fs28 h3{font-size: 1.75em;}

.common-slide .hd li{height: 31px;line-height: 31px;width: 95px;text-align: center;font-weight: bold;color: #000;border-right: 1px solid #65A9EA;background: url(../images/public/common_slide_hdbg1.gif) center top repeat-x;float: left;cursor: pointer;}
.common-slide .hd li.on{background: url(../images/public/common_slide_hdbg2.gif) right top no-repeat;color: #025E92;}
.common-slide .hd li.on a{color: #025E92;text-decoration: none;}


/* newslist */
.newslist{clear: both;padding-top: 5px;padding-right: 10px;}
.newslist li{position:relative; padding:0; font-size: 12px; font-weight: normal; line-height:27px; overflow:hidden; vertical-align:top;}
.newslist li .time{position:absolute; right:0; top: 50%; margin-top: -13px; }
.newslist li a{float:left; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.newslist li a br{display: none;}
.newslist.MM-dd li{padding-right:60px;}
.newslist.yyyy-MM-dd li{padding-right:90px;}
.newslist.twoCol li{float: left; width: 50%;}
.newslist.twoCol{margin: 0 -15px;}
.newslist.twoCol li{margin: 0 15px;}
.newslist.dot li{padding-left: 15px;}
.newslist.dot li:before{content:''; position:absolute; left:6px; top: 50%; width: 2px; height: 2px; background: #000; border-radius: 50%;}
.newslist.dot.blue li:before{background: #1573db;}
.newslist.line li{border-bottom: 1px solid #e1e5eb;}
.newslist.line li{padding-top: 14px; padding-bottom: 14px;}
.newslist.dot li:hover:before{background: #ea2b22;}
.newslist.dot li:hover a{color: #ea2b22;}
.newslist .more{line-height: 36px;text-align: right;}

.list-toutiao{width: 96%;margin: 6px auto;}
.list-toutiao a{font-size: 18px;color: #0066af;font-weight: bold;padding: 0px;text-decoration: none;line-height: 25px;}

/*pagediv*/
.pagediv{padding:20px 0 0; font-size:14px; color:#333; line-height:28px; clear:both;}
.pagediv li{display: inline-block;}
.pagediv .arrow a{color: #333;}
.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a{display: inline-block; padding:0 10px; margin:4px; zoom:1; border:#dfdfdf 1px solid; border-radius:3px; 
}
.pagediv  #page_input{width:40px; height:28px; color:#888; text-align:center; border:#dfdfdf 1px solid; border-radius:3px; background:#fff;}
.pagediv .total_count,
.pagediv .arrow a,
.page_jump a{
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f5f6f7;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .arrow span{background: #f5f5f5; color: #999;}
.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current{background:#4675bd; border-color:#4675bd; color:#fff; text-decoration:none;}
.pagediv .arrow .current{font-weight: bold;}
.page_jump{margin-left: 4px;}
.page_jump a{margin-left: 6px;}

/*新版分页样式*/
.page_num {text-align: center; padding: 25px 0;}
.page_num li {display: inline-block;font-size: 12px;box-sizing: border-box; margin: 0 4px 5px;}
.page_num a,.page_num .prev_page span,.page_num .next_page span {display:inline-block;padding: 3px 10px;line-height: 18px;box-sizing: border-box;border: 1px solid #999;color:#333;border-radius:6px;}
.page_num a:hover,.page_num a.current {border: 1px solid #1a8fc6;color: #1a8fc6;}
#page_input {display: inline-block;width: 34px;height: 30px;line-height: 30px;padding: 0 1px; border: 1px solid #999;margin: 0 2px; box-sizing: border-box;vertical-align:top;border-radius: 6px;}
.pae_jump a {margin-left: 5px;}
/* 外链跳转 */
.alert_mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert_warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert_delete{width: 100%;height: 38px;position: relative;}
.alert_delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert_delete span:hover{background: #929292;}
.alert_wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert_footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert_footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert_warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert_warning .fangqi{line-height: 42px;  color: #ab0d07;}	

