.news{
    padding-top: 100px;
}
/*主体*/
.main{
    padding-top: 100px;
    margin: 0;
    color: #666;
    background-color:#ddd ;
    font-size: 0;
}
/*二级导航*/
.subnav{
    background-color: #fff;
    width: 100%;
    height: 70px;
    line-height: 70px;
    clear: both;
    overflow: hidden;
    font-size: 16px;
}
.current{
    font-size: 14px;
}


.menu{
    font-size: 16px;
}
.menu li{
    margin-left: 5px;
    display: inline;
    padding: 3px 10px;
    border-radius: 5px;
}
.menu li a{
    color: #333;
}
.active-sub,.menu li:hover{
    background-color: #000;
}
.active-sub a,.menu li:hover a{
    color: #fff !important;
}


/*内容*/
.column{
    font-size: 16px;
    padding-top: 80px;
    padding-bottom: 80px;
}
/*详情*/
.detail-title{
    text-align: center;
}
.detail-title h1{
    color: #333;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 40px;
}
.detail-title p{
    font-size: 14px;
    color: #666;
    border-top: 1px dashed #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
    padding: 10px 0;
}
.detail-title p span{
    margin-right: 5px;
}
.detail-text{
    color: #333;
    font-size: 16px;
    line-height: 36px;
    margin-top: 40px;
}
.detail-text h4{
    font-weight: normal;
}
.detail-text p{
    text-indent: 2em;
}
/*上下篇*/
.page{
    margin: 50px 0 60px 0;
}
.page p{
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0;
}
.page a {
    font-size: 16px;
    color: #333;
}
.page a:hover{
    cursor:pointer;
    color: #18a77c;
}

/*相关*/
.relevant{
    padding: 0 30px 60px ;
    overflow: hidden;
    clear: both;
    border: 1px solid #bfbfbf;

}
.relevant h2{
    border-left: 15px solid #18a77c;
    color: #333;
    font-size: 24px;
    font-weight: normal;
    padding: 25px 0 0 20px;
}
.relevant ul{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.relevant ul li{
    float: left;
    padding:5px 15px;
    border-bottom: 1px solid #bfbfbf;
    width: 45%;
    margin-right: 5%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.relevant ul li a{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.relevant ul li a:hover{
    color: #18a77c;
}



/*PC端*/
@media (max-width: 1440px){
    .main{
        padding-top: 60px;
    }

    .subnav {
        height: 50px;
        line-height: 50px;
        /*margin-top: -4px;*/
        font-size: 14px;
    }

    .current {
        font-size: 12px;
        color: #999;
    }

    .menu {
        font-size: 14px;
    }

    .menu li {
        padding: 2px 8px;
        border-radius: 5px;
    }

    /*内容*/
    .column {
        font-size: 14px;
    }
}