@charset "UTF-8";
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, button, input {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    font-size: 14px;
    margin-top: 5px;
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei",Tahoma,Arial,"Courier New","\5B8B\4F53";
    line-height: 32px;
}

ul, ol {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #666;
    text-decoration: none;
}

.lt {
    float: left;
}

.rt {
    float: right;
}
.clearfix{
	margin: 20px 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.main {
    width: 1200px;
    margin: 0 auto;
}

.mgtp20 {
    margin-top: 20px;
}
body{
    background: url(../img/bg.jpg) center top no-repeat;
}
/*顶部*/
.top-bar{
	width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
	height: 50px;
	line-height: 50px;
	background-color: #0d67bb;
	color: white;
}
.top-bar .row{
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
}
.top-bar .row .top-bar-gd{
	float: left;
}
.top-bar .row .top-bar-gd span{
	margin-right: 30px;
}
.top-bar .row .top-bar-link{
	float: right;
}
.top-bar .row .top-bar-link a{
	color: white;
}
/*logo*/
#logobox{
	height: 225px;
}
.logo-bar{
	width: 1200px;
	margin: 0 auto;
}
.logo-bar .logo{
	float: left;
	margin-top: 67px;
}
.logo-bar .seach{
	float: right;
	margin-top: 67px;
}
.logo-bar .search-form {
    width: 260px;
    margin-left: 18px;
    border-radius: 5px;
    position: relative;
    border: 2px solid #0D67BB;
}

.logo-bar .form-control {
    width: 183px;
    border: none;
    height: 40px;
    line-height: 30px;
    background: none;
    color: #ffffff;
    padding-left: 10px;
}
.logo-bar .button {
    position: absolute;
    top: 0;
    right: -1px;
    border: 0;
    width: 68px;
    height: 40px;
    background: #0D67BB;
    color: #fff;
    cursor: pointer;
}
/*导航*/
#nav {
    height: 50px;
    border-top: 2px solid #0D67BB;
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    background-color: #0D67BB;
}
#nav .navbox{
	width: 1200px;
	margin: 0 auto;
}

#nav .navbox .oneli {
    width: 120px;
    float: left;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    position: relative;
}

#nav .navbox .oneli>a {
    display: block;
    color: #fff;
}

#nav .navbox .oneli>a:hover {
    background-color: #fff;
    color: #666;
}

#nav .navbox > .active > a {
    background-color: #fff;
    color: #666;
}

#nav .navbox .oneli:hover .twonav {
    display: block;
}

#nav .twonav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 120px;
    z-index: 9999;
    background: #0D67BB;
}

#nav .twonav li {
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
}

#nav .twonav li a{
    display: block;
    color:#fff;
}
#nav .twonav li a:hover {
    background-color: #fff;
    color: #666;
}

#nav .twonav li.active a{
    background-color: #0d67bb;
    color: #000;
}

/*banner*/
.fullSlide{ width:1200px;margin: 0 auto;  position:relative;  height:350px;overflow: hidden;  }
	.fullSlide .bd{ margin:0 auto; position:relative; z-index:0;}
	.fullSlide .bd ul{ width:100% !important;  }
	.fullSlide .bd li{ width:100% !important;  height:350px; overflow:hidden; text-align:center;  }
	.fullSlide .bd li a{ display:block; height:350px; }
	.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px;text-align:center;
		 _background:#000; _filter:alpha(opacity=60); 
	}
	.fullSlide .hd ul{ text-align:center; }
	.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(../img/tg_flash_p.png) -18px 0; overflow:hidden; 
		line-height:9999px; 
	}
	.fullSlide .hd ul .on{ background-position:0 0; }

/*主体内容宽度*/
#main .w40 {
    width: 385px;
	min-height:200px;
}

#main .w60 {
    width: 590px;
	min-height:200px;
}

#main .w70 {
    width: 590px;
    height: 320px;
}

/*幻灯*/
.focusBox {
    position: relative;
    width: 590px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
}

.focusBox .pic img {
    width: 590px;
    height: 350px;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 10px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.focusBox .num li a, .focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    background: #fff;
    border-radius: 5px;
}

.focusBox .num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focusBox .num li.on a, .focusBox .num a:hover {
    background: #0d67bb;
}
.toutiao{
	width: 100%;
	border-bottom: 1px dashed #F2F2F2;
}
.toutiao-title{
	text-align: center;
	font-size: 16px;
	color: red;
	margin: 0 auto;
	margin-top: 15px;
	font-weight: bold;
}
.toutiao-text{
	line-height: 24px;
	margin: 10px 0;
	color: #666666;
	text-indent: 2em;
}
.toutiao-text a{
	color: red;
}
/* 中间导航 */
.nav-icon{
	background-color: #F2F2F2;
	height: 100px;
	margin: 10px 0;
	padding-left: 12px;
}
.nav-icon a img{
	margin: 15px 18px;
}
/* 选项卡 */
.hasMoreTab {
    width: 100%;
    font-family: "Microsoft YaHei";
}

