/* CSS Document */
.index-body{
	background: url(../images/index-body-bg.jpg) no-repeat;
	background-size:100%;
}

.index-main{
	width:980px;
	margin:0 auto;
	background: #fff;
}


/*??*/
.header-main{
    background:#fff;
    padding-bottom: 20px;
}
.header-citys {
    overflow: hidden;
    background: #fff;
    padding-top:10px;
}

.header-citys ul {
    float: left;
}

.header-citys ul li {
    float: left;
}

ul.city li a {
    padding: 0 8px;
    display: block;
    color: #516e8f;
    margin-top: 4px;
    font-weight: bold;

}

ul.city li.line1 {
    width: 1px;
    height: 10px;
    background: #516e8f;
    margin-top: 8px;
}

.hc-first {
    font-size: 14px;
}

.hc-first i {
    color: #516e8f;
    font-size: 18px;
    margin-right: 5px;
}

.header-citys ul.login {
    margin-left: 80px;
}

ul.login li a {
    padding: 5px;
    color: #516e8f;

}

ul.login li.line1 {
    width: 1px;
    height: 10px;
    background: #516e8f;
    margin-top: 4px;

}

.header-citys ul.set-index {
    float: right;
}

ul.set-index li a {
    padding: 5px;
    color: #516e8f;
}

ul.set-index li.line1 {
    width: 1px;
    height: 10px;
    background: #516e8f;
    margin-top: 4px;

}

/*??*/
.header {
    overflow: hidden;
    margin-top: 0px;

}

.header .header-logo {
    width: 23%;
    margin-left: 10px;
}

.header .header-scroll {
    width: 45%
}


.header-seach input {
    width: 200px;
    height: 34px;
    color: #bababa;
    font-size: 14px;
    border: 1px #ececec solid;
    border-right: 0;
    line-height: 38px;
    padding-left: 10px;
    background: #f9f9f9;
    float: left;
    border-radius: 1px 0 0 1px;
    box-sizing: border-box;
    margin-top: 20px;
}

.header-seach button {
    float: left;
    cursor: pointer;
    width: 80px;
    height: 34px;
    display: inline-block;
    background: #ec9705;
    text-align: center;
    border-radius: 0 1px 1px 0;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

.header-nev {
    padding: 10px 0;
    overflow: hidden;
    /* width: 100%; */
    background: url("../images/header-nav-bg.jpg") repeat-x;
    width: 980px;
	margin: 0 auto;
}


.header-nev div.line2 {
   width: 2px;
    height: 18px;
    background: url(../images/header-nav-line.jpg);
    float: left;
    margin-top: 2px;
}

.header-nev a {
    color: #fff;
}

.header-nev .hn-box-first {
    padding-left: 10px;
    width: 80px;
    float: left;
    text-align: right;

}

.hn-box-first li {
    padding-right: 20px;
}

.header-nev .hn-box-first li a {
    font-size: 14px;
}

.header-nev .hn-box {
    float: left;
    width: 160px;
    padding-left: 16px;

}

.header-nev .hn-box-last {
    border-right: none;
}

.header-nev ul {
    overflow: hidden;
}

.header-nev .hn-box li {
    float: left;
    margin-top: 2px;
}

.header-nev ul li.first a {
    font-weight: bold;
    font-size: 15px;
}

.header-nev ul li.first {
    margin-top: 0px
}

.header-nev ul li a {
    padding: 5px 5px;
    font-size: 12px;
}

.toutiao {
    background: url("../images/toutiao-bg.jpg") no-repeat;
    overflow: hidden;
}

.toutiao h2, .toutiao p {
    text-align: center;
    color: #06346f;
}

.toutiao h2 {
    font-size: 20px;
    margin-bottom: 10px;
	padding-top:20px
}

.toutiao p {
    padding-bottom: 25px;
}

#zSlider {
    margin: 0px auto;
    width: 980px;
    overflow: hidden;
/*     margin-top: 10px; */
}

#picshow {
    position: relative;
}

#picshow, #picshow_img {
    width: 680px;
    height: 439px;
    overflow: hidden;
    float: left;
}

#picshow_img li {
    width: 680px;
    height: 439px;
    overflow: hidden;
    float: left;
    display: none;
}

#picshow_img img {
    width: 680px;
    height: 440px;
}

