.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}
.crumbs{
    
    background-color: #757575;
    font-size: 20px;
    line-height: 20px;
    padding-left: 10%;
    line-height: 40px;
    color: #ffffff;
}
.crumbs a{
    color: #ffffff;
}
.content {
    padding-top: 30px;
    position: relative;
    text-align: center;

}
.content .nav {
    position: absolute;
    left:50%;
    transform: translate(-50%);
}
.content .nav li {
    height: 50px;
    float: left;
    width: 160px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    line-height: 50px;
    font-size: 16px;
    margin:0 20px;
    
}


.content .nav li a{
    color: #171717;
}
.content .nav .active{
    background-color: #171717;
}
.content .nav .active a {
    color: #fff;
}
.content h5 {
    padding-top:100px;
    font-size: 25px;
    text-align: center;
}
.content h5 a {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.content p {
    margin-top: 20px;
}

.content-main {
    
    margin-top: 100px;
    /* background-color: #ccc; */
}
.content-main h1{
    font-size: 28px;
}
.content-main h2{
    margin-top: 20px;
    font-size: 16px;
    color: #171717;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}
.content-main p {
    line-height: 30px;
}
.news-bottom {
    position: relative;
    height: 295px;
    padding-top: 41px;

}
.news-bottom>p {
    position: relative;
    width: 700px;
    height:87px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 87px;
    color: #c2c2c2;
}
.news-bottom>p span{
    position: absolute;
    right: 0;
    left: auto;
    font-size: 12px;
    color: #cccccc;
}
.return-btn {
    position: absolute;
    right: 0;
    top: 80px;
}
.return-btn a {
    
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background-color:#000 ;
    text-align: center;
    line-height: 50px;

}
.return-btn a:nth-last-child(1){
    margin-right: 0;
    
}
.return-btn a>span {
    font-size: 20px;
    color: #fff;
    
}
.return-btn a:nth-child(1)>span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.return-btn .social-share  {
    display: none;
  
  
}
.icon-weibo:before {
    display: none;
}
.social-share .social-share-icon {
    width: 50px !important;
    height: 50px !important;
   border-radius:0 !important;
}
.social-share .icon-weibo:hover{
    background-color: #000 !important;
}
.social-share .icon-weibo {
    border:#000 !important;
}