body, * {
    padding: 0;
    margin: 0;
}
#app {
    min-height: 100vh;
    width: 100%;
    position: relative;
}
.main {
    width: 1200px;
    margin: 0 auto;
}
.main #mapContainer {
    width: 350px;
    height: 220px;
}

.main #mapContainerEn {
    width: 350px;
    height: 220px;
}

.main header {
    padding: 40px 20px 1px;
    position: relative;
    background-image: url(/js/vue/asset/back.png);
    background-size: 100%;
}

header img {
    width: 486px;
    /*height: 89px;*/
    position: absolute;
    top: 30px;
    /*left: 120px;*/
}

header .top {
    text-align: right;
}

header .el-tabs__nav {
    float: right;
}

header .el-tabs__header {
    margin: 0;
}

section {
    background: #F5F5F5;
}

section nav {
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
}

section .swipers img {
    width: 100%;
    height: 500px;
    margin-top: 10px;
}

section .contentItems {
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
    background-color: #fff;
    border-radius: 5px;
}



.contentItems .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    background: linear-gradient(#efefef00,#ddd);
}

.contentItems .title .left .images {
    margin-right: 15px;
    width: 26px;
    height: 26px;
    -webkit-line-clamp: 2;
    font-size: 25px;
    background-image: -webkit-linear-gradient(bottom, #1817A2,#3342E9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contentItems .content {
    padding: 23px;
}

.contentItems .content .titleType1 {
    display: flex;
}

.titleType1 .left {
    margin-right: 15px;
    width: 80%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.titleType1 .right {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
}

.titleType1 .linksNameLeft{
    margin-right: 15px;
    width: 40%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.titleType1 .linksAddressRight{
    margin-left: 30px;
    width: 60%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
}

div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}

div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}

div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}

div.info-middle {
    font-size: 12px;
    padding: 10px 6px;
    line-height: 20px;
}

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

div.info-bottom img {
    position: relative;
    z-index: 104;
}

/*span {
    margin-left: 5px;
    font-size: 11px;
}*/

.info-middle img {
    float: left;
    margin-right: 6px;
}

.amap-icon img {
    width: 25px;
    height: 34px;
}

footer {
    padding: 0px 20px 1px;
    box-sizing: border-box;
    /*background: linear-gradient(102deg,#f3f7fc 50%,#2d72b4) !important;*/
    /*color: #fff !important;*/
    /*background-image: url(/js/vue/asset/back.png);*/
    background-size: 100%;
    background-color: hsl(211deg 52% 47%);
}

footer .title1 {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #fff;
}

footer .context {
    font-size: 10px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    line-height: 28px;

}

footer .line {
    margin-top: 10px;
    height: 1px;
    width: 100%;
    background-color: #fff;
}

footer .underFooter {
    /*line-height: 100px;*/
    /*height: 65px;*/
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #fff !important;
    text-align: center;
}

.el-tabs__nav-wrap::after {
    background-color: #1514A0;
}

#navs .el-tabs__nav-wrap::after {
    background-color: #1514A0;
}