.box {
    position: relative;
    font-size: 16px;
    color: #333333;
    background-color: #F8F8F8;
}

/* 顶部banner图 */
.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
    height: 100%;
}

.container {
    width: 1200px;
    margin: 30px auto;
}

.content-L {
    width: 770px;
}

.content-R {
    width: 406px;
}

/*  */
.top_con {
    margin-top: 23px;
}

.area_name {
    width: 123px;
    margin-left: 24px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
}

.city-icon {
    width: 18px;
    margin-left: 10px;
}

.search_box {
    margin: 0 0 20px;
    height: 46px;
    line-height: 46px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.search_box input {
    margin-left: 20px;
    padding: 0;
    font-size: 16px;
    font-family: "PingFang SC";
    background-color: transparent;
}

.search_box .search-btn {
    width: 80px;
    height: 46px;
    border-radius: 0 6px 6px 0;
    text-align: center;
    cursor: pointer;
    background-color: #e1ebff;
}

.search_box img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

/* 列表内容 */
.list_box {
    margin: 30px 24px 0;
    border-radius: 10px;
    background-color: #fff;
}

.list_box .head_title {
    padding: 32px 32px 32px 24px;
    border-radius: 10px 10px 0 0;
    background-color: rgba(93,147,253,0.05);
}

.list_box .head_title, .list_box .list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_box .head_title span,.list_box .list_item span {
    text-align: center;
}

.head_title span:first-child,.list_item span:first-child {
    width: 65px;
}

.head_title span:nth-child(2),.list_item span:nth-child(2) {
    width: 145px;
}

.head_title span:nth-child(3) {
    width: 145px;
    margin-right: 10px;
}

.list_item span:nth-child(3) {
    width: 145px;
    display: -webkit-box;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis; */
    text-align: justify;
}

.head_title span:nth-child(4) {
    padding-right: 7px;
}

.list_box .list_item {
    padding: 27px 24px;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.list_box .list_item:last-child {
    border-bottom: none;
}

.list_box .list_item .btn {
    padding: 7px 16px;
    border-radius: 10px;
    font-size: 26px;
    color: #5D93FD;
    background-color: rgba(93,147,253,0.1);
}

.container .content {
    margin-bottom: 20px;
    padding: 12px 0 32px;
    border-radius: 6px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.content .head {
    margin: 0 24px 12px;
}

.content .head .type {
    font-size: 18px;
    font-weight: 700;
    background-image: url("/news/gkzuowentimu/images/headBg.png");
    background-size: 108px 10px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.content .head .btn {
    padding: 4px 16px;
    border-radius: 10px;
    font-size: 16px;
    color: #5CA2F6;
    background-color: #D8EBFF;
}

.content ul {
    padding: 24px 24px 0;
    border-top: 1px dashed rgba(0, 0, 0, .1);
}

.content ul li {
    margin-bottom: 20px;
}

.content ul li:last-child {
    margin-bottom: 0;
}

.content ul li .left {
    min-width: 130px;
    display: inline-block;
    color: #999;
    vertical-align: top;
}

.content ul li .right {
    width: 75%;
    display: inline-block;
    margin-left: 30px;
}

.content ul li .right .text {
    position: relative;
}

.detail {
    color: #5B79EA;
    font-size: 15px;
}

.detail img {
    width: 6px;
    height: 10px;
    margin-left: 10px;
}

.view-more {
    width: 770px;
    height: 46px;
    line-height: 46px;
    border-radius: 6px;
    text-align: center;
    color: #666;
    background: #f2f2f2;
}


/* 右侧资讯 */
.latest-news {
    margin-top: 22px;
    border: 1px solid #fafafaff;
}

.latest-news:first-of-type {
    margin-top: 0;
}

.latest-news .head {
    padding: 12px 0 12px 20px;
    border-left: 4px solid #198CFF;
    font-size: 18px;
    font-weight: 700;
    color: #198CFF;
    background-color: #f3f9ff;
}

.latest-news .head .more {
    width: 100%;
    margin-right: 16px;
    text-align: right;
    color: #198CFF;
    font-size: 14px;
}

.latest-news .head span {
    min-width: fit-content;
}

.latest-news ul {
    padding: 0 16px 20px;
    background-color: #fff;
}

.latest-news ul li {
    width: 100%;
    padding-top: 20px;
}

.latest-news ul li a {
    display: block;
    width: 100%;
}
