﻿
.detailCnt_all > ul {
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
    padding-top: 40px;
    border-bottom: 1px solid #e1e1e1;
}

.detailCnt_all > .article {
    width: 1218px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-left: 49px;
    margin-right: 33px;
}

/* 新修改bg颜色 */
.bg {
    width: 100%;
    background: linear-gradient(180deg, #389DDD, #FFFFFF);
    padding-bottom: 0px;
}

/* 文本框大小 */
.detailCnt {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 16px;
    font-size: 14px;
    color: #313131;
}

/* 导航栏及背景调整 */
.navigate {
    box-sizing: border-box;
    padding-left: 32px;
    padding-top: 14px;
    padding-bottom: 12px;
    margin-bottom: 34px;
    margin-left: 21px;
    margin-right: 23px;

    border: 1px solid #E0E0E0;
    background: #FFFFFF;
}

.navigate a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.detailCnt_all {
    width: 100%;
    background: #fff;
    padding-top: 10px;
}

/* 这两个mgt仅在此页面生效 */
.mgt20 {
    margin-top: 0px !important;
}

.mgt10 {
    margin-top: 0px !important;
}

/* 改变了下面关闭按钮的样式 */
.detailCnt_all > .btn > a {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    width: 146px;
    height: 342px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #037AD5;
    line-height: 23px;
    cursor: pointer;
    padding-top: 10px;
}