.com-content {
    width: 100%;
    /* display: none; */
    box-sizing: border-box;
    padding-bottom: 30px;
}

.newslist, .reslist {
    width: 100%;
}

.newslist>ul.news-list {
    width: 100%;
    height: auto;
}

.newslist>ul.news-list>li {
    margin-bottom: 20px;
}

.newslist>ul.news-list>li>a {
    display: block;
    width: 100%;
    height: 163px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
}

ul.news-list>li>a>b {
    display: block;
    width: 115px;
    font-size: 18px;
    color: #969696;
    margin-right: 40px;
    border-right: 1px solid #E6E6E6;
    box-sizing: border-box;
}

ul.news-list>li>a:hover {
    box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.1);
}

ul.news-list>li>a:hover>i {
    color: #4868C9;
}

ul.news-list>li>a>b>em {
    display: block;
    font-size: 65px;
    font-weight: bold;
    color: #969696;
    line-height: 60px;
}

ul.news-list>li>a>.layer-newtext {
    width: 746px;
}

ul.news-list>li>a>.layer-newtext>h5 {
    font-size: 18px;
    font-weight: bold;
    color: #4F4F4F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    margin-bottom: 10px;
}

ul.news-list>li>a>.layer-newtext>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #A4A4A4;
}

ul.news-list>li>a>i {
    font-size: 14px;
    color: #A4A4A4;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.reslist>.login {
    line-height: 40px;
    font-size: 14px;
    color: #CBCBCB;
}

.reslist>.login>a {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 40px;
    background: linear-gradient(0deg, #3351B0, #5777DB);
    box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.resource-list {
    width: 100%;
}

.resource-list>li {
    width: 100%;
    height: 98px;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

.resource-list>li>.left-text {
    width: 980px;
    font-size: 16px;
    color: #A4A4A4;
    line-height: 26px;
}

.resource-list>li>.left-text>p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #575757;
    line-height: 28px;
    margin-bottom: 10px;
}

.resource-list>li>.text-date {
    font-size: 16px;
    color: #575757;
    line-height: 28px;
}

.resource-list>li>a {
    display: inline-block;
    vertical-align: top;
}

.resource-list>li>a>img {
    width: 80px;
    height: auto;
    vertical-align: top;
}

.things>h3 {
    font-size: 24px;
    font-weight: bold;
    color: #4D4D4D;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.things>h5 {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.things>h5>i {
    margin: 0 30px;
}

.things>span {
    display: block;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin-bottom: 30px;
}

.things>p {
    text-indent: 20px;
    font-size: 14px;
    color: #313131;
    line-height: 28px;
}

.detail-page {
    width: 1100px;
    height: 60px;
    margin: 20px auto;
    background: #F4F4F4;
    box-sizing: border-box;
    padding: 5px 20px;
}

.detail-page>a {
    width: 50%;
    line-height: 50px;
    font-size: 16px;
    color: #02478D;
    box-sizing: border-box;
    display: inline-block;
}

.detail-page>a:first-child {
    border-right: 1px solid #E6E6E6;
}

.detail-page>a:last-child {
    text-align: right;
}

.show {
    display: block;
}

@media screen and (min-width:100px) and (max-width:999px) {
    /* 资料下载 */
    .resource-list>li {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }
    .resource-list>li>.left-text {
        width: 80%;
        font-size: 14px;
        line-height: 22px;
    }
    .resource-list>li>.left-text>p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 7px;
    }
    .resource-list>li>.text-date {
        display: none;
    }
    .resource-list>li>a>img {
        width: 60px;
    }
    /* 大事记 */
    .things>h3 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 10px;
    }
    .things>h5 {
        margin-bottom: 0px;
    }
    .things>span {
        margin-bottom: 10px;
    }
    .things>h5>i {
        margin: 0 10px;
    }
    .detail-page {
        width: 100%;
        height: 40px;
        margin: 10px auto;
        padding: 3px 10px;
    }
    .detail-page>a {
        line-height: 40px;
        font-size: 14px;
    }
    .newslist, .reslist {
        margin-top: 10px;
    }
    .newslist>ul.news-list>li {
        margin-bottom: 10px;
    }
}

@media screen and (min-width:100px) and (max-width:575px) {
    .com-content {
        padding-bottom: 0px;
    }
    /* 新闻报道 */
    .newslist>ul.news-list>li>a {
        height: 100px;
        padding: 10px;
    }
    ul.news-list>li>a>b {
        width: 55px;
        font-size: 12px;
        margin-right: 10px;
    }
    ul.news-list>li>a>b>em {
        font-size: 35px;
        line-height: 40px;
    }
    ul.news-list>li>a>.layer-newtext {
        width: 70%;
    }
    ul.news-list>li>a>.layer-newtext>h5 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    ul.news-list>li>a>.layer-newtext>p {
        font-size: 12px;
    }
    ul.news-list>li>a>i {
        font-size: 12px;
        right: 10px;
        bottom: 10px;
    }
}

@media screen and (min-width:576px) and (max-width:1200px) {
    /* 新闻报道 */
    .newslist>ul.news-list>li>a {
        height: 120px;
        padding: 10px;
    }
    ul.news-list>li>a>b {
        width: 80px;
        font-size: 14px;
        margin-right: 15px;
    }
    ul.news-list>li>a>b>em {
        font-size: 45px;
        line-height: 50px;
    }
    ul.news-list>li>a>.layer-newtext {
        width: 60%;
    }
    ul.news-list>li>a>.layer-newtext>h5 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    ul.news-list>li>a>.layer-newtext>p {
        font-size: 13px;
    }
    ul.news-list>li>a>i {
        font-size: 12px;
        right: 10px;
        bottom: 10px;
    }
}