.main-controller{
    padding-top: 20px;
    overflow-y: visible;

}
.main-l{
    width: 295px;
    padding-right: 15px;
    float: left;
    margin-bottom: 40px;
}

.about-head{
    width: 100%;
    height: 106px;
}
.about-nav ul{
    padding: 0;
    margin: 0;
}
.about-nav ul li{
    list-style: none;
    height: 60px;
    border: 1px solid #e7e6e6;
    border-top: none;
    padding-left: 50px;
}
.about-nav ul li a{
    display: block;
    font-family: "微软雅黑";
    height: 100%;
    color: #a6a6a6;
    font-size: 14px;
    line-height: 60px;
    text-decoration: none;

}

/*new*/
.about-nav ul li a:hover i{
    background-position: left  center;
}
.about-nav ul li a:hover{
    color: #2a68b9;
}
.about-nav ul li a:hover span{
    display: inline-block;
    margin-left: 7px;
    width: 49px;
    height: 9px;
    background: url(../img/about_jiantou.png) no-repeat right  center;
    transition: .3s;
}

/*new */


.about-nav ul li a i{
    margin-right: 8px;
    display: inline-block;
    width: 4px;
    height: 12px;
    background: url(../img/rrr.png) no-repeat right  center;
}
.about-nav ul li a.active i{
    background-position: left  center;
}
.about-nav ul li a.active{
    color: #2a68b9;
}
.about-nav ul li a.active span{
    display: inline-block;
    margin-left: 7px;
    width: 49px;
    height: 9px;
    background: url(../img/about_jiantou.png) no-repeat right  center;
    opacity: 1;

    transition: all .2s;
}
.notice-nav h3{

    color: #fff;
    font-size: 18px;
    font-family: "微软雅黑";
    border-bottom:  1px solid #e7e6e6;

    margin: 0;
    height: 60px;
    font-weight: normal;
    padding-left: 40px;
    line-height: 60px;
    background: #1762b6 url(../img/fanggezi.png) no-repeat 20px  -67px;
    margin-bottom: 15px;


}
.notice-nav{
    margin-top: 15px;
    border: 1px solid #e7e6e6;
    padding-bottom: 20px;
}
.notice-nav h3 i{
    float: right;
    display: inline-block;
    margin-right: 20px;
    width: 13px;
    height: 60px;
    line-height: 60;
    background: #1762b6 url(../img/next2.png) no-repeat center center;
}
.notice-nav ul{
    padding: 0;
    margin: 0;
}
.notice-nav ul li{
    list-style: none;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.notice-nav ul li a {
    text-align: left;
    display: inline-block;
    width: 240px;
    line-height: 45px;
    height: 45px;
    font-size: 12px;
    font-family: "微软雅黑";;
    color: #9a9a9a;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #9a9a9a;
}

.main-r{
    width: 888px;
    float: left;
    border: 1px solid #e7e6e6;
    margin-bottom: 40px;

}
.notice-nav ul li:hover a{
    color: #1c74d5;
}
.mr-title{
    padding: 20px 0;
    border-bottom: 1px solid #e7e6e6;
}
.mr-title .h2{
    float: left;
    display: inline-block;
    margin: 0;
    font-size: 18px;
    color: #6f6f6f;
    font-family: "微软雅黑";
    font-weight: normal;
    line-height: 60px;
    padding-left: 53px;
    background:  url(../img/fanggezi.png) no-repeat 33px 23px;

}
.mr-title .route{
    float: right;
    margin-right: 30px;
}
.mr-title .route p{
    font-size: 12px;
    font-family: '微软雅黑';
    color: #8c8c8c;
    margin: 0;
    line-height: 60px;
}
.mr-title .route p i {
    display: inline-block;
    width: 10px;
    height: 12px;
    background:  url(../img/youyou.png) no-repeat left -2px;
    margin: 0 5px;
}
.mr-title .route p i.active{
    background-position: left -23px;
}
.shensuo-area{
    margin: 0;
    padding: 0;
}
.shensuo-area li{
    list-style: none;
    min-height: 85px;
}
.shensuo-area li > a{
    display: inline-block;
    min-height: 85px;
    width: 100%;
    text-decoration: none;
    color: #777;

}
.shensuo-area li  h3{
    padding-left: 50px;
    font-family: "微软雅黑";
    font-weight: normal;
    font-size: 15px;
    color: #777;
    text-decoration: none;
    margin: 0;
    line-height: 85px;
}
.shensuo-area li a.show-hid{

    display: inline-block;
    margin-right: 40px;
    float: right;
    width: 20px;
    height: 80px;
    background: url(../img/addpddd.png) no-repeat left 30px;
    line-height: 85px;

}
.shensuo-area li.active a.show-hid{
    background-position: left -50px;

}

.hidd-conent p {
    margin: 0;
    padding-left: 40px;
    font-size: 13px;
    color: #777;
    line-height: 28px;
    white-space: pre-line;
    font-family: "微软雅黑";
    padding-bottom: 10px;
}
.shensuo-area .active h3{

}
.shensuo-area li:nth-child(2n) h3{
    background-color: #f9f9f9;
}
.hidd-conent{
    height: 0;
	overflow: hidden;
    border-bottom: 1px solid #f9f9f9;
}
li.active .hidd-conent{
    height: auto;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}

ul.table-download{
    margin: 0;
    padding: 0;
}
ul.table-download li{
    padding-left: 60px;

}
ul.table-download li  {
    display: block;
    text-decoration: none;
    color: #6b6b6b;
    border-bottom: 1px dashed #c9c9c9;
    height: 140px;
	margin-left:-60px;
}
ul.table-download li  p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #6b6b6b;
    line-height: 45px;
    margin: 0;
    padding-top: 20px;
}
ul.table-download li.active{
    background-color: #f8f8f8;
}
ul.table-download li:hover{
    background-color: #f8f8f8;
}
ul.table-download li  p a{
	margin-left:650px;
   
    font-family: "微软雅黑";
    font-size: 12px;
    text-decoration: none;
    color: #6b6b6b;
    padding-right: 20px;

    background: url("../img/download_icon.png") no-repeat right center;

}
ul.table-download li > div{
    background: url("../img/cang_right.png") no-repeat left center;
    margin: 0;
    height: 60px;
    line-height: 60px;;
}
ul.table-download li > span{
    font-size: 12px;
    color: #b4b4b4;
    font-family: "微软雅黑";

}
.shanghui-description{
    padding: 30px 50px;
}
.shanghui-description h3,
.shanghui-description p{
	font-weight: normal;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 30px;
    color: #7b7b7b;
    margin-bottom: 20px;
}
.share-foot{

    height: 50px;
    line-height: 70px;
    margin: 40px 0px 0;
    padding-left: 50px;
    border-top: 1px dashed #c9c9c9;
    padding-top: 25px;

}
.share-foot1{

    height: 50px;
    line-height: 70px;
    margin: 40px -10px 0;
    padding-left: 32px;
    border-top: 1px dashed #c9c9c9;
    padding-top: 25px;

}
.about-us-controller{
    /* display: none; */
}

