body{
    background-color: #EEF3FA;
}
/*内容*/

.adr-now{
    /*margin-top: 50px;
    margin-bottom: 40px;*/
    padding-top: 45px;
    padding-bottom: 50px;
    background-color: #fff;
}
.adr-now a{
    text-decoration: none;
    color: #676767;
}
.adr-now a:hover{
    color: #000;
}
.cont{
    padding: 0 50px 30px;
    background-color: #fff;
}
.cont-header{
   /* margin-top: 30px;*/
    margin-bottom: 40px;
    text-align: center;
}
.writer,.write-time,.click{
    margin-left: 10px;
    color: #676767;
}
/*内容简介*/
.title-name{
    padding: 3px 10px;
    background-color: #E00024;
    color: #fff;
}
.cont-info{
    margin-top: 22px;
    margin-bottom: 30px;
    line-height: 24px;
    color: #333;
    text-indent:30px;
}
/*图片展示*/
.show-pic-box{
    margin-top: 30px;
    margin-bottom: 50px;
    min-width: 300px;
    height: 560px;
}
/*相关文档*/
.cont-about{
    margin-top: 20px;
    margin-bottom: 50px;
    color: #333;
}
/*相关图片*/
.part2-cont{
    position: relative;
}
.part2-cont h2{
    color: #fff;
}
li{list-style:none;}
.scrollNews{
    margin: 40px 0 20px;
    width:100%;
    height: 230px;
    overflow:hidden;
}
.scrollNews dl{
    width:200%;
}
.scrollNews dd{
    position: relative;
    width: 10%;
    float:left;
    margin: 0 1.4%;
    overflow: hidden;
    display:inline;
}
.min-box{
    height: 172px;
    overflow: hidden;
}
.part2-pic-box{
    height: 172px;
}
.min-pic{
    cursor: pointer;
}
.part2-pic-name{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: #333;
}
.pic-info{
    width: 100%;
    background-color: #fff;
}
.scroll-left,.scroll-right{
    position: absolute;
    font-size: 35px;
    top: 42%;
    color: #999;
    cursor: pointer;
}
.scroll-left:hover,.scroll-right:hover{
    color: #000;
}
.scroll-left{
    left: -50px;
}
.scroll-right{
    right: -70px;
}
/*点击后显示的大图*/
.big-pic-box{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
}
.big-pic{
    position: fixed;
    z-index: 999;
    width: 520px;
    height: 390px;
    display: none;
    color: #fff;
}
.big-pic-close{
    float: right;
    width: 60px;
    height: 50px;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    color: #676767;
    cursor: pointer;
}
.big-pic-name{
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.big-pic-close:hover{
    color: #000;
}



















