@charset "utf-8";
/* CSS 鼠标效果 */
@import url('xiaoguo.css');

/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900'); */
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #666; overflow-x: hidden; font-family:"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif; padding-top: 80px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ outline:none; font-family:"Microsoft YaHei",Helvetica,Arial,Verdana,sans-serif; }
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color: #305dc3;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

.fl{float: left;}
.fr{float: right;}


img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1200px; margin: 0 auto;}
.ovh{overflow: hidden;}


::-webkit-scrollbar { width: 8px;padding-right: 8px; background-color: #f2f2f2;  /*其他样式，比如圆角等*/}
/*滑块样式*/
::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, .6);}
/*当前窗口失去焦点时的滑块样式*/
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0, 0, 0, .6);}


/*顶部*/
.header{ width: 100%; height:80px; background:#fff; box-shadow: 0 0  10px rgba(0,0,0,.1); position: fixed; left: 0; top: 0; z-index: 99999; }
.header .logo{float: left; padding:8px 0;}
.header .headRight{ float:right;}
.header .nav{ float: left;}
.header .nav ul li{  line-height: 80px; position: relative; margin-left: 1px; float: left;}
.header .nav ul li a{ color: #222;  font-size: 17px; display: block; padding: 0 25px;  transition: all .4s;}
.header .nav ul li a:hover,.header .nav ul li.on a{ color: #fff; background: #305dc3;}
.header .lang{ float: left; margin-left: 30px; position: relative;}
.header .lang a{ color: #666; font-size: 18px; line-height: 80px;}
.header .lang a:hover{ color: #305dc3;}
.header .lang::before{ content: ""; width: 1px; height: 20px; background: #c4c4c4; position: absolute; left: -25px; top: 50%; transform: translateY(-50%);}
.header .menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper-container .swiper-slide a{  display: block; width:100%;}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .pagination {position: absolute;z-index: 20;bottom:30px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:15px; height: 15px; background:#fff; margin: 0 4px; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #305dc3; opacity: 1;}

.title{ margin-bottom:20px; text-align: center;}
.title h2{ font-size: 26px; font-weight: normal; color: #000; line-height: 1; margin-bottom: 5px;}
.title p{ font-size: 12px; color: #aaa; line-height: 1; display: inline-block; position: relative;}
.title p::before{ content: ""; width: 46px; height: 1px; background: #eee; position: absolute; left: -60px; top: 50%;}
.title p::after{ content: ""; width: 46px; height: 1px; background: #eee; position: absolute; right: -60px; top: 50%;}

.ntitle{margin-bottom:30px; text-align: center;}
.ntitle h2{ font-size: 18px; font-weight: normal;}
.ntitle h3{ font-size: 32px; color: #000;}

.num{ margin-top: -90px; position: relative; z-index: 111;}
.num ul{ background: #305dc3;}
.num ul li{ width: 33.3333%; height: 250px; background-image: -webkit-gradient(linear,0% 100%, 100% 0%, from(#2C57B6), to(#294da1)); text-align: center; padding-top: 50px; float: left;}
.num ul li .item{ color: #fff; display: inline-block;}
.num ul li .item dl{ font-size: 60px; line-height: 1; margin-right: 25px; float: left;}
.num ul li .item ol{ float: left; width: 180px; text-align: left; padding-bottom: 80px;}
.num ul li .item ol h3{ font-size: 17px; font-weight: normal; line-height: 1; margin: 5px 0;}
.num ul li .item ol dt{ font-size: 13px; color: #98aee1; line-height: 1; border-bottom: #456ec9 solid 1px; padding-bottom: 15px;}
.num ul li:nth-child(1) .item ol{ background: url(../images/icon01.png) no-repeat left bottom;}
.num ul li:nth-child(2) .item ol{ background: url(../images/icon02.png) no-repeat left bottom;}
.num ul li:nth-child(3) .item ol{ background: url(../images/icon03.png) no-repeat left bottom;}

.ipro{ padding: 40px 0;}
.ipro .box{}
.ipro .box ul{ margin: 0 -15px;}
.ipro .box ul li{ width: 25%; padding: 0 15px; margin-bottom: 20px; float: left;}
.ipro .box ul li dl{ padding-bottom: 100%; position: relative; overflow: hidden;}
.ipro .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.ipro .box ul li h3{ font-size: 15px; text-align: center; font-weight: normal;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-top: 5px;}

.inews{ background: #f7f7f7; padding: 40px 0;}
.inews .box ul{ margin: 0 -18px;}
.inews .box ul li{ width: 50%; padding: 0 18px; margin-bottom: 15px; float: left;}
.inews .box ul li a{ background: #fff; padding: 15px; display: block; overflow: hidden;}
.inews .box ul li dl{width: 130px; height: 90px; position: relative; overflow: hidden; float: left;}
.inews .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.inews .box ul li ol{ padding-left: 140px;}
.inews .box ul li ol h3{ font-size: 15px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 5px;}
.inews .box ul li ol dt{ font-size: 12px; margin-bottom: 5px;}
.inews .box ul li ol dd{ font-size: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

.iabout{ background: url(../images/aboutBg.jpg) no-repeat center top; background-size: 100% auto; padding: 125px 0 50px;}
.iabout .box{ background: #305dc3; padding: 25px;}
.iabout .box dl{ float: left; width: 550px; margin-top: -60px;}
.iabout .box ol{ float: right; width: 555px; color: #fff;}
.iabout .box ol .tit{ margin-bottom: 25px;}
.iabout .box ol .tit h2{ font-size: 24px; margin-bottom: 5px;}
.iabout .box ol .tit p{ font-size: 14px;}
.iabout .box ol .text{ font-size: 14px; line-height: 1.8; margin-bottom: 30px;}
.iabout .box ol a.more{ width: 120px; height: 44px; line-height: 40px; text-align: center; color: #fff; font-size: 14px; border: #fff solid 1px; display: block;}

.icontact{ background: #fafafa; padding: 50px 0 90px; }
.icontact .box{ padding-top: 20px; margin-bottom: 60px;}
.icontact .box ul{}
.icontact .box ul li{ float: left; width: 25%; text-align: center;}
.icontact .box ul li dd{ margin: 10px 0;}
.icontact .imap{ height: 380px; border: #ddd solid 1px;}

.about{ padding: 50px 0 70px;}
.about .ntitle{ background: url(../images/cptit.jpg) no-repeat center bottom; padding-bottom: 30px;}
.about .box{ background: #f5f5f5;}
.about .box dl{ float: left;}
.about .box ol{ float: right; width: 430px; padding:50px 30px;}
.about .box ol .tit{ margin-bottom: 20px; position: relative; padding-bottom: 10px;}
.about .box ol .tit h2{ font-size: 24px; color: #000; line-height: 1; margin-bottom: 8px;}
.about .box ol .tit::after{ content: ""; width: 50px; height: 2px; background: #305dc3; position: absolute; left: 0; bottom: 0;}
.about .box ol .text{ font-size: 14px; line-height: 1.8; margin-bottom: 30px;}

.content{ padding: 40px 0 70px;}
.leftSide{ width: 250px; float: left;}
.rightBox{ width: 930px; float: right;}

.leftNav{ border: #d9d9d9 solid 1px; border-top: none; margin-bottom: 20px;}
.leftNav dl{background: #025bb5; line-height: 44px; text-align: center; color: #fff; font-weight: bold;}
.leftNav ul{ padding: 15px 20px;}
.leftNav ul li{ margin-bottom: 10px;}
.leftNav ul li a{background: #025bb5; color: #fff; font-size: 14px; text-align: center; line-height: 36px; display: block;}

.leftContact{border: #d9d9d9 solid 1px; border-top: none; }
.leftContact dl{background: #025bb5; line-height: 44px; text-align: center; color: #fff; font-weight: bold;}
.leftContact ol{ padding: 20px 10px; text-align: center;}
.leftContact ol h3{ color: #000; border-bottom: #eee solid 1px; padding: 10px 0;}
.leftContact ul{ padding:0 10px 20px; font-size: 14px;}

.bread{ line-height: 42px; border-top: #d9d9d9 solid 1px; border-bottom: #d9d9d9 solid 1px; font-size: 14px; background: url(../images/icon08.png) no-repeat left center; padding-left: 25px; margin-bottom: 25px;}

.prolist{ padding-bottom: 10px;}
.prolist ul{ margin: 0 -12px;}
.prolist ul li{ width: 33.3333%; padding: 0 12px; margin-bottom: 20px; float: left;}
.prolist ul li a{ padding: 15px; border: #eee solid 1px; display: block;}
.prolist ul li dl{ padding-bottom: 100%; position: relative; overflow: hidden;}
.prolist ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.prolist ul li h3{ font-size: 15px; text-align: center; font-weight: normal;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-top: 5px;}

.proview{ border: #d9d9d9 solid 1px; padding: 25px;}
.proview .tit{ text-align: center; margin-bottom: 15px;}
.proview .tit h1{ font-size: 16px;}
.proview .pic{ width: 500px; text-align: center; margin: 0 auto 20px;}

.news{ padding-bottom: 15px;}
.news ul{}
.news ul li{ border-bottom: #ddd solid 1px;}
.news ul li a{ display: block; padding: 10px 0;}
.news ul li h3{ font-size: 15px; color: #555;}
.news ul li dd{ font-size: 12px; color: #999;}
.news ul li dt{ font-size: 14px; color: #666;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news ul li a:hover h3{ color: #025bb5;}

.newsView{border: #d9d9d9 solid 1px; padding: 25px;}
.newsView .newsHead{ text-align: center; margin-bottom: 20px;}
.newsView .newsHead h1{ font-size: 18px; margin-bottom: 5px;}
.newsView .newsHead dl{ font-size: 13px; color: #aaa;}
.newsView .newsPage{ margin-top: 30px;}
.newsView .text{ line-height: 1.8; font-size: 15px;}
.newsView .newsPage a{ display: block; font-size: 14px; margin-bottom: 5px;}

.message{ width: 900px; padding: 40px 0 80px; margin: 0 auto;}
.message .box ul{ margin: 0 -10px;}
.message .box ul li{ width: 50%; padding:0 10px; color: #666; margin-bottom: 20px; float: left;}
.message .box ul li input{ width: 100%; border: #dedede solid 1px; height: 40px; margin-top: 8px; padding-left: 15px;}
.message .box ol button{ width: 100%; background: #025bb5; color: #fff; line-height: 40px; border: none; cursor: pointer;}

.footer{ background: #022d64; color: #fff; font-size: 14px; text-align: center; line-height: 2; padding: 30px 0;}
.footer a{ color: #fff;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 10px 0 0px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #8a8a8a; margin-right: 5px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
.fenye a.current { color: #fff;  background: #242a34; margin-right: 5px; border: #242a34 solid 1px;}


@media only screen and (min-width: 1680px) and (max-width: 1920px){

}

@media only screen and (min-width: 1440px) and (max-width: 1679px){

}

@media only screen and (min-width: 1280px) and (max-width: 1439px){

}

@media only screen and (min-width: 1000px) and (max-width: 1279px){
    body{ font-size: 15px;}
    .wrap{ width: 990px;}

    .header .nav ul li a{ padding: 0 15px; font-size: 15px;}
    .header .lang a{ font-size: 15px;}

    .ntitle h3{ font-size: 26px;}

    .num{ margin-top: -50px;}
    .num ul li{ height: 210px; padding-top: 35px;}
    .num ul li .item dl{ font-size: 38px;}

    .iabout .box dl{ width: 460px; margin-top: -47px;}
    .iabout .box ol{ width: 450px;}
    .iabout .box ol .tit{ margin-bottom: 15px;}
    .iabout .box ol .text{ font-size: 13px; line-height: 1.7; margin-bottom: 18px;}

    .about .box dl{ width: 510px;}
    .about .box ol{ width: 480px; padding: 40px 30px;}
    .about .box ol .text{ font-size: 13px; line-height: 1.7; margin-bottom: 0;}

    .rightBox{ width: 720px;}

    .proview .pic{ width: 390px;}
    
}

@media screen and (max-width:999px){
    body{ padding-top: 60px; font-size: 15px;}
    .wrap{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height:60px; background:#fff; box-shadow: 0 0 5px rgba(0,0,0,.1);  position: fixed; top: 0; left: 0; z-index: 99999; }
    .header .logo{ height: 60px; padding: 20px 0;}
    .header .headRight{ float: none; position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  border-top: #eee solid 1px;  background: #fff; display: none;}
    .header .nav{ width: 100%; float: none;}
    .header .nav ul li{ float: none; margin-left: 0; line-height: 50px; border-bottom: #eee solid 1px; position: relative;}
    .header .nav ul li a{ color: #000; font-size: 15px; padding: 0 15px;}
    .header .nav ul li a:hover{ color: #fff;}
    .header .nav ul li.on a{ color: #fff;}
    .header .lang{ margin-left: 15px;}
    .header .lang a{ color: #000;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    /*首页bannner*/
    .banner { position: relative;}
    .banner .swiper-container{ width:100%; overflow:hidden;}
    .banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
    .banner .swiper-container .swiper-slide a{ display: block; width:100%;}
    .banner .swiper-container .swiper-slide img{width:100%;}
    .banner .pagination {position: absolute;z-index: 20;bottom:10px;width: 100%;text-align: center;}
    .banner .swiper-pagination-switch {display: inline-block; width:10px; height: 10px; background:#fff; margin: 0 2px; border-radius: 10px; cursor: pointer;}
    .banner .swiper-active-switch { background: #4bace0; opacity: 1;}

    .title{ margin-bottom:20px; text-align: center;}
    .title h2{ font-size: 20px; margin-bottom: 5px;}
    .title p{ font-size: 12px;}
    .title p::before{ content: ""; width: 46px; height: 1px; background: #eee; position: absolute; left: -60px; top: 50%;}
    .title p::after{ content: ""; width: 46px; height: 1px; background: #eee; position: absolute; right: -60px; top: 50%;}

    .ntitle{margin-bottom:30px; text-align: center;}
    .ntitle h2{ font-size: 14px; font-weight: normal;}
    .ntitle h3{ font-size: 20px; color: #000;}

    .num{ margin-top:0; position: relative; z-index: 111;}
    .num .wrap{ padding: 0;}
    .num ul{ background: #305dc3;}
    .num ul li{ width: 33.3333%; height: 130px; background-image: -webkit-gradient(linear,0% 100%, 100% 0%, from(#2C57B6), to(#294da1)); text-align: center; padding-top: 20px; float: left;}
    .num ul li .item{ color: #fff; display: block; text-align: center;}
    .num ul li .item dl{ font-size: 36px; line-height: 1; margin-right: 0; float: none;}
    .num ul li .item ol{ float: none; width: 100%; text-align: center; padding-bottom: 0;}
    .num ul li .item ol h3{ font-size: 15px; margin: 5px 0;}
    .num ul li .item ol dt{ font-size: 12px;  border-bottom:none; padding-bottom: 15px;}
    .num ul li:nth-child(1) .item ol{ background: none;}
    .num ul li:nth-child(2) .item ol{ background: none;}
    .num ul li:nth-child(3) .item ol{ background: none;}
    .num ul li:nth-child(1) .item dl::after{ content: "年"; font-size: 13px;}
    .num ul li:nth-child(2) .item dl::after{ content: "个"; font-size: 13px;}
    .num ul li:nth-child(3) .item dl::after{ content: "亩"; font-size: 13px;}

    .ipro{ padding: 30px 0 20px;}
    .ipro .box{}
    .ipro .box ul{ margin: 0 -5px;}
    .ipro .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 20px; float: left;}
    .ipro .box ul li dl{ padding-bottom: 100%; position: relative; overflow: hidden;}
    .ipro .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
    .ipro .box ul li h3{ font-size: 13px; margin-top: 5px;}

    .inews{ background: #f7f7f7; padding: 40px 0 30px;}
    .inews .box ul{ margin: 0 ;}
    .inews .box ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: none;}
    .inews .box ul li a{ background: #fff; padding: 10px; display: block; overflow: hidden;}
    .inews .box ul li dl{width: 130px; height: 90px; position: relative; overflow: hidden; float: left;}
    .inews .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
    .inews .box ul li ol{ padding-left: 140px;}
    .inews .box ul li ol h3{ font-size: 15px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 5px;}
    .inews .box ul li ol dt{ font-size: 12px; margin-bottom: 5px;}
    .inews .box ul li ol dd{ font-size: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

    .iabout{ background: url(../images/aboutBg.jpg) no-repeat center top; background-size: 100% auto; padding: 125px 0 30px;}
    .iabout .box{ background: #305dc3; padding:30px 15px;}
    .iabout .box dl{ float: none; width: 100%; margin-top: 0px; margin-bottom: 15px;}
    .iabout .box ol{ float: none; width: 100%; color: #fff;}
    .iabout .box ol .tit{ margin-bottom: 15px; text-align: center;}
    .iabout .box ol .tit h2{ font-size: 20px; margin-bottom: 2px;}
    .iabout .box ol .tit p{ font-size: 13px;}
    .iabout .box ol .text{ font-size: 13px; line-height: 1.6; margin-bottom: 30px;}
    .iabout .box ol a.more{ width: 120px; height: 36px; line-height: 32px; font-size: 14px; margin: 0 auto;}

    .icontact{ background: #fafafa; padding: 30px 0 50px; }
    .icontact .box{ padding-top: 20px; margin-bottom: 20px;}
    .icontact .box ul{}
    .icontact .box ul li{ float: left; width: 50%; margin-bottom: 10px;}
    .icontact .box ul li dd{ margin: 5px 0; font-size: 13px;}
    .icontact .box ul li dt{ height: 40px; font-size: 13px;}
    .icontact .imap{ height:200px; border: #ddd solid 1px;}

    .about{ padding: 30px 0 30px;}
    .about .ntitle{ background: url(../images/cptit.jpg) no-repeat center bottom; padding-bottom: 30px;}
    .about .box{ background: #f5f5f5;}
    .about .box dl{ float: none;}
    .about .box ol{ float: none; width: 100%; padding:30px 15px;}
    .about .box ol .tit{ margin-bottom: 20px; position: relative; padding-bottom: 10px;}
    .about .box ol .tit h2{ font-size: 20px; color: #000; line-height: 1; margin-bottom: 8px;}
    .about .box ol .tit::after{ content: ""; width: 50px; height: 2px; background: #305dc3; position: absolute; left: 0; bottom: 0;}
    .about .box ol .text{ font-size: 13px; line-height: 1.8; margin-bottom: 0;}

    .content{ padding: 30px 0 30px;}
    .leftSide{ width: 100%; float: none;}
    .dn{display: none;}
    .rightBox{ width: 100%; float: none;}

    .leftNav{ border: #d9d9d9 solid 1px; border-top: none; margin-bottom: 20px;}
    .leftNav dl{line-height: 44px; text-align: left; padding-left: 15px;  background: #025bb5 url(../images/xiala.png) no-repeat right 15px center; background-size: 20px auto;}
    .leftNav ul{ padding: 15px 20px; display: none;}
    .leftNav ul li{ margin-bottom: 10px;}
    .leftNav ul li a{background: #025bb5; color: #fff; font-size: 14px; text-align: center; line-height: 36px; display: block;}

    .leftContact{display: none;}

    .bread{ line-height: 42px; font-size: 12px; background: url(../images/icon08.png) no-repeat left center; padding-left: 25px; margin-bottom: 10px;}

    .prolist{ padding-bottom: 5px;}
    .prolist ul{ margin: 0 -5px;}
    .prolist ul li{ width:50%; padding: 0 5px; margin-bottom: 10px; float: left;}
    .prolist ul li a{ padding: 10px; }
    .prolist ul li h3{ font-size: 13px; margin-top: 5px;}

    .proview{ border: #d9d9d9 solid 1px; padding: 20px 15px;}
    .proview .tit{ text-align: center; margin-bottom: 15px;}
    .proview .tit h1{ font-size: 16px;}
    .proview .pic{ width: 100%; text-align: center; margin: 0 auto 20px;}
    .proview .text{ font-size: 13px;}

    .news{ padding-bottom: 10px;}
    .news ul{}
    .news ul li{ border-bottom: #ddd solid 1px;}
    .news ul li a{ display: block; padding: 10px 0;}
    .news ul li h3{ font-size: 14px; color: #555;}
    .news ul li dd{ font-size: 12px; color: #999;}
    .news ul li dt{ font-size: 12px; color: #999;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
    .news ul li a:hover h3{ color: #025bb5;}

    .newsView{border: #d9d9d9 solid 1px; padding: 15px;}
    .newsView .newsHead{ text-align: center; margin-bottom: 20px;}
    .newsView .newsHead h1{ font-size: 15px; margin-bottom: 5px;}
    .newsView .newsHead dl{ font-size: 12px; color: #aaa;}
    .newsView .newsPage{ margin-top: 30px;}
    .newsView .text{ line-height: 1.7; font-size: 13px;}
    .newsView .newsPage a{ display: block; font-size: 13px; margin-bottom: 5px;}

    .message{ width: 100%; padding: 30px 15px 50px; margin: 0 auto;}
    .message .box ul{ margin: 0;}
    .message .box ul li{ width: 100%; padding:0; font-size: 13px; margin-bottom: 10px; float: left;}
    .message .box ul li input{ width: 100%; border: #dedede solid 1px; height: 32px; margin-top: 5px; padding-left: 10px;}
    .message .box ol button{ width: 100%; background: #025bb5; color: #fff; line-height: 36px; border: none; cursor: pointer;}

    .footer{ font-size: 12px; line-height:1.5; padding: 15px 10px;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 2px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:2px;}
    .fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
    .fenye a.current { color: #fff;  background: #242a34; margin-right: 2px; border: #242a34 solid 1px;}

}