#picshow_tx {
    left: 0px;
    width: 680px;
    bottom: 0px;
    position: absolute;
    overflow: hidden;
}

#picshow_tx li {
    background: url(../images/picshow_bg.png) repeat;
    padding: 10px 30px;
    height: 40px;
    color: #fff;
    display: none;

}

#picshow_tx li a {
    color: #fff;
}

#picshow_tx li a:hover {
    text-decoration: underline;
}

#picshow_tx li h3 {
    margin: 13px 0;
    text-align: center;
    font-size: 18px
}

#picshow_tx li p {
    color: #ccc;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

#select_btn {
    width: 300px;
    height: 440px;
    color: #fff;
    float: right;
    display: inline;
    background-color: #f5f8fa;
}

#select_btn li {
    padding: 9px 11px 0px 9px;
    width: 300px;
    height: 100px;
    border-top: 1px solid #ddd;
    cursor: pointer;
    transition: all .7s ease 0s;
}

#select_btn li:hover {
    background-color: #0f3d71
}

#select_btn li a:hover {
    color: #fff;
}

#select_btn li.current {
    background-color: #0f3d71;
}

#select_btn li.current a {
    color: aliceblue
}

#select_btn li.current:hover {
    background-color: #292929;
    color: #fff;
}

#select_btn li:hover .select_text {
    color: #fff;
}

#select_btn a {
    color: #000;
}

#select_btn img {
    padding: 2px;
    border: 1px solid #ccc;
    width: 120px;
    height: 80px;
    margin-right: 10px;
    float: left;
}

#select_btn .select_text {
    width: 140px;
    overflow: hidden;
    display: block;
    color: #000;
	font-size: 16px;
}

#select_btn li.current .select_text {
    color: #fff;
}

#select_btn .select_text:hover {
    text-decoration: none;
    color: #fff;
}

#select_btn .select_date {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    display: block;
}

/*????*/
.ih-box{
	border: 1px solid #ddd;
}
.index-hot {
    width: 980px;
    margin: 0 auto;
    height: 662px;
    overflow: hidden;
    margin-top: 10px;

}

.index-hot .ih-left {
    width: 280px;
    float: left;
}

.index-hot .ih-right {
    float: right;
    width: 280px;
}

.index-hot .ih-main {
    float: left;
    width: 400px;
    margin-left: 10px;
    border: 1px solid #ddd;
    height: 660px;
}

.index-title {
    height: 52px;
    line-height: 52px;
    background: url("../images/title-bg.png") repeat-x;
    border-bottom: 2px solid #cfcfcf;
}

.index-title .title-img {
    float: left;
    margin-top: 16px;
    padding-left: 10px;
    border-bottom: 2px solid #0a5bac;
    line-height: normal;
    padding-bottom: 14px;
}
.index-title .title-h3{
	font-size:17px;
	letter-spacing:.2em;
	display:inline-block;
}
.index-title p{
	display: inline-block;
    margin-left: 40px;
    font-size: 17px;
    font-family: cursive;
    font-weight: 600;
	
}
.index-title .title-more {
    float: right;
    margin-right: 10px;
}

.index-title .title-more a {
    color: #999999;
}

.ih-first-news {
    margin: 10px;
}

.ih-first-news .ihf-img {
    float: left;
    margin-right: 10px;
}

.ih-first-news .ihf-title {
    font-size: 16px;
    font-weight: bold;
}

.ih-first-news .ihf-intro {
    color: #858585;
    margin-top: 10px;
    font-size: 14px;
}

.index-news-list {
    /* margin-top: 10px; */
	padding: 5px 10px;
}

.index-news-list li {
	height: 30px;
	line-height:30px;
    /* padding: 6px 0px; */
	overflow:hidden;
}

.index-hot .index-news-list li {
    /* padding: 5px 0px; */
}

.index-news-list li a {
    font-size: 15px;
}

.ihm-first-new {
    margin: 0 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;

}

.ihm-first-new h2 {
    color: #0a5bac;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ihm-first-new p {
    color: #858585;
    font-size: 14px;
    padding: 0px 10px;
}

.ih-main .index-news-list {
    margin-top: 0;
    padding: 5px 10px 10px 10px;
}

.ih-main .index-news-list span {
    margin-right: 5px;

}

.ih-main .index-news-list span a {
    color: #0a5bac;
}