/*商会动态*/
.p30-50{
    padding: 30px 50px;

}
.book-list{
    display: block;
    height: 310px;
    width: 200px;
    margin-left: 85px;
    float: left;
    text-decoration: none;
}

.p30-50 .book-list:first-child{
    margin-left: 0;
}
.book-list .head-img{
    height: 210px;
    padding-top: 40px;

    line-height: 250px;
    background-color: #f4f4f4;
    text-align: center;
}
.book-list p{
    font-size: 14px;
    font-family: "微软雅黑";
    color: #5c5c5c;
    text-align: center;
}
.book-list:hover .head-img
{
    background-color: #2b69ba;
}
.book-list:hover p{
    color: #2b69ba;
}
.book-list .head-img img{
    width: 137px;
    height: 178px;
}

.service-hezuo ul.list li{
    list-style: none;
    padding-left: 50px;
    height: 50px;
    line-height:   50px;
    border-bottom:  1px dashed #c9c9c9;
}

.service-hezuo ul.list li:last-child{
    border-bottom: 0;
}
.service-hezuo ul.list li a{
    display: inline-block;
    height: 50px;
    line-height:   50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 680px;
    font-size: 12px;
    color: #a3a3a3;
    font-family: "微软雅黑";
    text-decoration: none;
}
.service-hezuo ul.list li:hover a{
    color: #1c74d5;
}
.service-hezuo ul.list li span{
    display: inline-block;
    height: 50px;
    line-height:   50px;
    float: right;
    color: #878787;
    margin-right: 30px;
    font-size: 12px;
    font-family: "微软雅黑";

}
.service-hezuo ul.list li a::before{
    display: inline-block;
    content: "";
    width: 7px;
    height: 12px;
    background: url(../img/rrr.png) no-repeat right  center;
    margin-right: 8px;
}
.page-foot{
    /*padding: 10px 45px 23px;*/
    padding: 15px 45px;
    border-top: 1px solid #c9c9c9;
 
}
.page-foot1{
    padding: 50px 0px 23px;
}

