.smy_ctrl { position:relative; min-height:50px; cursor:move; overflow:hidden;}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote
{ margin: 0; padding: 0;} 
html,body {-webkit-text-size-adjust:none;}
html button::-moz-focus-inner{ border-color:transparent!important; }
input, button, textarea,select, optgroup, option { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;}
ul, li, dl, dt, dd, ol { display: block; list-style: none; }
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
fieldset, img { border: 0; }
iframe { background-image: none; }
hr{ border:0 #ccc solid; border-top-width: 1px; clear: both; height: 0; }
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
input[type="text"], input[type="password"], textarea {outline-style:none;-webkit-appearance:none;}
.clear { clear:both; }
.indent { text-indent: 24px;}
a {text-decoration:none; outline:none;}
center {padding:25px 0;}     textarea {resize:none;}
.zm {zoom:1;}                .ti2 {text-indent:2em;}
.none {display:none;}        .db {display:block;}            .di {display:inline;}
.tl {text-align:left;}       .tr {text-align:right;}         .tc {text-align:center;}
.fl{ float: left;}           .fr{ float: right;}             .mar {margin:0 auto;}
.mou-p { cursor: pointer; }  .mou-m { cursor: move; }        .mou-t { cursor: text; }
.fw{ font-weight:bold; }     .fi{ font-style:italic; }       .f10p{ font-size: 10px; }
.f12p{ font-size: 12px; }    .f14p{ font-size: 14px; }       .f15p{ font-size: 15px; }
.f16p{ font-size: 16px; }    .f18p{ font-size: 18px; }
.f20p{ font-size: 20px; }    .f24p{ font-size: 24px; }
.fw{ font-weight:bold; }     .fi{ font-style:italic; }
.fst {font-family:simsun;}   .fwr {font-family:microsoft yahei;}
.fu{ text-decoration:underline;}
.fs{ text-decoration:line-through;}
.clearfix { zoom: 1;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
html{ width: 100%; overflow-x: hidden;}
body {min-height: 1000px; font-size: 12px; font-family: "microsoft yahei"; color: #333; line-height: 2em; text-align: left;	background: #ffffff;}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
    color:#086297;
    cursor: pointer;
	text-decoration: none;
}
a:focus {
    outline:none;
    -moz-outline:none;
}

.top-img{
    width: 100%;
    height: 18.51851851851852rem;
    /* height: 13.333333333333334rem ; */
    height: 52vw;
    background:url('./pmj_bg_20201102.jpg') no-repeat center;
    background-size: 100% 100%;
    background-size: 100% auto;
    background-position: 0 0;
    image-rendering: -webkit-optimize-contrast;

}
.carousel{
    position: relative;
    /* width: 19.22222222222222rem;
    height: 17.59259259259259rem; */
    width: 53vw;
    height: 49.6vw;
    float: right;
    background: url('./pmj_bgphone_1026.png') no-repeat center center;
    background-size: 100% 100%;
}

.img-block {
    position: relative;
    /* width: 6.444444444444445rem;
    height: 12rem; */
    width: 17.9375vw;
    height: 33.667vw;
    transform: rotate(-19deg);
    margin-left: 14%;
    margin-top: 11%;
    background: tomato;
}
.img-block ul, .top-carousel li{
    position: relative;
    width: 17.9375vw;
    height: 33.667vw;
    overflow: hidden;
}
.img-block img{
    width: 17.9375vw;
    height: 33.667vw;
}
.abstract{
    width: 100%;
    /* height: 11rem; */
    min-width: 1240px;
    background: url('./pmj_bg2_20201106.jpg') no-repeat center center;
    /* background-size: 1920px 828px; */
    background-size: 100% auto;
    /* background-size: 35.55555555555556rem 15.333333333333334rem ; */
}
.dowload{
    position: fixed;
    /* width: 177px;
    height: 450px; */
    width: 2.36rem;
    height: 6rem;
    right: 1%;
    top: 10%;
    z-index: 999;
    background: url('./pmj_dowload_20201102.png') no-repeat center;
    background-size: 100% auto;
}
.dowload a{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.dowload img{
    width: 100%;
    height: 100%;
}
/* --------------标题选项-------------- */
.title-list{
    width: 15.24rem;
    height: 0.93rem;
    margin: auto;
    margin-top: 0.067rem;
    /* background-color: pink; */
}
.title-list ul{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box ;
}
.title-list li{
    width: 3.467rem;
    height: 0.97rem;
    border-radius: 15px;
    line-height: 0.97rem;
    text-align: center;
    background: url('./pmj_bt_1022.jpg') no-repeat center top;
    /* 以父元素的百分比来设置背景图像的宽度和高度。*/
    background-size: 100% 100%;
}
.title-list li:not(:first-child){
    margin-left: 0.53rem;
}
.title-list a{
    position: relative;
    display: block;
    width: 100%;
    font-size: 0.26rem;
    color: #fff;
    font-weight: bold;
    padding-right: 0.4rem;
}
.title-list li.title-item{
    background: url('./pmj_bta_1022.jpg') no-repeat top center;
    /* 以父元素的百分比来设置背景图像的宽度和高度。*/
    background-size: 100% 100%;
}
/* --------------首页摘要------------ */
.zt-abstract{
    position: relative;
    width: 15.24rem;
    min-height: 1.8rem;
    margin: 0.13rem auto;
    /* background-color: #ddecf6; */
}
.fr-content{
    padding: 0.26rem;
    font-size: 0.26rem;
    font-weight: 500;
    text-indent: 0.48rem;
    line-height: 34px;
}
.fr-cotent2{
    position: relative;
    width: 100%;
    height: 7.6rem;
    border: 3px solid #3b59a8;
    border-radius: 0.2rem;
    margin: auto;
    box-sizing: border-box;
}
.fr-img{
    position: relative;
    /* width: 100%;
    height: 7.6rem; */
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    margin: 0.2rem;
}
.fr-img ul, .fr-img li{
    position: relative;
    width: 100%;
    height: 100%;
}
.fr-img a{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.fr-img img{
    width: 100%;
    height: 7.2rem;
}
.fr-img .item-title{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 0.73rem;
    line-height: 0.73rem;
    text-indent: 0.48rem;
    background-color: #000;
    color: #FFFF;
    font-size: 20px;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);


}
.swiper-button-prev{
    background: url('./pmj_prev_20201030.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0.5;
    top: 50%;
    width: 0.36rem;
    height: 0.587rem;
    margin-top: -0.293rem;
}
.swiper-button-next{
    background: url('./pmj_next_20201030.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0.5;
    top: 50%;
    width: 0.36rem;
    height: 0.587rem;
    margin-top: -0.293rem;
}
.prev, .next{
    position: absolute;
    top: 50%;
    display: block;
    width: 0.24rem;
    height: 0.4267rem;
    cursor: pointer;
    opacity: 0.5;
    z-index: 3;
}
.prev{
    left: 0.3rem;
    background: url('./pmj_prev_20201030.png') no-repeat;
    background-size: 100% 100%;

}
.next{
    right: 0.3rem;
    background: url('./pmj_next_20201030.png') no-repeat;
    background-size: 100% 100%;
}

/* -----------------新闻列表----------- */
.new-box{
    position: relative;
    width: 100%;
    height: 9.3333333rem;
        background: url('./pmj_bgCloud_20201106_02.jpg') no-repeat center;
    background-size: 100% auto;
}
.new-list{
    position: relative;
    width: 15.24rem;
    height: 9.333333rem;
    margin: auto;
    margin-top: 0.53rem;
    margin-bottom: 0.53rem;
}
#sm{
    position: relative;
    width: 100%;
    height: 2.666667rem;
}
.img-list{
    position: relative;
    width: 100%;
    height: 2.666667rem;
}
.img-list li{
    position: relative;
    width: 4.666667rem;
    height: 100%;
    float: left;
}
.img-list li:not(:first-child){
    margin-left: 0.586667rem;
}
.img-list a{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.img-list img{
    position: relative;
    width: 100%;
    height: 100%;
}
.img-list .img-title{
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.667rem;
    /* line-height: 0.667rem; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #FFF;
    background-color: #000;
    background-color: rgba(0,0,0,0.3);
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-list{
    position: relative;
    width: 100%;
    height: 6.6rem;
    margin-top: 0.534rem;
}
.content-list li{
    position: relative;
    width: 7.133333rem;
    height: 1.44rem;
    border-bottom: 1px dashed #c5c6c7;
    float: left;
    margin-top: 0.533333rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-list li:nth-child(even){
    float: left;
    margin-left: 0.97rem;
}
.content-list a{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.new-title{
    position: relative;
    width: 100%;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 25px;
    color: #4960ab;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-content{
    position: relative;
    width: 100%;
    height: 0.633333rem;
    margin: 0.333333rem 0;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.a-title{
    opacity: 0;
}
.img-list li:hover .a-title{
    opacity: 1;
}
/* --------------主题方向------------ */
.zt-ztfx{
    width: 100%;
    min-width: 1240px;
    margin: auto;
    text-align: center;
}
.title{
    width: 6.27rem;
    height: 2rem;
    margin: auto;
    padding: 1.066667rem 0;
}

.title img{
    position: relative;
    width: 6.2rem;
    height: auto;
}
.zt-content{
    width: 100%;
    /* height: 9.13rem; */
    height: 34.85vw;
    background: url('./pmj_sedbg_1022.jpg') no-repeat top center;
    /* background-size: 25.6rem 9.13rem; */
    background-size: 100% auto;
    /* background-position: 0 0; */
}
.ztfx-block{
    width: 15.24rem;
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: pink; */
}
.sed-lf, .sed-rf{
    width: 6.3rem;
    height: auto;
}
.sed-lf{
    position: absolute;
    top: 10%;
}
.sed-rf{
    position: absolute;
    bottom: 20%;
    right: 0;
    margin-bottom: -1.067rem;
}
.lf-title, .rf-title{
    width: 6.3rem;
    height: 1.6rem;
}
.lf-content, .rf-content{
    width: 100%;
    min-height: 1.67rem;
    max-height: 3rem;
    text-align: left;
    overflow: hidden;
    font-size: 0.26rem;
    line-height: 0.47rem;
    text-indent: 0.48rem;
}
.rf-title img, .lf-title img{
	width: 100%;
	height: 100%;
}
/* --------------赛程安排------------ */
.zt-scap{
    width: 100%;
    min-height: 34.66rem;
    min-width: 1240px;
    padding:0 10%;
    box-sizing: border-box;
    background: url('./pmj_bg3_1023.jpg') no-repeat top center;
    background-size: 25.6rem 100%;
    /* padding-bottom: 0.26rem; */
    padding-bottom: 1.93rem;
}
.sc-content{
    position: relative;
    width: 100%;
    /* height: 2.8rem; 原来的值 */
    height: 4.8rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.66rem;
    background: url('./pmj_scap_1027.png') no-repeat center;
    background-size: 100% auto;
    image-rendering: -webkit-optimize-contrast;

}
.sc-content img{
    position: relative;
    width: 100%;
    /* width: 80vw; */
    height: auto;
}

/* --------------奖项设置------------ */
.zt-jxsz{
    width: 100%;
    margin: auto;
    margin-top: 0.66rem;
}
.jx-content{
    width: 100%;
    min-height: 3.45rem;
    border: 1px solid #638db8;
    margin: auto;
    position: relative;
    margin-top: 0.26rem;
    margin-bottom: 0.13rem;
    display: -moz-box;
   /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
   /* TWEENER - IE 10 */
    display: -webkit-flex;
   /* NEW - Chrome */
    display: flex;
   /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    vertical-align: middle;
    font-size: 0.24rem;
    /* line-height: 0.48rem; */
    line-height: 0.7rem;
    font-weight: 500;
    padding: 0.266rem 0;
    box-sizing: border-box;
}
.emphasis{
    color: #4276aa;
    font-weight: bold;
}
.jx-content div{
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
}
.jx-content:after{
    content: "";
    position: absolute;
    background: #4276aa;
    width: 25%;
    height: 3px;
    top: -5px;
    left: 0;
    border-radius: 6px;
}
.jx-content:before{
    content: "";
    position: absolute;
    background: #4276aa;
    width: 25%;
    height: 3px;
    bottom: -5px;
    right: 0;
    border-radius: 6px;
}

/* 参赛须知 */
.zt-csxz{
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 0.13rem;
}
.cs-intro{
    margin-top: 0.26rem;
}
.intro-content{
    width: 100%;
    min-height: 2.466666666666667rem;
    margin: auto;
    position: relative;
    text-align: left;
    font-size: 0.24rem;
    line-height: 0.48rem;
    text-indent: 0.48rem;
    padding: 0.5333333333333333rem 0;
    box-sizing: border-box;

}
.divider{
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;        /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 0.13rem;
    line-height: 0.05rem;
}
.divider hr{
    width: 100%;
    height: 1px;
    margin: auto;
    color: #bfcede;
    background: #88a6c7;
}
.circle{
    display: inline-block;
    width: 0.13rem;
    height: 0.13rem;
    border-radius: 50%;
    background: #4276aa;
}
/* -------------作品要求------- */
.temp-block{
    position: relative;
    width: 100%;
    min-height: 3.067rem;
    border-right: 1px solid #bcccdd;
    border-bottom: 1px solid #bcccdd;
    margin-top: 1.33rem;
    padding-top: 0.4rem;
    text-indent: 0.48rem;
}
.temp-block:before{
    content: "";
    position: absolute;
    background: #4276aa;
    width: 25%;
    height: 0.05555555555555555rem;
    top: -0.09259259259259259rem;
    right: 0;
    border-radius: 0.1111111111111111rem;
}
.temp-block:after{
    content: "";
    position: absolute;
    background: #bcccdd;
    width: calc(100% - 2.86rem);
    height: 1px;
    top: -1px;
    right: 0;
    border-radius: 6px;
}
.temp-top-border{
    position: relative;
    display: -moz-box;
   /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
   /* TWEENER - IE 10 */
    display: -webkit-flex;
   /* NEW - Chrome */
    display: flex;
   /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    position: absolute;
    top: -0.33rem;
    padding-left: 0.2rem;
}
.temp-tb-left{
    position: relative;
    width: 2rem;
    height: 0.66rem;
    line-height: 0.66rem;
    background: #4276aa;
    transform: skew(-45deg);
}
.temp-tb-left div{
    position: relative;
    width: 100%;
    height: 100%;
    line-height: inherit;
    transform: skew(45deg);
    color: #FFF;
    font-size: 0.26rem;
    text-align: center;
    overflow: hidden;
}
.temp-top-border .circle{
    margin-left: 0.53rem;
}
.temp-bottom-circle{
    position: absolute;
    bottom: -0.067rem;
}
.temp-content{
    position: relative;
    width: 100%;
    /* height: 100%; */
    min-height: 3.067rem;
    font-size: 0.24rem;
    line-height: 0.48rem;
    overflow: hidden;
    padding: 0.4rem 0;
    box-sizing: border-box;
}
.da:hover{
    color:orange;
}
@media only screen and (max-width: 1240px){
    .zt-abstract{
        position: relative;
        width: 80%;
        min-height: 1.8rem;
        margin: 0.13rem auto;
    }
    .title-list{
        width: 80%;
        height: 0.93rem;
        margin: auto;
        margin-top: 0.067rem;
    }
    .ztfx-block{
        width: 80%;
        height: 100%;
        position: relative;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ztfx-block{
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .sed-lf, .sed-rf{
        position: relative;
    }
    .sed-lf{
        top: 10%;
    }
    .sed-rf{
        margin-top: 10%;
    }
    .zt-content{
        width: 100%;
        min-height: 9.13rem;
        background: url('./pmj_sedbg_1022.jpg') no-repeat top center;
        background-size: 25.6rem 9.13rem;
    }
    .new-list{
		width: 80%;
		position: relative;
		min-height: 15.333333rem;
		margin: auto;
		margin-top: 0.53rem;
		margin-bottom: 0.53rem;
    }
    .new-title {
        position: relative;
        width: 100%;
        height: 0.33rem;
        line-height: 0.32rem;
        font-size: 25px;
        color: #4960ab;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content-list{
        height: 13.6rem;
    }
    .content-list li {
        position: relative;
        width: 100%;
        height: 1.44rem;
        border-bottom: 1px dashed #c5c6c7;
        margin-top: 0.533333rem;
    }
	.content-list li:nth-child(even) {
		margin-left: 0;
    }
    #sm {
        position: relative;
        width: 100%;
        height: 2.133333rem;
    }
    .img-list{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 2.133333rem;
    }
    .img-list li{
        position: relative;
        width: 3.733333rem;
        height: 2.133333rem;
    }
    .img-list li:not(:first-child){
        margin-left: 0;
    }
    .img-list a{
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .img-list img{
        position: relative;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 775px){
    .abstract, .zt-ztfx, .zt-scap{
        min-width: 100%;
    }
    .zt-abstract{
        position: relative;
        width: 80%;
        min-height: 1.8rem;
        margin: 0.13rem auto;
        /* background-color: #ddecf6; */
    }
    .title-list{
        width: 80%;
        height: 0.93rem;
        margin: auto;
        margin-top: 0.067rem;
        /* background-color: pink; */
    }
    .ztfx-block{
        width: 80%;
        height: 100%;
        position: relative;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* background-color: pink; */
    }
    .top-img{
        width: 100%;
        /* height: 94vw; */
        /* height: 13.32rem; */
        height: 105vw;
        background:url('./pmj_smallBg_20201102.jpg') no-repeat center;
        background-size: 100% 100%;
        background-size: 100% auto;
        background-position: 0 0;
    }
    .carousel{
        position: relative;
        /* width: 50.9vw; */
        width: 5.094rem;
        height: 6.68rem;
        background-color: orange;
        float: right;
        margin-top: 35%;
        margin-right: -5%;
        background: url('./pmj_smBgPhone_20201103.png') no-repeat center center;
        background-size: 100% 100%;
    }
    .img-block {
        position: relative;
        /* width: 145px;
        height: 270px; */
        width: 2.5rem;
        height: 4.7rem;
        transform: rotate(-19deg);
        margin-left: 18%;
        margin-top: 15%;
    }
    .img-block ul, .top-carousel li{
        position: relative;
        width: 2.5rem;
        height: 4.7rem;
        overflow: hidden;
    }
    .img-block img{
        width: 2.5rem;
        height: 4.7rem;
    }
    .title-list li{
        width: 24%;
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        font-size: 15px;
    }
    .title-list li:not(:first-child){
        margin-left: 0;
    }
    .title-list a{
        font-size: 15px;
        padding-right: 5px;
    }
    .zt-content{
        width: 100%;
        height: 9.13rem;
        background: url('./pmj_sedbg_1022.jpg') no-repeat top center;
        background-size: 25.6rem 9.13rem;
    }
    .ztfx-block{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .sed-lf, .sed-rf{
        position: relative;
        overflow: hidden;
        margin: 0;
    }
    .sed-lf{
        top: 0;
    }
    .sed-rf{
        margin-top: 0;
        bottom: 5%;
    }
    .zt-content{
        width: 100%;
        min-height: 9.13rem;
        background: url('./pmj_sedbg_1022.jpg') no-repeat top center;
        background-size: 25.6rem 9.13rem;
    }
    .sc-content{
        position: relative;
        width: 100%;
        height: 5.946rem;
        margin: auto;
        background: url('./pmj_smTime_20201102.png') no-repeat center;
        background-size: 100% auto;
        image-rendering: -webkit-optimize-contrast;
    }
    .dowload {
        position: fixed;
        width: 2.36rem;
        height: 6rem;
        right: 1%;
        top: 47%;
        z-index: 999;
    }
    .temp-tb-left div{
        position: relative;
        width: 100%;
        height: 100%;
        line-height: inherit;
        transform: skew(45deg);
        color: #FFF;
        font-size: 0.26rem;
        text-align: center;
        overflow: hidden;
    }
    .new-list{
		width: 80%;
		position: relative;
		height: auto;
		margin: auto;
		margin-top: 0.53rem;
		margin-bottom: 0.53rem;
	}
	.content-list {
		position: relative;
		width: 100%;
		height: 21rem;
		margin-top: 0.534rem;
	}
	.content-list li {
		position: relative;
		width: 100%;
		height: 3rem;
		border-bottom: 1px dashed #c5c6c7;
        margin-top: 0.533333rem;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	.new-title {
		position: relative;
		width: 100%;
		height: 1.1rem;
		line-height: 20px;
		font-size: 18px;
		color: #4960ab;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	.new-content{
        position: relative;
        height: 1.3rem;
		font-size: 13px;
	}
	.content-list li:nth-child(even) {
		margin-left: 0;
    }
    #sm{
        position: relative;
        width: 280px;
        height: 160px;
        margin: auto;
    }
    .img-list{
        position: relative;
        width: 280px;
        height: 160px;
        margin: auto;
    }
    .img-list li{
        position: relative;
        width: 100%;
        height: 100%;
        margin-left: 0;
    }
    .img-list li:not(:first-child){
        margin-left: 0;
    }
    .img-list a{
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .img-list img{
        position: relative;
        width: 100%;
        height: 100%;
    }
    .img-list .img-title{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.667rem;
        line-height: 0.667rem;
        text-indent: 0.48rem;
        font-size: 20px;
        color: #FFF;
        background-color: #000;
        background-color: rgba(0,0,0,0.3);
        overflow: hidden;
        text-overflow: ellipsis;
    }
}