.hasMoreTab .hd {
    line-height: 40px;
    height: 40px;
    position: relative;
    padding-right: 10px;
    border-bottom: 1px solid #999999;
}

.hasMoreTab .hd .more {
    float: right;
}

.hasMoreTab .hd .more a {
    color: #999999;
    font-size: 16px;
}

.hasMoreTab .hd .more a:hover {
    color: #000000;
}

.hasMoreTab .hd ul {
    z-index: 5;
    position: absolute;
    height: 40px;
    overflow: hidden;
    zoom: 1;
}

.hasMoreTab .hd li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.hasMoreTab .hd li.on {
    height: 40px;
    line-height: 40px;
    background: #0D67BB;
    border-top: 0;
    font-weight: bold;
    color: #ffffff;
}

.hasMoreTab .bd {
    clear: both;
    position: relative;
}

.hasMoreTab .bd ul {
    margin-top: 12px;
}

.hasMoreTab .bd ul li {
    background: url(../img/libg.gif) 5px center no-repeat;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.1;
}

.hasMoreTab .bd ul li span {
    float: right;
    margin-left: 20px;
    color: #666666;
}
.hasMoreTab .bd ul a {
    color: #666666;
}

.hasMoreTab .bd ul a {
    color: #666666;
}

.hasMoreTab .bd ul a:hover {
    color: #000000;
}
.titbox img {
    display: block;
    margin: 5px auto;
}
.xiyu {
    width: 50%;
    background: #E60000;
}
.mantan {
    width: 50%;
    background: #FED859;
}

/*专题滚动*/
.ladyScroll {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.ladyScroll .prev {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 100;
    cursor: pointer;
    background: url(../img/pre.png) no-repeat;
}
.ladyScroll .next {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 100;
    cursor: pointer;
    background: url(../img/next.png) no-repeat;
}
.ladyScroll .scrollWrap {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.ladyScroll .scrollWrap .dlList {
    margin-right: -10px
}

.ladyScroll .scrollWrap .tempWrap {
    width: 1200px !important;
}
.ladyScroll dl {
    float: left;
    width: 294px;
    text-align: center;
    position: relative;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.ladyScroll dt {
    margin: 0 auto;
    width: 294px;
    overflow: hidden;
}
.ladyScroll img {
    display: block;
    width: 294px;
    height: 100px;
}

/*footer*/
#footer {
    margin-top: 30px;
    background-color: #0D67BB;
    color: white;
    width: 100%;
}
#footer .footerinfo {
    width: 366px;
    height: 185px;
    float: left;
    margin: 12px 20px;
}

#footer .footerinfo p {
    text-align: left;
    line-height: 30px;
}
#footer .footerinfo p a{
    color:#fff;
}
.friend-links {
    list-style: none;
    padding-top: 35px;
    width: 400px;
    float: left;
}
.friend-links li {
    text-align: center;
    margin-bottom: 20px;
}
.friend-links li select{
	width: 180px;
	height: 30px;
    text-align: center;
    text-align-last: center;
	background-color: #0b579e;
	color: white;
	border: 1px solid #2995f9;
}
#footer .footerimg {
	width: 350px;
    margin-top: 32px;
    margin-left: 30px;
    float: left;
}
#footer .footerimg .erweimabox{
    float: left;
    width: 95px;
    margin-right: 20px;
}
#footer .footerimg .erweimabox:last-child{
    margin-right: 0;
}
#footer .erweimabox p{
    text-align: center;
 }

/*子站页面banner*/
.list-img-banner{
	width: 1200px;
	margin: 0 auto;
    position: relative;
}

.navname{
    position: absolute;
    top: 100px;
    left: 160px;
    color:#0D67BB;
    font-size: 34px;
}