.list.first-not li.first{
    padding: 47px 0;
    height: 150px;
    padding-left: 50px;
}

.list.first-not li.first >a{
    display: block;
    height: 100%;
    width: 100%;
}
.list.first-not li.first >a::before{
    display: inline-block;
    opacity: 0;
}
.list.first-not li.first .left-head{
  
    float: left;
}
.list.first-not li.first .left-head img{
    width: 100%;
    height: 100%;
}
.list.first-not li.first .right-content{
    height: 150px;
    width: 530px;
    float: left;
    margin-left: 20px;
}
.list.first-not li.first .right-content h3{
    margin: 0;
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 1;
    font-weight: normal;
    color: #1762b6;
}
.list.first-not li.first .right-content{
    line-height: 1;
    position: relative;
}
.list.first-not li.first .right-content .date{
    display: inline-block;
    width: 183px;
    line-height: 1;
    padding: 13px 0;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    font-size: 12px;
    font-family: "微软雅黑";

    color: #b9b9b9;
}
.list.first-not li.first .right-content .p2{
    margin: 0;
    padding-top: 10px;
    font-size: 13px;
    font-family: "微软雅黑";
    color: #959595;
    white-space: normal;
    line-height: 28px;
    height: 56px;
    overflow: hidden;

}

.list.first-not li.first .right-content .move{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -112px;
    width: 85px;
    height: 20px;
    line-height: 30px;
    background: url("../img/move_right.png") no-repeat center center;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    -ms-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s;
    }
.list.first-not li.first:hover .right-content .move{
    left: 0;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    -ms-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s;
}
.ruhui-shengqing{
    text-align: center;
}
.ruhui-shengqing h2{
    margin: 50px 0;
    font-family: "微软雅黑";
    font-size: 20px;
    line-height: 24px;
    color: #5b5b5b;
}
.ruhui-shengqing>p{
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    color: #5b5b5b;
}
.down-down a{
    display: inline-block;
    width: 237px;
    height: 50px;
    line-height: 50px;
    font-family: "微软雅黑";
    font-size: 14px;
    background-color: #2a68b9;
    background: #2a68b9 url(../img/down_down.png) no-repeat center center ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;

}
.down-down p{
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 24px;
    color: #5b5b5b;
}
.vertical-top.notice-nav{
    margin-top: 0;
}
.path .path_item{
	 font-family: '微软雅黑';
	font-size:14px;
	
	line-height:30px;
	text-decoration:none;
	color: #8c8c8c
}
.path .path_item:hover{
	color: #1762b6 ;
}
.clear{
	clear:both;
}