.ih-main .index-news-list span.news-time {
    font-size: 14px;
    margin-left: 20px;
	float: right;
}

.icn-box {
    width: 314px;
    float: left;
    margin-left: 16px;
    margin-top: 10px;
}

.icn-first-box {
    margin-left: 0px;
}

.icn-box .icn-first-news {
    margin: 10px;
    position: relative;
    width: 295px;
    overflow: hidden;

}

.index-cate-news {
    overflow: hidden;
}

.icn-box .icn-first-news .is-title {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 36px;
    line-height: 36px;
    background-color: #000;
    text-align: center;
    color: #fff;
    filter: Alpha(opacity=70);
    opacity: 0.7
}

.icn-box .index-news-list {
    margin-top: 10px;
}

/*????*/
.index-link {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.index-link .il-title {
	font-size:16px;
	font-weight:bold;
    float: left;
    width: 20px;
    color: #0a5bac;
    padding:15px;
    background: #f0f5fa;
    text-align: center;
}

.index-link .il-list {
    padding: 10px;
    float: left;
    width: 890px;
    overflow: hidden;
}

.index-link .il-list a {
    font-size: 14px;
    color: #999;
    padding: 5px;
    display: block;
    float: left;
}

.index-link .il-gonghao {
    border-top: 1px solid #e8e8e8;

}

.index-link .il-gonghao .il-title {
    padding: 45px 15px;
}

.index-link .il-gonghao li {
    float: left;
    text-align: center;
    margin-right: 20px;
}

.index-link .il-gonghao ul {
    margin-left: 20px;
    margin-top: 20px;
}

.index-link .il-gonghao li p {
    font-size: 14px;
    padding-top: 10px;
}

/*??*/
.footer-full-nav {
    width: 100%;
    background: #14497F;
}

.footer-full-nav .footer-nav {
    text-align: center;
    color: #fff;
    padding: 15px 0px;
    background: #14497F;
}

.footer-nav a {
    color: #fff;
    padding: 5px 36px;
    font-size: 16px;
}

.footer-sub-nav {
    color: #ababab;
    margin-top: 20px;
}

.footer-sub-nav a {
    color: #ababab;
    padding: 5px;
}


.footer-text{
    margin-top:20px;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.footer-text span,.footer-text span a{
    margin-right: 20px;
    color:#ababab;
    padding:5px 0px;
    font-size:14px;
    float: left;
    display: block;
}
.footer-text a{
	margin-right: 20px;
    color:#ababab;
    font-size:14px;
	line-height:200%;
}
.footer-text span  a {
	padding:0;
}
.footer-copyright{
    padding:20px 0px
}

.footer-copyright p{
    text-align: center;
    color:#ababab;
    padding:5px 0px;
}

.footer-copyright p a{
    color:#ababab;
}

.icn-width-box{
	width:978px;
	margin-left:0;
}

.icn-width-box .icn-box{
	width:295px;
}


/*乡村行*/
.index-xcx{background:url(../images/xcx_bg.jpg) no-repeat 100% 100%;width:980px;height:205px;margin:10px auto 0 auto;overflow: hidden;position:relative;display:none;}
.index-xcx .mlxcx{width:305px;height:205px;position:absolute;top:0;left:0;cursor:pointer;}
.index-xcx .main{width:600px;float:right;position: relative;padding:0 35px;margin:20px 0 0 0;}
.index-xcx .main .btn {display: block;width: 12px;height: 24px;position: absolute;top: 80px;cursor: pointer;}
.index-xcx .main .btnl {background: url(../images/xcx_left.png) no-repeat center;left: 10px;}
.index-xcx .main .btnr {background: url(../images/xcx_right.png) no-repeat center;right: 10px;}
.index-xcx .main .conbox {position: relative;overflow: hidden;}
.index-xcx .main .conbox ul {position: relative;list-style: none;}
.index-xcx .main .conbox ul li {float: left;width: 190px;height: 175px;margin-left: 15px;overflow: hidden;}
.index-xcx .main .conbox ul li:first-child {margin-left: 0;}
.index-xcx .main .conbox ul li img {display: block;width: 190px;height: 127px;transition: all 0.5s;}
.index-xcx .main .conbox ul li:hover img {transform: scale(1.1);}
.index-xcx .main .conbox ul li p{line-height:130%;font-size:15px;width: 150px;height:39px;margin: 10px auto 0 auto;overflow:hidden;}
/*乡村行*/


/*顶部轮播图*/
.header-top{width:100%;overflow: hidden;position:relative;}
.header-top .main{width:100%;position: relative;}
.header-top .main .conbox {position: relative;width: 1200px;height:200px;overflow: hidden;}
.header-top .main .conbox ul {position: relative;list-style: none;}
.header-top .main .conbox ul li {float: left;width: 1200px;height:200px;}
.header-top .main .conbox ul li:first-child {margin-left: 0;}
.header-top .main .conbox ul li img {display: block;width: 1200px;height:200px;transition: all 0.5s;}
/*顶部轮播图*/
/*Nav*/
.pc_nav {
	display:inline;
}
 ul.pc_nav li a{
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
 ul.pc_nav li{
	 display:inline-block;
	 float: left;
    height: 10px;
	padding:0 30px;
 }
.city li{
	display:inline-block;
}
.city_site{
	float:left;
	
}
.hc-first{
	color:#ec9705;
	    padding-left: 35px;
		font-weight:bold
}
.city_site ul li.hc-first a{
	    margin-left: 0px;
		color:#ec9705;
	  
		font-weight:bold
}
.city_site ul li a{
	padding:0 5px;
	color:#fff;
	margin-left: 22.7px;
}
.city_site ul li{
	
}
/*轮播图*/
.index-tougao{width:100%;overflow: hidden;position:relative;display:none;}
.index-tougao .main{width:100%;position: relative;}
/*.index-tougao .main .btn {display: block;width: 12px;height: 24px;position: absolute;top: 80px;cursor: pointer;}*/
/*.index-tougao .main .btnl {background: url(../images/xcx_left.png) no-repeat center;left: 10px;}*/
/*.index-tougao .main .btnr {background: url(../images/xcx_right.png) no-repeat center;right: 10px;}*/
.index-tougao .main .conbox {position: relative;width: 280px;height:110px;overflow: hidden;}
.index-tougao .main .conbox ul {position: relative;list-style: none;}
.index-tougao .main .conbox ul li {float: left;width: 280px;height:110px;}
.index-tougao .main .conbox ul li:first-child {margin-left: 0;}
.index-tougao .main .conbox ul li img {display: block;width: 280px;height:110px;transition: all 0.5s;}
/*.index-tougao .main .conbox ul li:hover img {transform: scale(1.1);}*/
/*轮播图*/

.mrgt6{margin-top:6px}.mrgt7{margin-top:7px}.mrgt8{margin-top:8px}.mrgt9{margin-top:9px}
.mrgt10{margin-top:10px}.mrgt11{margin-top:11px}.mrgt12{margin-top:12px}
.mrgt13{margin-top:13px}.mrgt14{margin-top:14px}.mrgt15{margin-top:15px}
.mrgt16{margin-top:16px}.mrgt17{margin-top:17px}.mrgt18{margin-top:18px}.mrgt20{margin-top:20px}.mrgt21{margin-top:21px}.mrgt25{margin-top:25px}.mrgt27{margin-top:27px}.mrgt30{margin-top:30px}.mrgt34{margin-top:34px}.mrgt35{margin-top:35px}.mrgt38{margin-top:38px}.mrgt44{margin-top:44px}.mrgl20{margin-left:20px}.mrgl10{margin-left:10px}.mrgl30{margin-left:30px}.bold{font-weight:bold}.center{text-align:center}.bg{width:100%;margin:0 auto}.wrap{width:1200px;margin-left:auto;text-align:left;margin-right:auto;padding:10px 4px 0}.layout{width:1200px;margin-left:auto;margin-right:auto;text-align:left}.bgOne{background:url("../images/bg_one1.jpg") no-repeat center bottom}.baiAdv>div>iframe{padding-bottom:5px}.baiAdv img{display:block}.banner{width:1150px;margin-left:auto;margin-right:auto;overflow:hidden}.banner_tab{height:48px;position:absolute;right:5px;bottom:5px}.banner_tab ul{cursor:pointer;position:relative;top:31px;float:right}.banner_tab li{float:left;list-style-type:none;text-align:center;width:14px;height:14px;line-height:14px;display:block;margin-right:2px;border:1px solid #333;background:#ccc}.banner_tab a{text-decoration:none;color:#333;font-weight:bold}.banner_tab li.on,.banner_tab li.on a,.banner_tab li.on a:link,.banner_tab li.on a:visited{color:#a50002}.banner_tab img{border:1px solid #659ab6}.h3{height:5px}.baiAdv .h3{height:15px}.h214{height:214px}
.logoBox{position:relative;padding-top:17px;padding-bottom:18px;display:flex;align-items:center;width:100%;overflow:hidden;}
.logoBox .logo{float:left;margin-left:15px;display:block;width:150px}.logoBox .logo img{display:block;width:100%}.logoBox .longinfo{float:right;width:1200px;max-width:1200px;flex:1;justify-content:space-between;position:relative;color:#404040;}#section1{min-width:1200px}
.header .heade-right{clear:both;overflow:hidden;margin-left:auto;margin-right:auto;justify-content:space-between;align-items:center}
.header .heade-right .line{width:1px;height:60px;background-color:#aaa;float:left;margin:3px 31px 0 31px}.header .heade-right .nav{display:flex;float:left}.header .heade-right .nav>span{float:left;margin-left:31px;display:flex;flex-direction:column}.header .heade-right .nav>span:first-of-type{margin-left:0}.header .heade-right .nav>span>a{display:block}.header .heade-right .nav>span>a:last-child{margin-top:4px}.wzq{font-size:14px;color:#404040;line-height: 2.8em;}.wzq>p{background-color: #f3f3f3;width:100%;margin:0 auto;display:flex;align-items:center;text-indent: 12px;}.wzq>p>a{margin-right:27px}.stitleList{clear:both;width:100%;margin:0 auto;overflow:hidden;height:76px;overflow:hidden;display:flex;flex-wrap:wrap}.stitleList>li{float:left;width:33.33%}.stitleList>li>a{display:block;line-height:38px;height:38px;font-size:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-left:10px;padding-left:10px}.stitleList.linkBlack a{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAAA1BMVEUAAACnej3aAAAACklEQVQI12MAAgAABAABINItbwAAAABJRU5ErkJggg==") no-repeat 0 center}.stitleList.linkBlue a{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAAA1BMVEUoUYdBWFAUAAAAAXRSTlPM0jRW/QAAAApJREFUCNdjAAIAAAQAASDSLW8AAAAASUVORK5CYII=") no-repeat 0 center}.bigHead{width:100%;clear:both;height:100px}.bigHead .bh_tag{float:left;margin-top:10px;background:#285187;padding-top:8px;line-height:24px;width:30px;height:62px;text-align:center;color:#fff;font-size:20px;font-weight:bold}.bigBiao{float:right;width:1110px;height:100px}.bigBiao>dt{display:block;width:100%;text-align:center;font-size:40px;font-weight:bold;height:64px;padding:0;margin:0;overflow:hidden}.bigBiao>dt a:hover{text-decoration:none}.bigBiao>dd{text-align:center}.toutiao{width:970px;height:90px;margin-top:3px;background-color:#f3f3f3;overflow:hidden;position:relative}.toutiaoBox{height:90px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.toutiao .headline{width:100%;padding-top:6px}.toutiao .headline>dt{display:block;width:100%;text-align:center;font-size:26px;font-weight:bold;height:47px;line-height:41px;padding:0;margin:0;overflow:hidden}.toutiao .headline>dd{text-align:center;font-size:16px}.toutiao .headline>dd a{white-space:nowrap;padding-right:20px;padding-left:15px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABRJREFUGFdjTEtL+8/AwMDACGMAAC6YBGXBzSeyAAAAAElFTkSuQmCC) no-repeat 5px center}.toutiaoBox .hdBtn{position:absolute;right:15px;width:12px;height:12px;display:block;z-index:100}.toutiao .headline .linkBlue:hover{text-decoration:none}.toutiaoBox .prev{background:url("../images/btn_upzzz.jpg");top:5px}.toutiaoBox .next{background:url("../images/btn_downzzz.jpg");bottom:10px}.picH42{height:42px}.picH42 a{display:flex;align-items:center;width:100%;height:100%;overflow:hidden}.picH42 a img{display:block;width:100%;min-height:100%}.lantern{width:784px;height:440px;position:relative;overflow:hidden}.lanternList{position:absolute}.lanternList li{width:784px;height:440px;float:left}.lanternList li>a{display:block}.lanternList li img{width:784px;height:440px;display:block}.lanternList li .opcity{opacity:.6;position:absolute;bottom:0;display:block;height:40px;width:100%;background:#000}.lanternList li .txt{position:absolute;bottom:0;left:2%;width:96%;height:40px;line-height:40px;overflow:hidden;font-size:20px}.lanternList .txt,.focusList .txt a:link,.focusList .txt a:visited{color:#fff}.lantern .pagination{position:absolute;bottom:13px;z-index:33;font-size:0;right:10px}.lantern .pagination li{display:inline-block;*display:inline;*zoom:1;width:14px;height:14px;background-color:#ced0cf;margin:0 3px;text-align:center;line-height:50px;color:#333;font-weight:bold;cursor:pointer;overflow:hidden}.lantern .pagination li.current{background-color:#fe2200}.imgSub{margin-top:20px}
.imgSub,.imgSubBox{width:1200px;position:relative;height:128px;overflow:hidden}.imgSub .arrow{position:absolute;top:39px;cursor:pointer;width:24px;height:42px;display:block;z-index:1}.imgSub .arrowNext{background:url("../images/arrownext.png") no-repeat;right:0}.imgSub .arrowPrev{background:url("../images/arrowprev.png") no-repeat;left:0}.imgList{width:784px}.imgSubBox>.imgList{height:128px;overflow:hidden;position:absolute;top:0}
.imgList li{float:left;margin-left:10px}
.imgSubBox>.imgList li{float:left;margin-right:12px;margin-left:0}
.imgList li.none{margin-left:0}.imgList li{width:253px;height:130px}
.imgList li a{display:flex;align-items:center;width:100%;height:100%;overflow:hidden}
.imgList li a img{width:100%;min-height:100%;border-radius: 5px;}.newsTop{width:390px}
.list>li a{
	line-height:40px;
	font-size: 1.5em;
}
.onergt {
    width: 784px;
}
.list>li {
    line-height: 2;
    /* height: 6em; */
    overflow: hidden;
}

.ellipsis {
    
    text-overflow: ellipsis;
}
.ellipsis span{
	float:left;
	font-size: 15px;
    text-indent: 2em;
}
.ellipsis span a{
	font-size:inherit;
	color:red;
	text-decoration:none;
	pointer:cursor;
}
.w1200{
	    width: 1200px;
    margin: 0 auto;
}
.content-left {
    float: left;
    width: 800px;
}
.content-right {
    float: right;
    width: 370px;
}
  .pagination{font-size:14px;text-align:center; margin:30px auto;}
  
.pagination a{margin-right:10px;text-align:center;padding:5px 10px;height:20px;line-height:20px; color:#666;background:#f2f2f2; border-radius:5px;}
.pagination .active a{padding:5px 10px;height:20px;line-height:20px;color:#fff;background:#14497F; margin-right:10px;border-radius:5px;}
.pagination .diabledpage{padding:5px 10px;height:20px;line-height:20px;color:gray;background:#f2f2f2; margin-right:10px;border-radius:5px;}
.pagination a{color:#666;text-decoration:none;}
.pagination a:hover{color:#fff;text-decoration:node;background:#14497F;}
ul.pagination li{display:inline-block;}
.des-logo .dlx {background: #f9f9f9;    width: 306px;    border: 1px solid #f2f2f2;    padding: 27px 31px;    border-radius: 10px;    margin-top: 22px;}
.des-logo .dlx .dlxlogo {    text-align: center;    margin: 0 auto;}
.des-logo .dlx .dlxlogo img {    max-width: 260px;}
.des-logo .dlx .info {    font-size: 16px;    line-height: 30px;    color: #aaa;}
.from ul{
	display:inline-block;
}
.from ul li{
	display:inline-block;
	padding: 0 10px;
}
.content-left .from ul li a{
	color:#333;
	font-weight:600;
	    font-size: 14px;
}

.Content_right .con_img LI {
    HEIGHT: 150px;
    CLEAR: both;
	margin-bottom: 5px;
    text-align: center;
	    LINE-HEIGHT: 26px;
		
}
.con_img li img {
    height: 120px;

    width: 180px;
}
.Content_right{
	margin-top:35px;
}






ul.pc_nav li:first-child {
      padding-left: 35px;
}

ul.pc_nav li:last-child {
 padding-left: 12px;
}



