.modmain-banner {
    width: 495px;
    height: 300.6px;
    float: left;
    vertical-align: top;
    border: 1px solid #dddddd;
    position: relative;
    overflow: hidden;
}

.mb-img,
.mb-img>ul,
.mb-img>ul>li,
.mb-img>ul>li>a,
.mb-img>ul>li>a>img {
    width: 100%;
    height: 100%;
}

.mb-img>ul>li {
    position: absolute;
    top: 0;
    left: 0;
}

.mb-img>ul>li {
    visibility: hidden;
}

.mb-img>ul>li:nth-of-type(1) {
    visibility: visible;
}

.mb-context {
    height: 36px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.mb-context>section {
    width: 320px;
    height: 100%;
    position: relative;
}

.mb-context>section>a {
    display: inline-block;
    position: absolute;
    width: 100%;
    color: #ffffff;
    line-height: 36px;
    padding-left: 10px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    visibility: hidden;
}

.mb-context>section>a:nth-of-type(1) {
    visibility: visible;
}

.mb-context>ul {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 10px;
    height: 100%;
    padding-top: 8px;
}

.mb-context>ul>li {
    float: left;
    margin: 0 2.5px;
    background-color: #ffffff;
    color: #2b3b72;
    line-height: 18px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #2b3b72;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

.mb-context>ul>li:nth-of-type(1) {
    background-color: #2b3b72;
    color: #ffffff;
}

.mb-context>ul>li:hover {
    background-color: #2b3b72;
    color: #ffffff;
}

.modmain-news {
    width: 605px;
    height: 300.6px;
    float: right;
    vertical-align: top;
}

.modmain-inform,
.modmain-others,
.modmain-work {
    width: 400px;
    margin-top: 15px;
    float: left;
}

.modmain-others {
    margin-left: 10px;
}

.modmain-achievement {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    width: 400px;
}

.modmain-policy {
    float: right;
    margin-top: 15px;
    width: 300px;
}

.modmain-policy .mod-area-list>ul>li>a {
    width: 180px;
}

.modmain-fn {
    float: right;
    background-color: #efefef;
    height: 316px;
    width: 300px;
    margin-top: 15px;
    padding: 18px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.modmain-fn>a {
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    text-shadow: 2px 2px 2px #333;
}

.modmain-fn>a:nth-of-type(1) {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ff9044), to(#ca6e2f));
    background: -webkit-linear-gradient(top, #ff9044 20%, #ca6e2f);
    background: -o-linear-gradient(top, #ff9044 20%, #ca6e2f);
    background: linear-gradient(to bottom, #ff9044 20%, #ca6e2f);
}

.modmain-fn>a:nth-of-type(2) {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffd23f), to(#d3a713));
    background: -webkit-linear-gradient(top, #ffd23f 20%, #d3a713);
    background: -o-linear-gradient(top, #ffd23f 20%, #d3a713);
    background: linear-gradient(to bottom, #ffd23f 20%, #d3a713);
}

.modmain-fn>a:nth-of-type(3) {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #5abbff), to(#4ca4e1));
    background: -webkit-linear-gradient(top, #5abbff 20%, #4ca4e1);
    background: -o-linear-gradient(top, #5abbff 20%, #4ca4e1);
    background: linear-gradient(to bottom, #5abbff 20%, #4ca4e1);
}

.modmain-fn>a:nth-of-type(4) {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #4769da), to(#2b3b72));
    background: -webkit-linear-gradient(top, #4769da 20%, #2b3b72);
    background: -o-linear-gradient(top, #4769da 20%, #2b3b72);
    background: linear-gradient(to bottom, #4769da 20%, #2b3b72);
}

embed {
    margin-top: 15px;
}