.main {}

/* 公共样式 */
h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-top: 62px;
    text-align: center;
}

.egl {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    text-align: center;
    margin-top: 17px;
}

/* banner背景图 */
.banner-bgd {
    background-image: url(../imges/business/banner-dtl.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 490px;
}

.banner-title {
    padding-top: 116px;
    font-size: 88px;
    font-weight: 500;
    color: #FFFFFF;
}

.banner-content {
    margin-top: 52px;
    font-size: 49px;
    color: #FFFFFF;
}

.banner-bdr {
    width: 215px;
    height: 15px;
    margin-top: 52px;
    background: #FFB040;
}

/* 安评公开菜单 */
.open {
    margin-top: 80px;
    padding-bottom: 86px;
}

.open-nav {
    margin-top: 100px;
    padding-bottom: 12px;
    border-bottom: 1px solid #1E50AE;
}

.open-nav li {
    width: 144px;
    margin-right: 13px;
}

.open-nav li:nth-last-of-type(1) {
    margin-right: 0px;
}

.openli {
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #E6E6E6;
}



/* 切换列表 */
.openlist {
    width: 1400px;
    height: 760px;
    padding: 0 50px;
    margin-top: 20px;
    box-shadow: 0px 4px 20px 0px rgba(184, 184, 184, 0.5);
    box-sizing: border-box;
    position: relative;
}

.comment-ul {
    margin-top: 20px;
    opacity: 0;
    position: absolute;
    left: 50px;
    top: 0;
    transform: 1s;
}

.comment-li {
    width: 1300px;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    overflow: hidden;
}

.comment-a {
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 70px;
    display: block;
}

.comment-time {
    font-size: 14px;
    color: #666666;
}

.comment-pddg {
    padding-left: 18px;
    padding-right: 40px;
}

/* 分页 */
.paging {
    margin-top: 42px;
    overflow: hidden;
    position: absolute;
    bottom: 52px;
    right: 50px;
}

.paginglist a {
    display: block;
    width: 22px;
    height: 22px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 22px;
    margin-right: 8px;
    border: 1px solid #999999;
}

.paginglist .paging-active {
    background: #CECECE;
}

.paginglist .ag {
    width: 54px;
}

.paginglist .tail {
    width: 40px;
}
/* active */
.open-active{
    background-color: #1E50AE;
}
.news-active{
    opacity: 1;
    z-index: 11;
}
.comment-a:hover{
    color: #1E50AE;
}
.comment-a:hover .comment-time{
    color: #1E50AE;
}