/* 默认列表页样式表 listcolumn.css */

/* 默认列表: start */
.common-list {
    width: 100%;
}
.common-list li {
    position: relative;
    width: 100%;
}
.common-list li.first {
    margin-bottom: 5px;
    background: #f1f1f3;
}
.common-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 0px;
    border-bottom: 1px dashed #e5e5e5;;
}
.common-list li.first a {
    padding: 0px 0px;
    border-bottom: none;
}
.common-list li.first a .first-date {
    float: left;
    width: 90px;
    height: 109px;
    padding: 20px 0px;
    border-top: 4px solid #f7b765;
    background: #055094;
}
.common-list li.first a .first-date .day {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
}
.common-list li.first a .first-date .year-month {
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.common-list li.first a .first-info {
    height: 109px;
    margin-left: 90px;
    padding: 10px 45px 0px 33px;
}
.common-list li.first a .first-info .title {
    /* padding: 10px 0px; */
    font-size: 16px;
    line-height: 32px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.common-list li.first a .first-info .summary {
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    text-indent: 2em;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common-list li.first:hover a .first-info .summary {
    color: #055094;
}
.common-list li a .info {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 18px;
    padding-right: 90px;

    font-size: 16px;
    line-height: 32px;

    overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common-list li a .info::before {
    position: absolute;
    left: 0px;
    top: 10px;

    content: '';
    border-left: 5px solid #055094;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all .2s ease-in-out;
}
.common-list li:hover a .info::before {
    left: 5px;
}
.common-list li a .date {
    position: absolute;
    right: 0px;
    top: 7px;

    font-size: 12px;
    line-height: 32px;
    color: #999999;
}
/* 默认列表: end */


/* 默认列表页-响应式样式表 */
@media(max-width: 1500px){
    .container {
        width: 1170px;
    }
    .common-right {
        width: 870px;
    }
}


/* iPadPro（横屏1366) */
@media(max-width: 1300px){
    .container {
        width: 996px;
    }
    .common-right {
        width: 710px;
    }
}

/* iPadPro(1024), iPad(横屏1024)，iPhone X(横屏812)，Pixel2 XL(横屏823)*/
@media(max-width: 1024px){
    .container {
        width: 750px;
    }
    .first-title {
        display: block;
    }
    .common-left {
        margin-top: 2px;
        width: 100%;

        display: none;
    }
    .first-column {
        height: 60px;
    }
    .common-right {
        width: 100%;
    }
    .location {
        margin: 10px 0px 18px;
    }
}

/* iPad(768);Glaxy Fold(653);Pixel2(横屏731)*/
@media(max-width: 768px){
    .container {
        width: 510px;  /*因为当缩减到540时，padding为0px 15px；540-15*2 = 510，刚好拼接起来，不发生跳动*/
    }
    .first-column {
        height: 46px;
    }
    .navlist-side .second>a {
        line-height: 40px;
    }
    .common-list li.first a .first-date {
        width: 80px;
    }
    .common-list li.first a .first-info {
        padding: 10px 10px 0px 10px;
        margin-left: 80px;
    }
    .common-list li a .info {
        padding-right: 75px;
    }
}

/* Surface Duo(540) */
@media(max-width: 540px){
    .container {
        width: 100%;
        padding: 0px 15px;
    }
}

/* iPhone 6/7/8 Plus(414) */
@media(max-width: 450px){}

/* iphone6,7,8(375)；iphoneX(375) */
@media(max-width: 375px){
    .location .current a {
        line-height: 28px;
    }
}

/* iPhone5/SE(320) */
@media(max-width: 320px){}