/*html {
    overflow-y: scroll;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
body,html{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",Arial, "sans-serif";
    font-size: 14px;
    line-height: 1.6em;
    color: #333333;
}
body{
    background:#F5F6F8 url("../images/bg.jpg")  center 0 no-repeat;
    background-size: contain;
    background-attachment: fixed;
}
*{
    font-family: "Microsoft YaHei",Arial, "sans-serif";
}
input[type=text]{
    border: 1px solid #d3d3d3;
    height: 22px;
    width: 180px;
    box-sizing: border-box;
    padding: 0 5px;
}
input[type=button]{
    box-sizing: border-box;
}
.clearboth:after{
    display: block;
    content: "";
    clear: both;
}
.centered-wrapper {
    width: 1100px;
    margin: 0 auto;
    clear: both;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}
a:hover,a:focus{
    color: #a84a2d;
}
a img{
    border: none;
}
.date{
    font-family: Arial;
}
ul.newslist li{
    background: url("../images/index_10.png") 0 13px  no-repeat;
    height: 32px;
    line-height: 32px;
    text-indent: 16px;
}
ul.newslist li .title{
    float: left;
    display: block;
    height: 32px;
    line-height:32px;
    overflow: hidden;
}
ul.newslist li .category{
    color: #a84b2d;
}
ul.newslist li .date{
    float: right;
    color: #666666;
    margin-top: 0;
    font-family: Arial;
}
.pager{
    color: #6f6f6f;
}
.pager a{
    padding:3px 9px;
    border:1px solid #e2e2e2;
    color:#6f6f6f;
    text-decoration:none;
    background:#FFF;
    margin:0 2px;
}
.pager a:hover,.pager a:focus,.pager a.current{
    color:#FFF;
    background:#a8634d;
    border:1px solid #7b4939;
}
/**************漂浮广告********************/
.ad{
    position: fixed;
    margin-left: -190px;
    margin-top: 180px;
    z-index: 99;
}
.ad .pic{
    position: relative;
}
.ad .pic .close{
    background:url("../images/icon_06.png") 0 0 no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}
.ad .pic img{
    box-shadow: 5px 5px 13px rgba(0,0,0,0.24);
}
@media only screen and (max-width: 1260px) {
    .ad{
        margin-left: -80px;
    }
}
@media only screen and (max-width: 1100px) {
    .ad{
        margin-left: 0px;
    }
}
/**************header********************/
.header{
    height:250px;
    position: relative;
}

.header .topbar{
    height: 65px;
}
.header .logo{
    background: url("../images/logo.png") 10px 45px  no-repeat;
    width: 648px;
    height: 167px;
}
.header .righticon{
    float: right;
    margin-top: 17px;
    background: url("../images/icon_01.jpg") 0 0  no-repeat;
    width: 202px;
    height: 118px;
}
.header .welcome{
    height: 40px;
    line-height: 40px;
    background: #f5f6f8;
    font-size: 12px;
    padding-left: 15px;
}
/**************contain********************/
.contain{
    background: #FFF;
    padding: 0 7px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
    position: relative;

}

/**************页脚********************/
.footer{

    text-align: center;
    padding: 15px 0;
    color: #666666;
}
.footer .foot_nav a{
    margin-left:15px;
    color: #999999;
}


