@charset "GB2312";
*{margin:0 auto;padding:0;border:0;}
body{font-size:16px;font-family:"Î¢ÈíÑÅºÚ";}
a {
    text-decoration: none;
    color: #333;
}
body{
	background:#f9f9f9;
}
.l{float:left}
.r{float:right}
.header {
	width: 100%;
	min-width:1230px;
    height: 213px;
    background: #fff;
}
.notice{
    height: 36px;
    line-height: 36px;
    width: 700px;
}
table{
	border-spacing: 1px;
    background: #333;
}
table td{
	background:#fff;
}
.notice>div{
    overflow: hidden;
    height: 36px;
}
.notice i{
    font-style:normal;
    font-size:12px;
	margin:0 10px;
}
.notice li{
	list-style:none;
	height: 36px;
}
.notice a{
	float:left;
	animation:notice_move 20s infinite linear;
	position:relative;
}
.notice:hover a{
animation-play-state:paused;
-webkit-animation-play-state:paused; /* Safari ºÍ Chrome */
}
@keyframes notice_move{
0%{top:0;}
16%{top:0;}
20%{top:-36px;}
36%{top:-36px;}
40%{top:-72px;}
56%{top:-72px;}
60%{top:-108px;}
76%{top:-108px;}
80%{top:-144px;}
96%{top:-144px;}
100%{top:-180px;}
}
.intro{

	height:400px;

}
.top{
    background: #ddd;
	line-height: 30px;
    overflow: hidden;
    text-align: right;
    border-bottom: solid 1px #eeeeee;
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
	font-size: 12px;
	color: #999;
}
.warp{
	width:1230px;
	margin: 0 auto;
    position: relative;
    z-index: 1;
	height:116px;
}
.header .top a {
    color: #fb3e3e;
	margin: 0px 10px;
}
.header .top a:hover {
    color: #000;
}
.logo{
	height: 112px;
    width: 260px;
    background: url(../images/logo.png) no-repeat left;
    padding-left: 100px;
    line-height: 112px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 6px;
	margin-right:50px;
	display: inline-block;
}
.qrcode{
    width: 80px;
    background: url(../images/qrcode.png) no-repeat 16px -2px;
    height: 80px;
    display: inline-block;
    background-size: 84px 84px;
    margin: 16px 0;
    padding-left: 16px;
    border-left: 2px solid #bbb;
}
.top_hotline{
	    position: absolute;
    right: 0px;
    top: 35px;
    background: url(../images/top_tel.jpg) no-repeat left center;
    padding-left: 40px;
    font-size: 14px;
    line-height: 21px;
    height: 42px;
}
.search {
	height: 44px;
    padding-top: 30px;
}
.search i{
	    line-height: 44px;
    position: relative;
    font-size: 28px;
}
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
  url('iconfont.woff') format('woff'),
  url('iconfont.ttf') format('truetype'),
  url('iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.search button {
    width: 105px;
    height: 44px;
    font-size: 16px;
    margin-left: -1px;
    display: inline-block;
    border: none;
    text-align: center;
    background: #205373;
    color: #fff;
    min-height: 34px;
    line-height: 34px;
    padding: 0 15px;
    -webkit-transition: background 0.3s,border 0.3s;
    transition: background 0.3s,border 0.3s;
}
input.keyword {
    width: 235px;
    height: 20px;
    line-height: 20px;
    padding: 9px 5px 9px 10px;
    border: 3px solid #205373;
    margin-left: -40px;
}
.nav{
    height: 60px;
    min-width: 1230px;
    width: 100%;
    background: #2f9ce2;
    color: #fff;
}
.nav ul li{
	list-style: none;
    float: left;
    width: 136px;
    text-align: center;
    font-size: 20px;
	font-weight: 100;
}
.nav>ul>li{
    display: block;
    height: 60px;
    line-height: 60px;
}
.nav>ul>li>a{
	color:#fff;
	display: block;
    width: 100%;
    height: 100%;
    background: #2f9ce2;
	transition:background .8s;
}
.nav>ul>li:hover>a{
	background:#145d8c;
}
.nav>ul>li>ul>li:hover{
	background:#145d8c;
	background:#145d8cde;
}
.nav ul li.dq:hover>a{
	background:#fff;
}
.nav ul{
	width:1230px;
}

.nav>ul>li>ul{
	position: relative;
    z-index: 999;
    width: 136px;
}
.nav>ul>li:hover>ul{
	overflow:hidden;
	display:block;
}
.nav>ul>li:hover>ul>li{
	height:60px;
}

