body {
    background: #def6ff;
}
.head-container {
    height:435px;
    background: url("../images/mymc_head_bg.jpg") top center no-repeat;
    overflow: hidden;
}
.mc-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.swt-logo {
    height: 70px;
    width: 1200px;
    margin: 20px auto;
}
.swt-logo img {
    display: block;
}

.head-title {
    margin: 80px 0;
    text-align: center;
}

.bgw {
    background: #fff;
    padding-bottom: 50px;
}

.mc-wrap {
    margin: 50px 0 5px 1.5%;
    background: #fff;
    box-shadow: 5px 5px 0 rgba(9,78,197,.16);
    border: 1px solid #b5d5ea ;
    width: 48%;

    float: left;

}
.mc-wrap.mc-half {
    width: 47.4%;
}
.mc-wrap.mc-half.mc-text {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.mc-title {
    margin:-22px 0 20px 15px;
}
.mc-title h4 {
    font-size: 32px;
    font-weight: bolder;
    color: #0336ab;
    background:#fff url("../images/mymc_t_icon.png") 0 center no-repeat;
    padding:0 20px 0 50px;

    display: inline-block;
}
@font-face {font-family: 'Avant Garde Book BT';
    src: url("../font/Avant Garde Book BT.ttf");
}
.mc-title span {
    display: block;
    background-image: linear-gradient(to right,rgba(5,146,233,1) 0,rgba(5,146,233,0) 85%);
    color: #daf2ff;
    text-shadow: 1px 3px 0 rgba(9,78,197,.13);
    font-size: 22px;
    padding-left: 5px;
    margin-top: 3px;
    font-family: "Avant Garde Book BT","Arial Narrow";
}

.mc-wrap.mc-half .mc-title span {
    background-image: linear-gradient(to right,rgba(5,146,233,1) 0,rgba(5,146,233,0) 55%);
}
.mc-wrap.mc-half:last-of-type .mc-title span {
    background-image: linear-gradient(to right,rgba(5,146,233,1) 0,rgba(5,146,233,0) 90%);
}
.mc-wrap ul li {
    position: relative;
    line-height: 1.4;
    margin: 15px 0 0 15px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.mc-wrap ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #0692df;
    top:10px;
    left:0;

}

.list-more {
    margin: 25px 0;
    text-align: center;
}

.list-more a {
    display: inline-block;
    border: 1px solid #3cabe4;
    padding: 8px 40px;
    color: #0336ab;
    transition: .2s ;
}
.list-more a:hover {
    background: #3cabe4;
    color: #fff;
}

.mc-list {
    width: 96%;
    margin-left:2% ;
    margin-right:2% ;
}

.mc-wrap.mc-list {
    padding-bottom: 25px;
}
.mc-wrap.mc-list ul li {
    margin-right: 20px;
    margin-left: 20px;
}
.mc-wrap.mc-list ul li span {
    position: absolute;
    right:0;
    top:0;
    display: inline-block;
    color: #888;
}

.mc-wrap.mc-list ul li:nth-of-type(5n) {
    border-bottom: 1px dotted #3cabe4;
    padding-bottom: 20px;
    margin-bottom: 20px;

}


.addr {
    margin: 20px 20px 30px;
    color: #888;
}
.detail-wrap {
    min-height: 500px;
}
.detail-wrap h3{

    text-align: center;
    font-size: 36px;
    font-weight: bolder;

}

.detail-msg {
    text-align: center;
    margin: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.detail-msg span {
    margin: 0 50px;
    display: inline-block;
    color: #888;
}

span#Browse {
    margin: 0px;
}

.detail-wrap p {
    line-height: 1.8;
    text-indent: 2em;
    margin: 30px;
    font-size: 18px;
}

@media screen and (max-width:1024px){
    body {
        background: #fff;
    }
    .head-container {
        height: 300px;
        background-size: cover;

    }
    .head-title {
        margin: 40px 0;
    }
    .head-title img {
        width: 90%;

    }

    .mc-content {
        width: 100%;
    }
    .mc-wrap,.mc-wrap.mc-half,.mc-wrap.mc-list {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .mc-wrap .mc-title span {
        background-image: linear-gradient(to right,rgba(5,146,233,1) 0,rgba(5,146,233,0) 55%);
    }

    .mc-list ul li{
        padding-bottom: 22px;
    }
    .mc-wrap.mc-list ul li span {
        bottom:0;
        left: 15px;
        right: unset;
        top: unset;
        line-height: 1;

    }
    .mc-wrap.mc-list ul li:nth-of-type(5n) {
        padding-bottom: 40px;
    }
    .mc-wrap.mc-list ul li:nth-of-type(5n) span {
        bottom:20px;
    }
    .detail-wrap h3 {

        margin-left: 3%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 580px) {
    .swt-logo {
        height: 50px;
    }
    .swt-logo img {
        height: 100%;
    }

    .head-container {
        height: 220px;
    }

    .head-title {
        margin: 30px 0;
    }

}
@media screen and (max-width:414px) {
    .detail-wrap h3 {
        font-size: 28px;

    }
}
@media screen and (max-width:375px) {
    .swt-logo {
        height: 40px;
    }
    .mc-wrap {
        margin-top: 40px;
    }
    .mc-title h4 {
        font-size: 24px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .mc-title span {
        font-size: 18px;
        margin-top: 0;
    }
}