/**************主菜单********************/
.menubg{
    background: #a84a2d;
    height: 44px;
}
.menubg .centered-wrapper{
    border-bottom: 2px solid #23a82c;
    height: 61px;
    position: relative;
}
.menu{
    float: left;
    margin-top: 11px;
    margin-left: 5px;
}
.menu>ul>li{
    display: inline-block;
    float: left;;
    position: relative;

}
.menu>ul>li>a{
    font-size: 16px;
    font-weight: bold;
    padding: 0 12px;
    border-right: 2px solid #FFF;
    text-align: center;
    color: #FFF;
}
.menu>ul>li:last-child a{
    border-right: none;
}
.menu>ul>li>a.current{
    color:#F3C82E;
}
.menu>ul>li>ul{
    display: none;
    position: absolute;
    left: 0;
    top: 34px;
    background: #FFF;
    border: 1px solid #ddd;
    width: 130px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    z-index: 99;
}
.menu>ul>li>ul>li>a{
    display: block;;
    text-align: center;
    padding: 3px 5px;
}
.menu>ul>li>ul>li>a:hover{
    background: #f5f5f5;
}
.menu>ul>li:hover ul{
    display: block;
}
/**************查询********************/
.search{
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    border:1px solid #dfdfdf;
    background: #FFF;
    border-right: none;
    height: 26px;
    width: 200px;
}
.search .txtinput{
    float: left;
    width: 165px;
    height: 24px;
    outline: none;
    border: none;
    text-indent: 5px;
}
.search .btn{
    border: none;
    background: url("../images/index_03.png") center no-repeat;
    width: 24px;
    height:24px;
}
/**************首页********************/
.homecontent .maindiv{
    float: left;
    width: 817px;
}
.homecontent .sidediv{
    float: right;
    width: 259px;
}
.banner1{
    margin-top: 10px;
    height: 120px;
    float: left;
}
.homecontent .tabs li{
    display: inline-block;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
}
.homecontent .tabs .more{
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    color: #a2a2a2;
    font-size: 14px;
}
.homecontent .tabs .more:hover{
    color: #a84a2d;
}