/*文章列表*/
.base_article01{
	width: 938px;
	float: right;
	margin-top: 20px;
}
.base_article{
	width: 100%;
	float: right;
	margin-top: 20px;
}
.hot-text{
	width: 242px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.title-silver h3{
	width: 222px;
	height: 50px;
	line-height: 50px;
	background-color: #0D67BB;
	color: white;
	padding-left: 20px;
	font-size: 20px;
}
.list-side{
	width: 220px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	min-height: 200px;
}
.list-side li{
	background: url(../img/libg.gif) 5px center no-repeat;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 7px 0;
    color: #696969;
}
.list-side li a{
	color: #696969;
}
.list-side li.active{
	background-color:#60b2ff;
}
.list-side li.active a{
	display:block;	
	color:#fff;
}
.list-side li a:hover{
	color: #0D67BB;
}
.base_title {
    height: 48px;
    line-height: 30px;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 10px;
}

.base_title h3 {
    font-size: 20px;
    color: #373737;
    font-weight: bold;
    float: left;
	border-bottom: 2px solid #0D67BB;
}

.base_title h3 a {
    color: #0D67BB;
	display:block;
padding: 9px 20px;
}

.base_bdcnav {
    height: 60px;
    line-height: 60px;
}

.base_bdcnav > span {
    font-size: 14px;
    margin-right: 15px;
    color: #696969;
}

.base_bdcnav > span > a {
    padding: 0 5px;
    color: #696969;
}

.base_bdcnav > span > a:hover {
    color: #c10200;
}

.base_bdcnav_location {
    /*background: url(../img/bg.jpg) no-repeat center left;*/
    padding-left: 24px;
}

.base_news_list {
    height: auto;
    padding: 0;
}

.base_news_listul {
    min-height: 500px;
}

.base_news_listul .navbox{
    float: left;
    width: 288px;
    margin: 10px;
    border: 2px solid #5EC9EF;
    color: #0B98F0;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    background: linear-gradient(#fff,#ADE7FB);
}
.base_news_listul .navbox h5{
    color: #333;
    font-size: 18px;
}
.base_news_listul .navbox{}


.base_news_listli1 {
    border-bottom: 1px dotted #CCCCCC;
    background: url(../img/iconarrow.png) no-repeat center left 12px;
    height: 38px;
    line-height: 38px;
    padding-left: 35px;
}

.base_news_listli1:last-child {
    border-bottom: none;
}

.base_news_listli1 > a {
    font-size: 14px;
}

.base_news_listli1 > a h5 {
    float: left;
    color: #696969;
    font-weight: normal;
    width: 715px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.base_news_listli1 > a > span {
    float: right;
    color: #b7b7b7;
}

.base_news_listli1 > a:hover h5 {
    color: #0d67bb;
}

/*图片列表*/
.base_pic_list {
    height: auto;
    padding: 0;
}

.base_pic_listul {
    min-height: 500px;
}

.base_pic_listli1 {
    width: 30%;
    height: 260px;
    float: left;
    background: #ffffff;
    margin-right: 60px;
    margin-top: 20px;
}

.base_pic_listli1:nth-child(3n) {
    margin-right: 0;
}

.base_pic_listli1 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 204px;
    border: 1px solid #e7e7e7;
}

.base_pic_listli1 h5 {
    font-size: 18px;
    color: #5e5e5e;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    margin: 15px 0 2px 0;
    text-align: center;
}

.base_pic_listli1 > a:hover h5 {
    color: #0d67bb;
}

/*分页*/

.pager-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    height: 35px;
}

.pager-wrapper > ul {
    margin-left: -5px;
}

.pagination{
	display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

.pager-wrapper ul li {
    float: left;
    border: 1px solid #0d67bb;
    height: 30px;
    line-height: 20px;
    margin: 0px 5px;
}

.pager-wrapper ul li a/*, .pageinfo*/ {
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    background: #0d67bb;
}
.pager-wrapper ul li span/*, .pageinfo*/ {
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    background: #0d67bb;
}
.disabled > span{
    background-color: #cccccc!important;
}

/*.pageinfo {*/
/*    color: #555;*/
/*}*/

.pager-wrapper > ul > li.active {
    background: #cccccc;
    display: block;
    padding: 0px 10px;
    font-weight: bold;
    line-height: 20px!important;
}

.pager-wrapper > ul > li.active > span{
    background: #cccccc;
}

.pagination-count > li,.pagination-count > li > span{
    background: #0d67bb!important;
}
/*内容页*/
.base_news_show{height: auto;padding: 15px 0;}
.base_news_title{height: auto;border-bottom: 1px dashed #999999;text-align: center;}
.base_news_title>h3{font-size: 22px;color: #333333;font-weight: normal;padding-top: 15px;}
.base_news_title>div{font-size: 12px;color: #999999;line-height: 30px;padding-bottom: 10px;}
.base_news_title>div>span{padding-right:20px;}
.base_news_title>div>span:last-child{padding-right: 0;}
.base_news_main{font-size: 14px;padding: 10px;min-height: 500px;color: #999999;line-height: 30px;}
.base_news_main img{display: block;margin: 0 auto;max-width:100% !important ;height: auto!important;padding: 10px 0;}
.base_news_foot{width: 100%;height: 60px;margin-top:15px ;}
.base_news_foot a{width: 100%;height: 30px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 14px;color: #666666;}
.base_news_foot a:hover span{color: #FF0000;}
.content-empty {text-align: center;font-size: 20px}

/*其他*/
.noticebox{

}
.con .datebox{
	float: left;
	width: 70px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	margin: 0;
}
.bd .conWrap .con .datebox span{
	margin: 0;
}
.con .datebox .year-months{
	background-color: #0D67BB;
	text-align: center;
	color: white;
	width: 70px;
	line-height: 22px;
}
.con .datebox .day{
	font-size: 22px;
	color: #0D67BB;
	width: 70px;
	text-align: center;
}
.bd .conWrap .con .noticebox a{
	float: right;
	border-bottom: 1px solid #CCCCCC;
	width: 77%;
	height: 54px;
	line-height: 26px;
	white-space: normal;
}











