@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
    background: #F4F5F7;
}

ul, li {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

.head {
    width: 100%;
    height: 124px;
    background: #2B7AFF;
    align-items: center;
    align-content: center;
    text-align: center;
    padding-top: 18px;
    box-sizing: border-box;
}

.head img {
    width: 370px;
}

.focus {
    width: 100%;
    height: 200px;
    position: relative;
    top: -30px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.focus img {
    width: 90%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding: 0 10px;
}

.main a {
    width: 45%;
    height: 80px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    justify-content: center;
}

.main a .title {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    width: 62%;
}

.main a .title span {
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #444444;
    line-height: 22px;
}

.main a .title label {
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-weight: 500;
    color: #999EA7;
}

.main a .icon {
    margin: 0 auto;
}

.link {
    height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #444444;
    line-height: 20px;
    padding: 10px 30px;
}

.link-item {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 10px;
}

.link-item a img {
    width: 100%;
}

.position {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 15px;
    box-sizing: border-box;
}

.position span {
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #444444;
    line-height: 22px;
}

.position label {
    display: block;
    width: 5px;
    height: 17px;
    background: #67A3FF;
    border-radius: 2px;
    margin-right: 10px;
}

.position-line {
    height: 8px;
    background: #F4F4F4;
}

.list ul.ul li {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    border-bottom: 2px solid #E5E5E5;
    margin: 15px;
    padding: 20px 0;
}

.list ul.ul li a {
    display: flex;
    flex-direction: row;
}

.list ul.ul li a .left {
    width: 65%;
}

.list ul.ul li a .left .title {
    color: #444444;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 30px;
}

.list ul.ul li a .left .date {
    font-size: 12px;
    color: #9C9C9C;
}

.list ul.ul li a .left .date span {
    margin-right: 15px;
}

.list ul.ul li a .right {
    width: 35%;
}

.list ul.ul li a .right img {
    width: 124px;
    height: 82px;
    object-fit: contain;
}

.detail-title {
    font-size: 20px;
    font-weight: 600;
    color: #444444;
    line-height: 30px;
    padding: 30px 10px 10px;
    text-align: center;

}

.detail-time {
    padding: 0 15px 20px;
    font-size: 12px;
    color: #999999;
    text-align: center;
}

.detail-time span {
    margin-right: 20px;
}

.detail-content {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: justify;
    padding: 0 15px 20px;
}

.detail-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.pagination {
    margin-bottom: 50px;
    text-align: center;
    padding: 10px 0 25px;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    line-height: 30px;
    background-color: white;
    color: #000;
    text-align: center;
}

.pagination li a, .pagination li span {
    display: inline-block;
    padding: 0 12px;
    color: #333333;

}

.pagination li.active span {
    background-color: #2B55B3;
    color: #fff;
}

.pagination li:hover {
    background-color: #2B55B3;
}

.pagination li:hover a {
    color: #fff;
}

.pagination li.disabled:hover {
    background-color: white;
}

.pagination li.disabled:hover a {
    color: #000;
}

.list-search {
    display: flex;
    background: #2b7aff;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.list-search .search-input {
    width: 80%;
    height: 35px;
    border-radius: 25px;
    padding-left: 20px;
    font-size: 14px;
    outline: none;
    border: none;
    margin-right: 10px;
}

.list-search .search-btn {
    color: white;
    cursor: pointer;
    width: 43px;
    height: 22px;
    font-weight: bold;
}

.copy-right {
    padding: 0 25px;
    font-size: 12px;
    color: #808080;
    line-height: 2;
    margin-bottom: 30px;
}