/*.homecontent .picnews{
    float: left;
    width:414px;
    height: 320px;
    margin-top: 15px;
}*/
/*#region 图片新闻 */
.topdiv .pic-news-container{float: left;width: 414px;height: 320px;position: relative; margin-top:15px;}
.topdiv .pic-news-nva { position: absolute; right: 22px; bottom: 9px; z-index: 1000; }
.topdiv .pic-news-nva > li { display: inline-block; margin: 0 2px; width: 9px; height: 9px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background: #AAA; cursor: pointer; }
.topdiv .pic-news-nva > li.active { background: #FCA404; }
.topdiv .pic-news-item { position: relative; display: none; }
.topdiv .pic-news-item img { display: block; width: 414px; height: 320px; border-style: none; }
.topdiv .pic-news-item .item_title { position: absolute; bottom: 0px; display: block; width: 100%; height: 44px; background-color: rgba(0,0,0,0.5); color: #FFF; text-indent: 18px; line-height: 44px; }

/*#endregion */
/*#region banner切换 */
.maindiv .pic-banner-container{float: left;width: 817px;height: 120px;position: relative; margin-top:10px;}
.maindiv .pic-banner-item { position: relative; display: none; }
.maindiv .pic-banner-item img { display: block; width: 817px; height: 120px; border-style: none; }
/*#endregion */

.homecontent .importantnews{
    float: right;;
    width: 654px;
    height: 320px;
    margin-top: 15px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}
.homecontent .importantnews .tabs{
    height: 43px;

}
.homecontent .importantnews .tabs ul{
    border-bottom: 1px solid #DDD;
    height: 43px;
}
.homecontent .importantnews .tabs li{
    padding: 0 10px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}
.homecontent .importantnews .tabs li.current{
    border-bottom: 3px solid #a84a2d;
    background: #FFF;
    padding: 0 9px;
    font-weight: bold;
}
.homecontent .importantnews .topnews{
    margin-top: 10px;
    margin-left: 15px;
    border-bottom: 1px dashed #999999;
    padding-bottom: 5px;
}
.homecontent .importantnews .topnews .title{
    font-size: 16px;
}
.homecontent .importantnews .topnews .title a{
    color: #a84a2d;
    font-weight: bold;
}
.homecontent .importantnews .topnews .title a:hover{
    color: #999999;
}
.homecontent .importantnews .topnews .desc{
    color: #929292;
    margin-top: 5px;
}
.homecontent .importantnews .topnews .desc .detailmore{
    color: #a84b2d;
}
.homecontent .importantnews .newslist{
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.homecontent .importantnews .newslist .title{
    width: 530px;
}

.homecontent .importantnews #spxw .topnews .title{
    font-size: 16px;
    background:url("../images/video_big.png") left center no-repeat;
    padding-left:30px;
}

.news{
    float: left;
    width: 817px;

}
 .L-div{
    float: left;
}
 .R-div{
    float: right;
}
.homecontent .news .dj{
    float: left;
    /*width: 100%;*/
    width: 50%;
}
.homecontent .default{
    border: 1px solid #DDD;
    box-sizing: border-box;
    margin-top: 10px;
}
.homecontent .default .head{
    border-bottom: 1px solid #DDD;
    height: 42px;
}
.homecontent .default .head h2{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    border-bottom: 3px solid #a84a2d;
    height: 39px;
    line-height: 42px;
    padding: 0 15px;
}
.homecontent   .more{
    float: right;
    color: #a84a2d;
    margin: 10px 10px 0;
}
.homecontent .default .head .redtxt{
    color: #e70012;
    margin-left: 20px;
}
.homecontent .news .dj .L-div{
    /*border-right: 1px solid #DDD ;*/
}
.news .newscontent{
    width: 402px;
    /*min-height: 224px;*/
    margin: 10px 0;
    padding: 0 15px;
    box-sizing: border-box;
}
.homecontent .news .dj .newscontent{
    width: 407px;
    padding: 0 17px;
}
.news .newscontent .tt{
    /*height: 42px;*/
    height: 50px;
}
.news .newscontent .tt .more{
    margin-right: 0;
}
.news .newscontent .tt h3{
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    color: #a84a2d;
    height: 50px;
    line-height: 50px;
    background: url("../images/newsbg.png") 0 center no-repeat;
}

.news .newscontent .tt_qlxc{
    /*height: 42px;*/
    height: 50px;
}
.news .newscontent .tt_qlxc .more{
    margin-right: 0;
}
.news .newscontent .tt_qlxc h3{
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    color: #a84a2d;
    height: 50px;
    line-height: 50px;
    background: url("../images/newsbg.png") 0 center no-repeat;
}

.homecontent .notice{
    border: 1px solid #DDD;
    margin-top: 10px;
    height:200px;
}
.homecontent .notice .head{
    background: #f6f1ec;
    height: 44px;
    border-bottom: 1px solid #DDD;
}
.homecontent .notice .head h2{
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 0;
    background: url("../images/icon_02.png") 0 center no-repeat;
    text-indent: 30px;
    margin-left: 10px;
}
.homecontent .notice .newslist{
    margin: 10px;
}
.homecontent .contact{
    border: 1px solid #DDD;
    margin-top: 10px;
    padding: 10px 0;
}
.homecontent .contact a{
    display: block;
    float: left;
    font-size: 16px;
    width: 50%;
    height: 48px;
    box-sizing: border-box;
    padding-left: 65px;
}
.homecontent .contact a.email{
    background: url("../images/icon_03.png") 10px 0 no-repeat;
    border-right: 1px solid #DDD;
 }
.homecontent .contact a.wechat{
    background: url("../images/icon_04.png") 10px 0 no-repeat;
}
.homecontent .speech{
    border: 1px solid #DDD;
    background: url("../images/dszzc.jpg") 0 0 no-repeat;
    width: 257px ;
    height: 235px;
    margin-top: 10px;
}
.homecontent .imglist{

}
.homecontent .imglist a{
    border: 1px solid #DDD;
    margin-top: 10px;
    display: block;
    height: 198px;
}

.homecontent .login{
    border: 1px solid #DDD;
    margin-top: 15px;
    height: 218px;
}
.homecontent .login .head{
    background: #f6f1ec;
    height: 44px;
    border-bottom: 1px solid #DDD;
}
.homecontent .login .head h2{
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 0;
    background: url("../images/icon_05.png") 0 center no-repeat;
    text-indent: 30px;
    margin-left: 10px;
}
.homecontent .login ul{
    float: left;
    margin: 10px 0 0 15px;
}
.homecontent .login li{
    float: left;
    padding: 4px 0;
}
.homecontent .login li .title{
    float: left;
    width: 60px;
}
.homecontent .login li input[type=text],.homecontent .login li input[type=password]{
    border: 1px solid #a84b2d;
    width: 162px;
    height: 28px;
    box-sizing: border-box;
}
.homecontent .login li .inputyz input[type=text]{
    width: 99px;
}
.homecontent .login li *{
    vertical-align: middle;
}
.homecontent .login .btn{
    text-align: center;
    padding-top: 10px;
    clear: both;
}
.homecontent .login .btn input[type=button]{
    width: 91px;
    height: 31px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    background: #d89642;
    border: none;
    margin: 0 5px;
}
.friendlylinks{
    float: left;
    width: 100%;
}
.friendlylinks .tabs{
    background: #f6f6f6;
    border-bottom:1px solid #dddddd;
    height: 32px;
    position: relative;
    margin: 10px 10px 0 10px;
    box-sizing: border-box;
}
.friendlylinks .tabs .centered-wrapper{
    position: relative;
}
.friendlylinks .tabs h2{
    font-weight: normal;
    margin: 0;
    font-size: 16px;
    background: url("../images/icon_07.png") 0 center no-repeat;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
}
.friendlylinks .tabs ul{
    width: 100%;
}
.friendlylinks .tabs li{
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    text-align: center;
}
.friendlylinks .tabs li.current{
    background: #FFF;
    border-top:1px solid #dfdfdf;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    color: #a84b2d;
}
.friendlylinks .tabs li.current a{
    color: #a84b2d;
}
.friendlylinks .content{
    padding: 10px;
    margin: 0 10px 10px 10px;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    height:108px;
}
.friendlylinks .content ul li{
    display: inline-block;
    height: 24px;
    font-size: 12px;
}
.friendlylinks .content ul li a{
    color: #333333;
    display: block;
    height: 1em;
    line-height: 1em;
    border-right: 1px solid #717171;
    padding: 0 10px;
}
.friendlylinks .content ul li a:hover{
    color: #a84a2d;
}
    .friendlylinks .sub_ent {
      padding-bottom:10px;
    }
    .friendlylinks .sub_ent span {
       width:278px;
       height:25px;
       display:inline-block;
       border:solid 1px #EEE5E8;
       margin-top:3.8px; margin-left:10px;
       padding-left:58px;
       line-height:25px;
       font-size:12px;
    }
        .friendlylinks .sub_ent .logo_bywjs {
           background: url("../images/subent_bywjs.png") 20px center no-repeat;
        }
        .friendlylinks .sub_ent .logo_nf {
           background: url("../images/subent_nf.png") 20px center no-repeat;
        }
         .friendlylinks .sub_ent .logo_ht {
           background: url("../images/subent_ht.png") 20px center no-repeat;
        }
        .friendlylinks .sub_ent .logo_xy {
           background: url("../images/subent_xy.png") 20px center no-repeat;
        }
        .friendlylinks .sub_ent .logo_xol {
           background: url("../images/subent_xol.png") 20px center no-repeat;
        }
        .friendlylinks .sub_ent .logo_xs {
           background: url("../images/subent_xs.png") 20px center no-repeat;
        }
        .friendlylinks .sub_ent .logo_xsl {
           background: url("../images/subent_xsl.png") 18px center no-repeat;
        }
        .friendlylinks .sub_ent .logo_sgk {
           background: url("../images/subent_sgk.jpg") 20px center no-repeat;
        }
        .friendlylinks .sub_ent .logo_szg {
           background: url("../images/subent_szp.jpg") 20px center no-repeat;
        }



/**************friendlylinks_new******************/
.friendlylinks_new{
   float: left;
   width: 100%;
}
.friendlylinks_new .tabs{
    background: #A84A2E;
    border-bottom:1px solid #A84A2E;
    height: 46px;
}
.friendlylinks_new .tabs .centered-wrapper{
    position: relative;
}
.friendlylinks_new .tabs h2{
    font-weight: normal;
    margin: 0;
    font-size: 16px;
    color:white;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
}
.friendlylinks_new .tabs ul{
    position: absolute;
    left: 120px;
    top:15px;
}
.friendlylinks_new .tabs li{
    display: inline-block;
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    background: #FFF;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
}
.friendlylinks_new .tabs li.current:before{
    content:"";
    display: block;
    width: 12px;
    height: 7px;
    background: #FFF url("../images/icon_088.png") center bottom no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -1px;
    
}
    .friendlylinks_new .tabs li.current a {
      color:#8B5342;
    }
.friendlylinks_new .content{
    background:#F6F1ED;
    padding: 10px 0;
    height:100px;
}
.friendlylinks_new .content ul li{
    display: inline-block;
    height: 28px;
    font-size: 12px;
}
.friendlylinks_new .content ul li a{
    color: #6e6e6e;
    padding:0 10px;
    display: block;
    height: 1em;
    line-height: 1em;
    border-right: 1px solid #717171;
}
.friendlylinks_new .content ul li a:hover{
    color: #23a82c;
}

    /**************navigate******************/
.nav{
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    color: #a84a2d;
    background: url("../images/icon_08.png") 10px center  no-repeat;
    padding-left: 30px;
    font-size: 12px;
}
.nav a{
    color: #a84a2d;
}
/**************列表页面******************/
.detail{
    border-bottom: 1px solid #f0f0f0;
}
.detail .leftdiv{
    float: left;
    width: 230px;
    margin-bottom: 30px;
    border-top: 3px solid #a84a2d;
}
.detail .leftdiv .title{
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    color: #a84a2d;
    font-size: 18px;
    padding-left: 35px;
}
.detail .leftdiv .leftmenu{
    border-top: 1px solid #d4d4d4;
    margin: 0 5px;
}
.detail .leftdiv .leftmenu li{
    position: relative;
    height: auto;
    line-height: 38px;

    border-left: 1px solid #d4d4d4;
    margin-left: 35px;
}
.detail .leftdiv .leftmenu li li{
    margin-left: 0;
    padding-left: 20px;
}
.detail .leftdiv .leftmenu li.current{
    background: #FFF url("../images/icon_10.png") right center  no-repeat;
}
.detail .leftdiv .leftmenu li.current_sub{
    background: #FFF url("../images/icon_10.png") right 15px  no-repeat;
}
.detail .leftdiv .leftmenu>li>a{
    display: block;
    color: #666666;
    height: 38px;
    line-height: 38px;
    background: url("../images/icon_09.png") 0 center  no-repeat;
    padding-left: 25px;
    margin-left: -7px;
}
.detail .leftdiv .leftmenu li a:hover{
    color:#a84a2d ;
}
.detail .leftdiv .leftmenu li.current>a,.detail .leftdiv .leftmenu li.current_sub>a{
    color: #a84a2d;
}
.detail .leftdiv .leftmenu li ul{
    display: none;
    font-size: 12px;
    margin-left: -1px;
}
.detail .leftdiv .leftmenu li.unfold ul{
    display: block;
}
.detail .rightdiv{
    float: right;
    width:855px;
    border-top: 1px solid #f0f0f0;
    border-left: 5px solid #f0f0f0;
    box-sizing: border-box;
    padding: 10px 30px;
    min-height: 440px;
}
.detail .rightdiv .title{
    border-bottom: 1px solid #DDD;

}
.detail .rightdiv .title h2{
    font-weight:bold;
    margin: 0;
    font-size: 16px;
    color:#333333 ;
    display: inline-block;
    border-bottom: 3px solid #a84a2d;
    line-height: 36px;
    padding: 0 10px 0 10px ;
    margin-bottom: -1px;
}
.detail .rightdiv .pager{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.detail .rightdiv .newslist li{
    border-bottom: 1px dashed #d6d6d6;
    background-position: 10px center;
    padding-left: 25px;
}
.detail .rightdiv .newslist li .date{
    margin-right: 5px;
}
.detail .rightdiv .newslist li a{
    width: 650px;
    display: block;
}
/**************新闻列表页******************/
.pagecontent .list li{
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}
.pagecontent .list .tt{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}
.pagecontent .list .desc .txt{
    color: #888888;
    font-size: 12px;
    float: left;
    display: block;
    width: 87%;
}
.pagecontent .list .date{
    font-size: 12px;
    color: #666666;
    float: right;
    display: block;
    width: 12%;
    text-align: right;
}
 /**************新闻详细页******************/
.newsdetail {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 90px;
}
.newsdetail  .title{
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}
.newsdetail  .subtitle{
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
}
.newsdetail .pubinfo{
    text-align: center;
    color: #888888;
    padding: 3px 0;
    background: #f5f6f8;
    font-size: 12px;
}
    .newsdetail .pubinfo .font_target {
      cursor:pointer;
    }
.newsdetail .newscontent{
    line-height: 1.8em;
}
.newsdetail .newscontent p{
    text-indent: 2em;
    margin: 1.5em 0;
}
.newsdetail .bottombtn{
    text-align: center;
    margin-top: 60px;
}
/**************普通介绍页******************/
.commonpage .content{
    line-height: 1.8em;
    padding-bottom: 20px;
    padding-top: 10px;
}
.commonpage .content p{
    text-indent: 2em;
    margin: 1.5em 0;
}
.commonpage .contactlist img{
    vertical-align: middle;
    margin-right: 10px;
}
.commonpage .contactlist li{
    padding: 5px 0;
}
.commonpage .addressmap{
    border: 1px solid #e1e1e1;
    padding: 15px 0;
    text-align: center;
    margin-top:15px;
}
.commonpage .culturelist .tt{
    color: #a84a2d;
    font-size: 18px;
    background: url("../images/icon_14.png") 0 4px no-repeat;
    text-indent: 20px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
}
.commonpage .culturelist .desc{
    padding: 10px 0 10px 20px;
}
.commonpage  .culturelist .desc p{
    margin: 1em 0;
}
.commonpage .culturelist .logo2{
    float: right;
    background: #fcfcfc url("../images/logo2.png") center no-repeat;
    border: 1px solid #e9e9e9;
    width: 230px;
    height: 250px;
    text-align: center;
    margin-top: 30px;
    margin-left: 15px;
    box-sizing: border-box;
}
.commonpage .culturelist .logo3{
    float: right;
    background: #fcfcfc url("../images/logo3.jpg") center no-repeat;
    border: 1px solid #e9e9e9;
    width: 230px;
    height: 206px;
    text-align: center;
    margin-top: 30px;
    margin-left: 15px;
    box-sizing: border-box;
}
.commonpage .culturelist li{
    padding: 10px 0;
}
.commonpage .projectlist li {
    width: 362px;
    height: 320px;
    border: 1px solid #dddddd;
    float: left;
    margin: 20px 15px;
}
.commonpage .projectlist li .tt{
    font-size: 18px;
    color: #a84a2d;
    text-align: center;
}
.commonpage .projectlist li .pic img{
    width: 362px;
    height: 163px;
}
.commonpage .projectlist li .pic{
    position: relative;
}
.commonpage .projectlist li .num{
    position: absolute;
    right: 0;
    top:0;
    display:inline-block;
    background-color: rgba(0,0,0,0.4);
    color: #FFF;
    font-size: 19px;
    font-family: Arial;
    padding: 3px 5px;
}
.commonpage .projectlist li .desc{
    padding: 10px 15px;
}
.commonpage .videolist li{
    float: left;
    width: 229px;
    margin: 15px 17px;
}
.commonpage .videolist .tt{
    display: block;
}
.commonpage .videolist .date{
    font-size: 12px;
    color: #888888;
}

/*组织机构*/
.zgslist li{
    border-top: 1px solid #efefef;
    padding: 25px 0;
}
.zgslist .tt .num{
    font-size: 18px;
    color: #282828;
}
.zgslist .tt .name{
    font-size: 14px;
    color: #858585;
    margin-left: 20px;
}
.zgslist .desc{
    font-size: 14px;
    margin: 1em 0;
}
.zgslist .moreinfo{
    font-size: 14px;
    margin: 0 0;
    display:none;
}
.zgslist .viewmore{
    display: block;
    background: url("../images/icon15.png") 0 0 no-repeat;
    width: 16px;
    height: 13px;
    margin: 0 auto;
    cursor: pointer;
}
.zgslist .collapsemore{
    display: block;
    background: url("../images/icon15_collapse.png") 0 0 no-repeat;
    width: 16px;
    height: 13px;
    margin: 0 auto;
    cursor: pointer;
}

/*----------------员工关怀-------------------------*/
.ygghlist{
    border-bottom:1px solid #efefef;
    padding: 30px 0;
}
.ygghlist .tt .zh{
    font-size: 18px;
    color: #232323;
}
.ygghlist .tt .en{
    font-size: 14px;
    color: #858585;
    margin-left: 25px;
}
.ygghlist .content{
    color: #565656;
    font-size: 14px;
    padding-top: 20px;
}

.contactlist2{}
.contactlist2 li{
    float: left;
    border: 1px solid #e7e8ea;
    background: #fcfcfc;
    margin: 15px 4px;
    padding-bottom: 30px;
}
.contactlist2 li .img{
    width: 253px;
    height: 145px;
}
.commonpage .content .contactlist2 li p{
    text-align: center;
    margin:0;
    padding: 0.2em 0;
    text-indent:0em;
}
.contactlist2 li .tt{
    color: #222222;
    font-size: 18px;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 10px;
}
.contactlist2 li .tel{
    color: #a8634d;
    font-size: 24px;
}
.contactlist2 li a.mail{
    text-align: center;
    display: block;
    color: #a3a2a2;
    font-size: 18px;
}


.page-large {
    margin-top: 40px;
    text-align: center;
}
.page-large a {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #a6a6a6;
    color: #9a9a9a;
    font-size: 14px;
}
.page-large .Num.none {
    background: transparent;
    border-color: transparent;
}
.page-large .Num.on,.page-large a:hover {
    border-color: #7b4939;
    background: #a8634d;
    color: #FFF;
}

    .page-large .page-skip {
       padding-left:15px;
       font-size:14px;
       color:#9a9a9a;
    }
    .page-large span {
       padding:5px 5px;
       font-size:14px;
       color:#9a9a9a;
    }
    .page-large .jumpto {
       width:30px;
    }



.rightdiv .projectlist li .tt a {
    cursor:pointer;
    color:#A84A2D;
}


/**************董事长致辞页面******************/

.detail .leftdiv_speech{
    float: left;
    width: 269px;
    height:679px;
    margin-bottom: 30px;
    background: url("../images/ChairmanSpeech_left.jpg") 0 0 no-repeat;
}
.detail .rightdiv_speech{
    float: right;
    width:816px;
    border-top: 1px solid #f0f0f0;
    box-sizing: border-box;
    padding: 10px 30px;
    min-height: 440px;
}
.rightdiv_speech .pagecontent .list li{
    padding: 10px 0;
    border-bottom: 1px dashed #e2e2e2;
    border-top:1px dashed #e2e2e2;
}
.rightdiv_speech .pagecontent .list .tt{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    background: url("../images/ChairmanSpeech_fengmian.png") 0 0 no-repeat;
    width:100%; height:175px;
    position:relative;
}
.rightdiv_speech .pagecontent .list .tt .year{
    font-size: 20px;
    color:#fff;
    margin-top:138px;
    margin-left:5px;
    position:absolute;
}
.rightdiv_speech .pagecontent .list .tt .tt_title{
    padding-left:150px; padding-top:30px;
    line-height:35px;
    width:auto;height:145px;
}
 .rightdiv_speech .pagecontent .list .tt .tt_arrow {
     background: url("../images/ChairmanSpeech_arrow.png") 0 0 no-repeat;
     width:42px;
     height:42px;  border:0px;
     position:absolute;
     right:20px; top:70px;
 }

.rightdiv_speech .pagecontent .list .desc .txt{
    color: #888888;
    font-size: 12px;
    float: left;
    display: block;
    width: 87%;
}
.rightdiv_speech .pagecontent .list .date{
    font-size: 12px;
    color: #666666;
    float: right;
    display: block;
    width: 12%;
    text-align: right;
}