#newsBox .topBanner {
    margin-bottom: 20px;
}
#newsBox .topBanner img {
    width: 100%;
}
#newsBox .bigBox {
    font-size: 0;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 20px;
}
#newsBox .bigBox .leftTitleList {
    width: 20%;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#newsBox .bigBox .leftTitleList>ul>li {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
}
#newsBox .bigBox .leftTitleList>ul>li:first-child {
    font-size: 18px;
    color: white;
    height: 60px;
    line-height: 60px;
    background: url("/templets/1/default/images/2/2_05.png") no-repeat 0 0/100%;
}
#newsBox .bigBox .leftTitleList>ul>li+li+li {
    border-top: 1px solid #DCDCDC;
}
#newsBox .bigBox .leftTitleList>ul>li>span {
    color: #000;
}
#newsBox .bigBox .leftTitleList>ul>li:first-child>span {
    color: white;
}
#newsBox .bigBox .leftTitleList>ul>li:first-child>img {
    height: 20px;
    padding-right: 10px;
    margin-left: -30px;
}
#newsBox .bigBox .leftTitleList>ul>li+li.checked>a,
#newsBox .bigBox .leftTitleList>ul>li+li:hover>a {
    color: #00A893;
}

#newsBox .bigBox .rightContent {
    width: 80%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 20px;
}
#newsBox .bigBox .rightContent #articleContent .lujing {
    height: 40px;
    line-height: 40px;
    padding-left: 26px;
    border-bottom: 1px solid #DCDCDC;
    background: url("/templets/1/default/images/2/2_08.png") no-repeat 4px 50%/16px;
}

#newsBox .bigBox .rightContent #articleContent .articleBox2 {
    padding-top: 10px;
}
#newsBox .bigBox .rightContent #articleContent .articleBox2 ul {

}
#newsBox .bigBox .rightContent #articleContent .articleBox2 ul li {
    font-size: 0;
}
#newsBox .bigBox .rightContent #articleContent .articleBox2 .title {
    display: inline-block;
    width: 88%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
#newsBox .bigBox .rightContent #articleContent .articleBox2 .title:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 48%;
    left: 8px;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #00A893;
}
#newsBox .bigBox .rightContent #articleContent .articleBox2 .time {
    display: inline-block;
    width: 12%;
    text-align: right;
    vertical-align: top;
    color: #777777;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
}
