ul {
    list-style: none;
}

.content1,
.banner-box {
    width: 1200px;
    margin: auto;
}

.container-box1 {
    width: 100%;
    margin: auto;
    line-height: 150%;
    background-color: #fff;
    box-sizing: border-box;
}

.container-box1 .content1 {
    padding: 20px;
    box-sizing: border-box;
}

.banner {
    position: relative;
    width: 100%;
    background-color: #ededed;
}

.banner .banner-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.banner img {
    width: 100%;
}

.line {
    display: flex;
    justify-content: space-between;
}

.content1 {
    display: flex;
}

.content1 a {
    color: #2877B2;
}

.content1>div {
    padding: 10;
    padding: 10px;
}

.content1>div:first-child {
    flex: 1;
}

.content1>div:nth-of-type(2) {
    flex: 1.4;
}

.content1>div:last-of-type {
    flex: 0.8;
}

.content1 .line {
    line-height: 40px;
    margin-bottom: 10px;
    color: #2877B2;
}

.content1 .date {
    color: #666;
    font-size: 12px;
}

.run-list .list-item {
    list-style: none;
    display: flex;
    align-items: center;
    /* 纵向居中对齐 */
}

.run-list .list-item ul {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
}

.run-list .list-item ul li:first-of-type ::before {
    content: "";
    /* 使用伪元素 ::before 创建一个伪元素 */
    display: inline-block;
    /* 将伪元素作为行内块元素处理 */
    width: 8px;
    /* 设置伪元素的宽度 */
    height: 8px;
    /* 设置伪元素的高度 */
    background-color: red;
    /* 将伪元素的背景颜色设置为红色 */
    border-radius: 50%;
    /* 将伪元素设置为圆形 */
    margin-right: 8px;
    /* 设置伪元素与文本之间的间距 */
}

.a-list ul li {
    font-size: 14px;
}

.a-list ul li::before {
    content: "";
    /* 使用伪元素 ::before 创建一个伪元素 */
    display: inline-block;
    /* 将伪元素作为行内块元素处理 */
    width: 8px;
    /* 设置伪元素的宽度 */
    height: 8px;
    /* 设置伪元素的高度 */
    background-color: red;
    /* 将伪元素的背景颜色设置为红色 */
    border-radius: 50%;
    /* 将伪元素设置为圆形 */
    margin-right: 8px;
    /* 设置伪元素与文本之间的间距 */
}

.banner-box img {
    object-fit: cover;
}

.content-area {
    width: 1200px;
    height: 260px;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.content-left-area {
    width: 590px;
    height: 260px;
}

.content-right-area {
    width: 590px;
    height: 260px;
}

.content-title-area {
    width: 590px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.n-t-bg {
    width: 10px;
    height: 28px;
    background-color: #0185ff;
}

.n-t-one {
    width: auto;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #0185FF;
    letter-spacing: 2px;
}

.n-t-two {
    width: auto;
    margin-left: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    letter-spacing: 2px;
}

.p-t-more a {
    width: 70px;
    height: 16px;
    margin-top: 4px;
    color: #444444;
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    background-image: url(../images/more-gray.png);
    background-repeat: no-repeat;
    background-position-x: 70px;
    background-position-y: 0px;
    background-size: 18px 14px;
    margin-left: 380px;
}

.p-t-more a:hover {
    color: #0185FF;
    background-image: url(../images/more.png);
}

.content-content-area {
    width: 590px;
    height: 200px;
    display: flex;
    flex-direction: column;
}

.content-ul {
    width: 100%;
    height: 200px;
    list-style-type: none;
    text-decoration: none;
}

.content-ul li {
    width: 100%;
    height: 33px;
}

.content-ul li a {
    width: 100%;
    height: 33px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 40px;
    text-decoration: none;
}

.content-ul li a:hover {
    color: #0185FF;
}

.content-ul img {
    width: 12px;
    height: 12x;
}

.content-ul .title {
    width: 480px;
    height: 30x;
    margin-left: 8px;
    border: 0px;
}

.content-ul .date {
    width: 80px;
    height: 30x;
}

.b-img-area {
    width: 1200px;
    height: 100px;
    margin: 0px auto 20px;
}

.b-img-area-dj {
    width: 1120px;
    height: 100px;
    color: #0355a9;
    font-size: 50px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 16px;
    background-size: cover;
    padding-left: 80px;
}