body {
    font-family: "微软雅黑" !important;
    min-width: 1230px;
}

.top {
    background: url(../images/meeting/top_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 473px;
    overflow: hidden;
}

.mission {
    background-color: #fff8f8;
    overflow: hidden;
    padding-bottom: 44px;
}

.mission img {
    display: block;
    margin: 52px auto 54px;
}

.mission .cost-control-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    color: #2a5dc5;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.mission .cost-control-btn:hover {
    background-color: #2a5dc5;
    color: #FFF;
}

.mission .cost-prev {
    top: 22px;
    left: auto;
    right: 29px;
}

.mission .cost-next {
    top: 22px;
}

.mission .mission_box_out {
    width: 100%;
    height: 513px;
    position: relative;
}

.mission .mission_bigbox_out {
    width: 1200px;
    overflow: hidden;
}

.mission .mission_bigbox {
    overflow: hidden;
    width: 1224px;
    height: 513px;
}

.mission #mission_switcher {
    height: 513px;
    left: 0px;
}

.mission .mission_content_1.content_2 {
    width: 100%;
    float: left;
}

.mission .mission_box {
    width: 384px !important;
    height: 513px;
    float: left;
    margin-right: 24px;
    box-sizing: border-box;
    background: url(../images/meeting/mission_bg.png);
    box-sizing: border-box;
    overflow: hidden;
}

.mission .mission_box h3 {
    font-size: 22px;
    color: #f9e8a0;
    display: block;
    margin-top: 12px;
    margin-bottom: 26px;
    padding: 0 16px;
}

.mission .mission_box h1 {
    font-size: 18px;
    color: #f9e8a0;
    display: block;
    margin-bottom: 13px;
    text-align: center;
}

.mission .mission_box p {
    font-size: 16px;
    color: #f9e8a0;
    line-height: 30px;
    display: block;
    text-indent: 2em;
    padding: 0 16px;
}

.news img {
    display: block;
    margin: 50px auto 46px;
}

.news .news_line1 a {
    display: block;
    overflow: hidden;
}

.news .news_line1 a h1 {
    display: block;
    font-size: 22px;
    color: #aa262b;
    margin-top: 22px;
}

.news .news_line1 a p {
    font-size: 16px;
    color: #787777;
    line-height: 26px;
    display: block;
    margin-top: 15px;
    padding-bottom: 23px;
    border-bottom: 1px #848282 dotted;
}

.news .news_column {
    margin-top: 40px;
    padding-bottom: 48px;
    border-bottom: 1px #848282 dotted;
}

.news .news_column a {
    font-size: 18px;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 48px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 48px;
}

.news .news_column a:hover {
    color: #aa262b;
}

.news .news_column>div:first-of-type a {
    width: 95%;
}

.news .news_column>div:last-of-type {
    padding-left: 37px;
    position: relative;
}

.news .news_column>div:last-of-type::before {
    content: '';
    width: 1px;
    height: 90%;
    border-left: 1px #848282 dotted;
    position: absolute;
    left: 0;
    top: 10px;
}

.study img {
    display: block;
    margin: 77px auto 42px;
}

.study a {
    display: block;
    overflow: hidden;
    height: 305px;
    background: url(../images/meeting/study_bg.jpg);
    background-size: 100% 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 70px;
}

.study a h1 {
    font-size: 18px;
    color: #aa262b;
    line-height: 36px;
    margin-top: 30px;
    height: 56px;
}

.study a p {
    color: #000000;
    font-size: 16px;
    line-height: 33px;
    margin-top: 25px;
    text-align: justify;
}