.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;
    cursor: pointer;
}

/* 列表详情 */
.opendetail {
    margin-top: 20px;
}

.detail-bor {
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(184, 184, 184, 0.5);
    box-sizing: border-box;
}

.detail-title {
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
    color: #333333;
    position: relative;
}

.detail-title h4 {
    font-size: 22px;

}

.detail-title p {
    padding: 20px 0;
    font-size: 14px;
}

.revert {
    font-size: 16px;
    color: #333333;
    background-image: url(../imges/open/return-open.png);
    background-repeat: no-repeat;
    background-size: 100% left;
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: -26px;
    cursor: pointer;
}

.detail-content {
    text-align: center;
    margin: auto;
    padding-bottom: 50px;
    margin-top: 20px;
}

.detail-content p {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}

.detail-content img {
    padding-top: 50px;
    margin: auto;
}

.detail-content table{
	display:inline-table;
	text-align:center;
}

.detail-content table img{
	display:inline-table;
	text-align:center;
}

.open-list {
    margin-top: 20px;
}

.open-list a {
    display: block;
    padding-top: 20px;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

/* active */
.open-active {
    background-color: #1E50AE;
}

.news-active {
    opacity: 1;
    z-index: 11;
}