.nav>ul>li:hover.dq>ul{
	display:none;
}

.nav>ul>li>ul>li>a{
	color:#3568a7;
}
.nav>ul>li:hover>ul>li:hover>a{
	color:#fff;
}

.zlm{

}
.zlm>div{
    width: 1230px;
    text-align: center;
}
.zlm>li{
    list-style: none;
    font-size: 14px;
	position:relative;
	overflow:hidden;
	background:rgba(255, 255, 255, 0.8);
	height:0;
	transition:height .6s;
}
.zlm li a{
    color: #000000;
    display: block;
}
.zlm>div  ul li a{border-right: 1px dashed #aaa;line-height: 14px;margin: 21px 0;padding: 0 20px;}
.zlm>div  ul li a:hover{color: #956338;}
.zlm li:last-child a{
    border-right: 0px;
}
.nav>ul>.dq>a{
	line-height: 46px;
    margin: 4px 0 0 0;
    display: block;
    border-radius: 5px 5px 0 0;
    background: #fff;
}
.nav>ul>.dqprev{
	background: #fff;
}
.nav>ul>.dqprev a{
    border-radius: 0 0 5px 0;
}
.nav>ul>.dqnext{
	background: #fff;
}
.nav>ul>.dqnext a{
    border-radius: 0 0 0 5px;
}
.dq{
	height:46px!important;
}
.dq>a{
	color:#205373!important;
	font-weight:700;
	
}
.zlm .dq:before,.zlm .dq:after{
	content: "¡ô";
    color: #fff;
    font-family: simsun;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}
.zlm .dq:before{
	bottom: -11px;
    color: #ddd;
}
.hdp{
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1230px;
    height: 600px;
    z-index: -1;
}
.hdp_text{
    width: 100%;
    min-width: 1230px;
    height: 387px;
    z-index: 1;
}

.newstext{
    width: 280px;
    padding-left: 630px;
}

.newstext p{
    background: #01763a;
    width: 260px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    padding: 10px;
    position: relative;
    top: 260px;
    letter-spacing: 3px;
}
.yx_show{
	display:block;
	animation:yx 1s;
}
@keyframes yx{
0%{opacity:0;left:200px;}
100%{opacity:1;left:0px;}
}
.newstab{
	width:100%;
	min-width:1230px;
	height: 600px;
	display:none;
	position:absolute;
}

.labels{
		width: 500px;
	text-align:center;
	width: fit-content;
	width: -moz-fit-content;
    height: 20px;
    position: relative;
    top: 357px;

}
.label{
	display:inline-block;
    margin: 0px 5px 0;
    width: 100px;
    height: 6px;
    background: #fff;
}


.jyzn-con {
	width: 1230px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	overflow:hidden;
}

.jyzn-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.jyzn-top h2 {
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	color: #0e456c;
	/* margin-bottom: 10px; */
}

.jyzn-top .line2 {
	width: 49px;
	height: 4px;
	background: #0e456c;
	display: inline-block;
}

.jyzn-font {
	margin-top: 30px;
	/* display: flex; */
	flex-direction: row;
	justify-content: space-between;
}

.jyzn-park {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: inline-block;
	margin: 0 40px;
	position:relative;
	width:103px;
	height:154px;
	padding: 0 0px;
}
.jyzn-park a:hover{
	
	left:-10px;top:-10px;
}
.jyzn-park a:hover img{
	width:123px;
	height:123px;
}
.jyzn-park a img{
	width:103px;
	height:103px;
	transition:width .6s ease,height .6s ease;
}

.jyzn-park a{
	transition:left .6s,top .6s;
	position:absolute;
	left:0;
	top:0;
}
.jyzn-park p {
	height: 47px;
	line-height: 47px;
	font-size: 18px;
}

.P_intro{
	float:left;
	width: 150px; 
	margin-right: 23px;
}
.P_intro:last-child{
	margin-right:0;
}
.P_intro h2,.P_intro span,.P_intro a {
	font-weight: 400;
    color: #777;
	}
.P_intro big>img{
	width: 100%;
height: 185px;
	display: block;
}
.P_intro big>span>h3{
	font-size: 16px;
}
.P_intro big>span>small{
    display: block;
    line-height: 16px;
    text-align: justify;
    font-size: 12px;
    height: 146px;
    overflow: hidden;
    padding-top: 12px;
}
.P_intro big>span {
    display: block;
    position: absolute;
    width: 130px;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0,0,0,.68);
    padding: 10px;
    opacity: 0;
    transition: .3s;
}
.P_intro a section{
	background: #e3e3e3;
    text-align: center;
    padding: 10px 5px;
    transition: .3s;
}
.P_intro a section h2{
	display: flex;
    height: 24px;
    overflow: hdden;
	}
.P_intro a section p{
	font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
	}
.P_intro a section small{
	font-size: 13px;
    display: block;
    line-height: 28px;
    margin-left: 10px;
	}

.P_intro a section span{	
	display: block;
    color: #333;
    line-height: 22px;
    font-weight: bold;
    margin: 0px 0px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    height: 22px;
	}
.jyzn-top{
	margin-bottom: 10px;
}
.P_intro a:hover section p,.P_intro a:hover section span,.P_intro a:hover section small{
	color:#fff;
}
.P_intro a:hover section{
	background:#2384dc;
}
.P_intro a:hover big span{
	opacity:1;
}
.P_intro a big{
	display: block;
    position: relative;
    overflow: hidden;
}

.bgcolor{background-color:#d43501!important;}
.index_banner { min-width:1200px; }
.index_notic {	display:none; height:55px; line-height:55px; overflow:hidden; }
.index_notic .ltb { float:left; background:url(../images/notic_tb.jpg) no-repeat center bottom; width:26px; height:26px; padding-top:13px; float:left; margin-right:10px; }
.index_notic .notic_li { width:950px; float:left; }
.txtScroll-top { overflow:hidden; position:relative; }
.txtScroll-top .hd { overflow:hidden; height:22px; padding:0 10px; width:70px; position:absolute; right:0; top:15px; z-index:10; }
.txtScroll-top .hd .pageState { float:left; line-height:22px; }
.txtScroll-top .hd .prev, .txtScroll-top .hd .next { display:block; width:9px; height:5px; float:right; margin-right:5px; margin-top:10px; overflow:hidden; cursor:pointer; background:url(../images/arrow.png) 0 -100px no-repeat; }
.txtScroll-top .hd .next { background-position:0 -140px; }
.txtScroll-top .hd .prevStop { background-position:-60px -100px; }
.txtScroll-top .hd .nextStop { background-position:-60px -140px; }
.txtScroll-top .hd ul { float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li { float:left; width:0px; height:0px; overflow:hidden; margin-right:0px; text-indent:-999px; cursor:pointer; background:url(../images/icoCircle.gif) 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on { background-position:0 0; }
.txtScroll-top .bd { padding:15px 0; }
.txtScroll-top .infoList li { height:24px; line-height:24px; }
.txtScroll-top .infoList li .date { float:right; color:#999; }
.infoList a{ color: rgb(207, 17, 10);}
.infoList a{ color: rgb(207, 17, 10);}

.main{
    background: #f9f9f9;
    width: 100%;
    margin: 0px auto;
    padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 50px rgba(221, 221, 221, 0.24);
}
.main_art{
	padding: 20px 0px;
    height: 330px;
    background: #fff;
	width: 1230px;
}
div.main>div:nth-child(2n){
    background: #efefef;
}
.tbs{
	padding-top: 35px;
    padding-bottom: 25px;
	width:1240px;
	display:none;
}
.tbs a{
	width: 300px;
    height: 207px;
    float: left;
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    display: inline;
    margin: 0px 10px 0 0;
	background: #3c9837;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.tbs a:last-child{margin:0}
.tbs a:hover{
	background:#666!important;
}
.tbs a img{
	padding-top: 50px;
    padding-bottom: 15px;
}
.news{
	width: 1190px;
    height: 330px;
    margin: 0px auto;
}
.newshdp{
	width:500px;
	height:330px;
	margin-right:15px;
}
.newstab2{
	width:500px;
	height: 330px;
	position:absolute;
	overflow:hidden;
}
.newstab2 img{
	width:500px;
	height: 330px;
}
.newstab2 p{
	position: relative;
    top: -39px;
    padding: 0 8px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
    color: #fff;
    line-height: 35px;
}
.labels2{
	width: fit-content;
	width: -moz-fit-content;
    position: relative;
    top: 308px;
    margin-right: 10px;
}
.label2{
	float: right;
    margin: 0px 5px 0;
    width: 10px;
    height: 10px;
    background: #fff;
	border-radius:5px;
}
.newslist{
    width: 660px;
    height: 330px;
}
.newslist .title{
	border-bottom: 3px solid #205373;
	height: 35px;
}
.title p:hover{
    border-bottom: 3px solid #FF5722;
	height: 26px;
}
.title p.title_dq{
    border-bottom: 3px solid #FF5722;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	height: 35px;
}

.title p{
	display: inline-block;
    padding: 0 20px;
    font-weight: 100;
    
}
.db p{
	background: #a89583;
}
.db>div{
	float:left;
	margin-right:1px;
}
.db>div:nth-last-child(3){
	margin-right:0px!important;
}
.db .xg{
	background: #a89583;
}
.tab{
	display:none;
}
.tablea ul:first-child,.tableb a:first-child{
	display:block;
}
.db .show{
	margin-right:0!important;
}
.db .show p{
	background: #205373;
}
.db .show + div{
    background: #205373!important;
}
.db .show + div>div{
	background: #ffffff;
    border-radius: 0px 0px 0px 20px;
	
}
.db .show + div>div>p{
    border-radius: 10px 20px 0px 20px;
}
.db p a,.title p a{
	color:#fff!important;
}
.db .show a{
	color:#fff!important;
}
.tableb>a{
	color:#000;
	font-size:12px;
	line-height:35px;
}
.title>a, .title>div>a{
	float: right;
    line-height: 35px;
    font-size: 12px;
}
.xg{
	width: 39px;
    height: 35px;
    background: #205373;
	position:relative;
	left:-1px;
}
.xg>div{
    border-radius: 0px 0 0 22px;
    background: #fff;
    height: 35px;
	width: 40px;
}
.list {
	height: 292px;
	overflow: hidden;
	margin-top:1px;
}
.list li{
	width: 100%;
    overflow: hidden;
    line-height: 54px;
    height: 40.6px;
    text-align: justify;
    list-style-position: inside;
    list-style-type: decimal;
    border-bottom: 1px dashed #ddd;
text-overflow: ellipsis;
}
.list li:hover {
    border-bottom: 2px solid #2692ff;
}
.list li>span{
	    font-size: 14px;
    color: #666;
}
.list li i{
	float: right;
    font-style: normal;
    color: #999;
    font-size: 12px;
	padding-left: 10px;
}
.clear{
	clear:both;
}
.w288{
	width:288px;
}
.w390{
	width:390px;
}
.w600{
	width:600px;
}
.w580{
	width:580px;
}
.w1230{
	width:1230px;
}

.zhuanjia{
	overflow: hidden;
}
.zhuanjia>div{
	float:left;
	animation:move2 60s infinite linear;
	position:relative;
}
.zhuanjia:hover>div{
animation-play-state:paused;
-webkit-animation-play-state:paused; /* Safari ºÍ Chrome */
}
.ksjs_title{
	border-right: 3px solid #205373;
    height: 330px;
    width: 37px;
}
.ksjs_title p{
	border-right: 3px solid #FF5722;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
	display: inline-block;
    padding: 0 8.5px;
}
.ksdh{
    overflow: hidden;
	padding-left: 10px;
}
.ksdh ul a{
    color: #fff;
    font-weight: 100;
    font-size: 16px;
}
.ksdh ul li{
    float: left;
    width: 120px;
    list-style: none;
    height: 40px;
    text-align: center;
    line-height: 35px;
    background: #0075c1;
    color: #fff;
    margin: 0 0 1px 1px;
    font-size: 20px;
}
.ksdh ul li:hover{
	background: #ffb200;
    
}
.ksdh ul li:hover a{
	color: #000;
	font-weight:900;
}


.yqlj ul li{
	height: 28px;
    border: 0;
    margin: 0;
    width: 240px;
}
.footer{
    height: 100px;
    background: #2f9ce2;
    min-width: 1230px;
    padding-top: 10px;
}
.foot_logo{
	display: none;
    height: 160px;
    width: 180px;
    text-align: center;
    line-height: 30px;
    border-radius: 90px;
    padding-top: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    position: relative;
    top: -40px;
}
.copyright{
	width: 630px;
    height: 78px;
    text-align: left;
    color: #fff;
    margin: 0px 0 0px 108px;
    line-height: 26px;
    padding-left: 40px;
    border-left: 3px solid;
    font-weight: 100;
}
@keyframes move2{0%{left:0;}
100%{left:-50%;}
}
.yyjj .zt{
	    background: #fff;
    height: 400px;
	width:260px;
	    box-shadow: 0px 0px 10px rgba(228, 223, 223, 0.36);
}
.yyjj .zt img{
	
}
.yyjj{
	height: 400px;
    margin-top: 40px;
}
.yyjj .nr{
	    width: 1030px;
    background: #fff;
    height: 400px;
	    box-shadow: 0px 0px 10px rgba(228, 223, 223, 0.36);
}
.yyjj .tt{
	    width: 200px;
    height: 400px;
	background: url(../images/cloud.png) no-repeat bottom right;
}
.tt li{
	list-style: none;
    height: 50px;
    width: 180px;
    margin: 0 0 10px 0;
    background: #fff;
	 box-shadow: 0px 0px 10px rgba(228, 223, 223, 0.36);
	 position:relative;
	 z-index:999;
	    border-radius: 5px;
    background: #fff;
}

.tt a{
	color:#000;
	font-size:20px;
	font-weight:100;
	line-height:50px;
	display:block;
	text-align:center;
	width:100%;
}
.tt li:hover{
	padding:4px;
	height:42px;
	width:172px;
}
.tt li:hover a{
	    background:#01763a;
	width:100%;
	height:42px;
	border-radius:5px;
	color:#fff;
	line-height:42px;
}
.nr .bt{
	    background: url(../images/jj.jpg) left no-repeat;
    height: 100px;
    width: 545px;
    line-height: 100px;
    font-size: 24px;
	margin: 0 0 0 100px;
    float: left;
}
.nr .jj{
    margin: 0 0 0 100px;
    font-size: 14px;
    line-height: 30px;
    height: 180px;
    width: 585px;
    overflow: hidden;
    text-align: justify;
}
.line{
	width:30px;
    padding: 0;
    margin: 40px auto 0;
    line-height: 1px;
    border-left: 600px solid #aaa;
    border-right: 600px solid #aaa;
    text-align: center;
	color:#aaa;
	font-size:30px;
}

.nr .more{
	margin: 30px 0px 0 100px;
	border: 1px solid #c9c9c9;
    width: 150px;
    border-radius: 100px;
    line-height: 34px;
    text-align: center;
	display: block;
	color: #474747;
}
.nr .more:hover{
	background-color: #01763a; 
	border-color: #01763a; 
	color: #fff;
}
#comment_bubble {
    position: relative;
	padding:4px;
	height:42px;
	width:172px;
}
#comment_bubble a{
    background:#01763a;
	width:100%;
	height:42px;
	border-radius:5px;
	color:#fff;
	line-height:42px;
}

#comment_bubble:before,#comment_bubble a:before {
	content: "";
    width: 0;
    height: 0;
    left: 100%;
    top: 17px;
    position: absolute;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
} 
#comment_bubble a:before {
    left: calc(100% - 6px);
    border-left: 10px solid #01763a;
}
.jjbg{
	    width: 270px;
    background: url(../images/jjbg.png) right no-repeat;
    margin: 15px;
    height: 370px;
    border-radius: 5px;
} 
.tt .show{

}
.alist .news{margin:0 auto;height:auto;background: #fff;}
.alist .newslist{width: 80%;height:auto;padding: 0 10%;}
.alist .list{height: auto;}
a:hover{
	color:#205373;
}
.showlistpage {text-align:center;}
.showlistpage a[title|="Total record"]{display:none;}
.showlistpage>*{margin:0 5px;}
.tit{text-align:center;font-size:28px;margin: 0 90px 20px;line-height: 1.5;}
.from{margin-bottom:10px;padding-bottom:10px;border-bottom:1px #EEE solid;text-align:center;font-size:12px;}
.m-content{padding:30px 0 0;border-bottom:1px #EEE solid;text-align:justify;font-weight: 100;font-size:18px; }
.m-content p{line-height:28px;}
.m-content div,.m-content p{padding-bottom:25px;}
.m-content img{display:block;margin:20px auto;max-width: 100%;}
.m-content iframe{width: 80%;margin: 30px 10%;height:498px;}
.share{clear:both;margin-right:0;width:186px;height:30px;}
.other{overflow:hidden;height:50px;}
.other div{display:inline-block;width:45%;line-height:50px;}
.other div:first-child{float:left;}
.other div:last-child{float:right;text-align:right;}
div#container * {
	margin: auto;
    margin: unset;
    padding: unset;
}
@font-face {
  font-family: 'iconfont';  /* project id 720531 */
  src: url('//at.alicdn.com/t/font_720531_r9lh3arerh.eot');
  src: url('//at.alicdn.com/t/font_720531_r9lh3arerh.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_720531_r9lh3arerh.woff') format('woff'),
  url('//at.alicdn.com/t/font_720531_r9lh3arerh.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_720531_r9lh3arerh.svg#iconfont') format('svg');
}

.biaoge table{width: 100%;text-align: left;    border-collapse: collapse;
    border-spacing: 0;}
.biaoge table th,.biaoge table td{padding: .7rem;line-height: 1.6;vertical-align: top; border-top: 1px solid #ddd;}
.biaoge thead th{border-bottom: 2px solid #ddd;}

.biaoge th{
	text-align:center;
		background:#fff;
}
.biaoge td{
	font-size:14px;
	line-height:1.2;
	padding:5px;
	background:#fff;
}
.biaoge {
	background:#ddd;
	font-weight:400;
}
.newspic{
	margin:15px!important;
	width:1200px!important;
}
.list-pic{
	
}
.list-pic ul li{
    list-style: none;
    float: left;
    width: 385px;
    overflow: hidden;
    height: 150px;
    border-bottom: 1px solid #ddd;
    padding: 0 15px 15px 0;
    margin-bottom: 15px;
}
.list-pic ul li:nth-child(3n){
	margin-right:0;
}
.list-pic ul li img{
	    height: 150px;
    float: left;
    margin-right: 15px;
    width: 105px;
}
.list-pic ul li p{
   font-size: 14px;
   margin: 3px 0;
}
.list-pic ul li div{
	height: 150px;
	overflow: hidden;
	padding: 0 5px;
}
.list-pic ul li span{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    width: 129px;
}
.list-nav{
	    border-bottom: 3px solid #205373;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.list-nav ul{
	display: inline-block;
    float: right;
    width: 1148px;
}
.list-nav li{
	list-style: none;
    float: left;
    padding: 0px 20px 10px;
    font-size: 14px;
    width: 120px;
}
.list-nav p{
    display: inline-block;
    width: 50px;
    height: 87px;
    font-size: 18px;
    font-weight: 900;
    color: #205373;
    text-align: center;
    border-right: 1px solid;
}
.nlist i{
	float: right;
    font-style: normal;
    color: #999;
    font-size: 12px;
}
.nlist .mcontent{
	text-align: justify;
	width: 950px;
	font-size:14px;
	color:#999;
	margin-left:0;
	padding-top:10px;
	text-indent: 28px;
	margin-bottom: 25px;
	line-height: 24px;
	height: 48px;
    overflow: hidden;
}
.nlist h2{
	font-size: 100%;
    font-family: Microsoft YaHei;
    font-weight: normal;
	display: inline-block;
}
.nlist div.r>a{
	color: #666;
    width: 108px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
    border: 1px solid #d8d8d8;
    display: block;
    text-align: center;
}
.nlist div.r>a:hover{
	background: #0075c1;
    border: 1px solid #0075c1;
    color: #fff;
    text-decoration: none;
}
.nlist li{
	list-style: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    height: 135px;
	margin-bottom:25px;
}
.nlist li>div{
	height:135px;
	display:inline-block;
}
.nlist li>div:first-child{
	width: 240px;
    margin-right: 40px;
	
}
.nlist li>div:last-child{
	width: 950px;
}
.nlist img{
	width:240px;
	height:135px;
}
.alist{
    padding: 40px 0;
	background: #fff;
}
.alist .title{
	color: #33a0e4;
}
.czlm>div{
	width:1230px;
}
.czlm{
	height: 56px;
    border-bottom: 1px solid #ddd;
	line-height:60px;
	color:#666;
}
.nlist li>div.noimg{
	width:100%;
}
.nlist li>div.noimg .mcontent{
	width:1230px;
}
.halfw li>div:first-child {
    width: 120px;
    margin-right: 20px;
}
.halfw img{
	width:120px;
	height:135px;
}
.halfw li>div:last-child {
    width: 455px;
}
.halfw .mcontent {
	width: 455px;
}
.halfw li:nth-child(2n-1){
	float: left;
}
.halfw li:nth-child(2n){
	float: right;
}
.mynav{
	width: 100%;
    margin: 15px 0;
    height: 96px;
    border-bottom: 3px solid #ddd;
    background: #f5f5f5;
    color: #666;
	font-size:14px;
}
.mynav li:hover a {
	color:#fff;
}
.mynav li:hover {
	background:#0075c1;
	}
.mynav li {
    list-style: none;
    float: left;
    height: 20px;
    width: 121.8px;
    padding: 6px 0;
	text-align:center;
}
