@charset "utf-8";

.banner img{
    width: 100%;
    min-height: 160px;
}

.side{
    float: left;
    width: 300px;
    margin: 30px 0 40px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding: 0 40px;
    color: #fff;
    font-size: 24px;
    background: var(--varColor);
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
    position: relative;
    background: #efefef;
    border-bottom: 1px solid #D4D4D4;
}
.side ul li.on>a{
    background: #fefefe;
    border-bottom-color: #fefefe;
}
.side ul li.on>a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: var(--varColor);
}

.column{
    margin-left: 360px;
    margin-bottom: 40px;
}
.bread{
    margin-top: 30px;
    height: 67px;
    line-height: 67px;
    color: #999;
    font-size: 16px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    color: #666;
    font-size: 24px;
    font-weight: normal;
}
.bread a{
    margin: 0 5px;
    color: #999;
}
.bread a:hover{
    color: var(--varColor);
}

/*列表页*/
.common-list{
    margin-top: 30px;
}
.common-list li a{
    display: block;
    height: 100px;
    padding: 20px 30px;
    margin-bottom: 20px;
    background: #fefefe;
    border-left: 3px solid #DBE8F3;
    box-sizing: border-box;
    box-shadow: 3px 3px 6px #efefef;
}
.common-list li p{
    font-size: 18px;
    margin-bottom: 10px;
}
.common-list li span{
    color: #A5A5A5;
    padding-left: 20px;
    background: url(../images/date.png) no-repeat left center;
}
.common-list li a:hover{
    box-shadow: 3px 3px 6px #A5A5A5;
    border-left-color: var(--varColor);
}

/*详情页*/
.detail{
    padding: 0 30px;
}
.caption{
    padding: 30px 0 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.caption h2{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
}
.caption>p{
    color: #666;
    font-size: 16px;
}
.caption p span{
    margin: 0 10px;
}
.context{
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.75em;
    text-align: justify;
}

/*工作动态*/
.list-news li{
    padding-bottom: 30px;
    margin: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #ECECEC;
}
.list-news li .img{
    float: left;
    width: 368px;
    height: 216px;
    overflow: hidden;
}
.list-news li .txt{
    margin-left: 398px;
    font-size: 16px;
}
.list-news li .txt h3 a{
    font-size: 18px;
}
.list-news li .txt p{
    color: #666;
    text-align: justify;
    margin: 1em 0 2em;
    height: 5.25em;
    line-height: 1.75em;
}
.list-news li .txt span{
    color: #999;
}