@charset "utf-8";

ul {
    list-style: none;
    padding: 0;
}

.p-content {
    width: 1170px;
    padding: 20px 15px;
    overflow: hidden;
}

.p-content .p-content-nav {
    font-size: 15px;
    color: #898989;
    overflow: hidden;
    margin-bottom: 20px;
}

.p-content .p-content-nav span {
    float: left;
}

.p-content .p-content-nav ul > li {
    float: left;
    margin-left: 6px;
}

.p-content .p-content-nav ul > li:hover a {
    color: #2778be;
}


.p-content .p-content-top {
    width: 1140px;
    margin: 0 auto;
    padding-top: 15px;
}

.p-content .p-content-top .p-content-title {
    font-size: 30px;
    font-weight: bold;
    color: #0054a4;
    text-align: center;
}


.p-content .p-content-center {
    width: 1140px;
    margin: 30px auto 0 auto;
    overflow: hidden;
}

.p-content .p-content-center .p-content-center-left {
    width: 710px;
    height: 447px;
}

.p-content .p-content-center .p-content-center-left img {
    width: 710px;
    height: 447px;
}

.p-content .p-content-center .p-content-center-right {
    width: 370px;
    height: 445px;
    padding: 2px 30px 0 30px;
    background-color: #f5f5f5;
}

.p-content .p-content-center .p-content-center-right p {
    line-height: 40px;
    font-size: 15px;
    margin: 0;
}

.p-content .p-content-center .p-content-center-right p > span {
    color: #528abf;
    font-weight: bold;
}

.p-content .p-content-bottom {
    width: 1140px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}

.p-content .p-content-bottom .p-content-bottom-left {
    width: 710px;
    overflow: hidden;
}

.p-content .p-content-bottom .p-content-bottom-left span {
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #0054a4;
}

.p-content .p-content-bottom .p-content-bottom-left .p-write {
    box-sizing: border-box;
    width: 685px;
    height: 355px;
    padding: 10px 0 10px 25px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 2px solid #0280e3;
    border-bottom: 1px solid #e6e6e6;
}

.p-content .p-content-bottom .p-content-bottom-left .p-write p {
    line-height: 40px;
    font-size: 16px;
}

.p-content .p-content-bottom .p-content-bottom-left .p-write p > span {
    font-weight: bold;
    font-size: 16px;
}

.p-content .p-content-bottom .p-content-bottom-right {
    width: 400px;
    overflow: hidden;
}

.p-content .p-content-bottom .p-content-bottom-right .before {
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
}

.p-content .p-content-bottom .p-content-bottom-right .p-more {
    line-height: 40px;
    font-size: 14px;
    color: #adadad;
    float: right;
}

.p-content .p-content-bottom .p-content-bottom-right .p-list {
    width: 350px;
    height: 352px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 2px solid #0280e3;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 0 23px;
}

.p-content-bottom .p-content-bottom-right .p-list ul > li {
    height: 87px;
    border-bottom: 1px solid #e6e6e6;

}

.p-content-bottom .p-content-bottom-right .p-list ul > li:last-child {
    border: 0;
}

.p-content-bottom .p-content-bottom-right .p-list ul > li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.p-content-bottom .p-content-bottom-right .p-list ul > li > a {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    width: 330px;
}

.p-content-bottom .p-content-bottom-right .p-list ul > li:hover a {
    color: #0280e3;
}

.p-content-bottom .p-content-bottom-right .p-list ul > li > span {
    color: #999999;
    font-size: 13px;
    display: block;
}

.p-option {
    overflow: hidden;
}

.mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar,
.mcsb_scrolltools .mcsb_dragger:hover .mcsb_dragger_bar {
    background-color: #0280e3;
}