.list_top_bg {
    width: 100%;
    height: 300px;
    background-size: 100% 100%;
    background-image: url(../images/YKJ_3444.jpg);
    position: relative;
    z-index: 1;
}

.main {
    width: 100%;
}

.background-image-rotate {
    width: 600px;
    height: 600px;
    position: absolute;
    right: 7%;
    top: 120px;
    animation: rotate 70s linear infinite;
    /* 应用动画 */
}

/* 定义背景图片 */
.background-image-rotate:before {
    content: "";
    /* 必须设置content属性 */
    display: block;
    /* 显示为块级元素 */
    background-image: url('../images/list_right_bg.png');
    /* 背景图片 */
    background-size: cover;
    /* 图片自动填充容器 */
    background-position: center;
    /* 背景图片居中显示 */
    position: absolute;
    /* 使用绝对定位 */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /* 自动居中 */
    z-index: 5;
}

/* 定义旋转动画 */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.container {
    margin: auto;

    padding-top: 20px;
    width: 1500px;
    padding: 0 !important;
    /* max-width: 900px; */
    position: relative;
}

.main_left {
    width: 336px;
    min-height: 1220px;
    float: left;
    background-position: 0px 450px;
    position: relative;
    top: -60px;
    background: url(../images/list_left_bg.png), linear-gradient(to bottom, #fff 410px, #f3f3f3 100%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.main_left_bg {
    /* background-color: #f3f3f3; */
}

/* .yuanxun {
    width: 336px;
    height: 1100px;
} */

.possplit {
    width: 12px;
}

.main-content {
    max-width: 1500px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1500px;
}

.main_left_title {
    width: 336px;
    height: 120px;
    line-height: 120px;
    color: #fff;
    text-align: center;
    font-size: 26px;
    margin: 0;
    background: #161735 url(../images/list_title_bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 15;
}

.wp_listcolumn .wp_column a {
    display: block;
    width: 100%;
    color: #666;
    font-size: 18px;
    font-weight: normal;
    word-wrap: break-word;
    /* background: #f5f5f5 url(../images/btn_arrow_right.png) no-repeat 10px 18px; */
    background: none;
    background-size: 15px 15px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    text-align: left;
    height: 50px;
    line-height: 50px;
}


.wp_listcolumn .wp_column a:hover {
    background: #f5f5f5 no-repeat 240px 20px;
    background-size: 72px 7px;
    background-color: #f5f5f5;
    color: #161735;
}

.wp_listcolumn .wp_column a.selected {
    background: #e7e7e7 url(../images/btn_arrow_right.png) no-repeat 240px 20px;
    background-size: 72px 7px;
}

.wp_listcolumn .wp_column a.selected:hover {
    background: #e7e7e7 url(../images/btn_arrow_right.png) no-repeat 240px 20px;
    background-size: 72px 7px;
}

.wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 22px;
    padding: 5px 10px 5px 40px;
    cursor: pointer;
    font-size: 18px;
}

.wp_listcolumn .wp_subcolumn {
    border-top: 1px solid #fff;
    padding-inline-start: 0px;
}

.wp_listcolumn .wp_subcolumn .wp_column a {
    width: calc(100% - 34px);
    padding-left: 34px;
    color: #555;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    border-top: none;
    /* background: #f1f1f1 url(../images/btn_arrow_right.png) no-repeat 49px 18px; */
    background-size: 15px 15px;
}

.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
    line-height: 22px;
    padding-left: 40px;
}

.wp_listcolumn .wp_subcolumn .wp_column a {
    width: calc(100% - 34px);
    padding-left: 34px;
    color: #555;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    border-top: none;
    /* background: #f1f1f1 url(../images/btn_arrow_right.png) no-repeat 240px 20px; */
    background-size: 72px 7px;
    background: none;
}

.wp_listcolumn .wp_subcolumn .wp_column a:hover {
    background: #f5f5f5 no-repeat 240px 20px;
    background-size: 72px 7px;
    background-color: #f5f5f5;
    color: #161735;
}

.wp_listcolumn .wp_subcolumn .wp_column a.selected {
    background: #e7e7e7 url(../images/btn_arrow_right.png) no-repeat 240px 20px;
    background-size: 72px 7px;
}

.wp_listcolumn .wp_subcolumn .wp_column a.selected:hover {
    background: #e7e7e7 url(../images/btn_arrow_right.png) no-repeat 240px 20px;
    background-size: 72px 7px;
}

.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    width: calc(100% - 68px);
    padding-left: 68px;
    color: #444;
    font-size: 13px;
    background: #e9e9e9 url(../images/btn_arrow_right.png) no-repeat 78px 18px;
    background-size: 15px 15px;
    font-weight: normal;
}

.main_left_title3 {
    width: 336px;
    height: 93px;
    line-height: 93px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin: 0;
    background: url(../images/list_title3.png) no-repeat;
    background-size: 100% 100%;
}

.main_left img {
    width: 336px;
    height: 120px;
}

.list-iteam {
    line-height: 30px;
    margin-top: 13px;
    height: 27px;
}

.list_title img {
    margin-left: 19px;
    width: 18px;
    height: 12px;
}

.list_title a {
    margin-left: 4px;
    color: #3e3e3e;
    font-size: 17px;
}

.nav_list {
    background: #f3f3f3 url(../images/nav_list_bg.png) 14px 20px no-repeat;
    padding-top: 10px;
}

.nav_list p {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding-left: 42px;
    margin: 0;
}

.nav_list p:hover a {
    color: #161735;
}


.wp_listcolumn {
    padding: 0;
    margin: 0;
}

.wp_entry a:hover {
    text-decoration: underline;
    color: #014C97;
}

.line {
    height: 1px;
    background-color: #e2e2e2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.right-station {
    float: right;
    line-height: 50px;
}


.station {
    height: 52px;
    line-height: 68px;
    float: right;
    color: #767676;
    /* margin-top: 11px; */
    font-size: 16px;
    background-image: url(../images/local.png);
    background-repeat: no-repeat;
    background-position: 0px 26px;
    padding-left: 25px;
}

.station a {
    color: #767676;
}

.right-top {
    display: flex;
    /* margin-bottom: 25px; */
}

.right-title {
    float: left;
    width: 217px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    background: #eaeaea;
    /* font-weight: 550; */
    font-size: 24px;
    margin-top: 9px;
    position: relative;
    z-index: 15;
}

.r_line {
    height: 1px;
    /* background-color: gray; */
    width: 1070px;
    position: relative;
    margin-top: 71px;
    padding-bottom: 40px;
    border-bottom: #bfbfbf solid 1px;
}

.r_line_displayinfo {
    width: 1164px;
}

.right-iteam {
    width: 1070px;
    min-height: 64px;
    border-bottom: #bfbfbf solid 1px;
}

.right-iteam:hover {
    color: #014C97;
    /* background-color: #f7f7f7; */
}

.right-iteam:hover .iteams-title {
    color: #014C97;
    transform: translateX(20px);
    /* 向右平移 */
}

.right-iteam:hover .iteams-time {
    color: #014C97;
    transform: translateX(20px);
    /* 向右平移 */
}

.iteam-line {
    height: 1px;
    background-color: #d6d6d6;
    width: 1070px;
    position: relative;
    margin-top: 10px;
}

.iteams-title {
    width: calc(100% - 120px);
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    /* font-weight: bold; */
    float: left;

    position: relative;
    transition: transform 0.3s ease-in-out;
    /* 添加过渡效果 */
    transform: translateX(0);
    /* 初始位置 */
}

.iteams-time {
    width: 100px;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #8e8e8e;
    /* margin-bottom: 2px; */
    float: right;
    padding-right: 20px;
    position: relative;
    transition: transform 0.3s ease-in-out;
    /* 添加过渡效果 */
    transform: translateX(0);
    /* 初始位置 */
}

.main_right {
    width: 1070px;
    margin: 0px 0px 0px 35px;
    padding-bottom: 60px;

}

.main_right_display {
    width: 1100px;
    margin-bottom: 30px;
    /* margin: 0 auto; */
}

/* .displayinfo_pc{
    width: 1100px;
} */

.w_title {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    min-height: 50px;
    margin-top: 50px;
    line-height: 60px;
    width: 80%;
    margin: auto;
}

.peo_info {
    display: flex;
    font-size: 16px;
    opacity: 0.7;
    height: 30px;
    line-height: 30px;
    width: calc(100% - 530px);
    border-radius: 3px;
    margin: 25px 0;
    padding: 25px 265px 25px 265px;
    border-bottom: #ccc solid 1px;
}

.peo_info div {
    min-width: 50px;
    display: inline-block;
    margin: 0 auto;
}

.peo_info p {
    margin: 0;
}

.peo_info_time{
    background-image: url(../images/time.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    padding-left: 30px;
}

.peo_info_view {
    background-image: url(../images/view.png);
    background-repeat: no-repeat;
    background-position: 4px 9px;
    padding-left: 30px;
}

.peo_info_source{
    background-image: url(../images/source.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    padding-left: 30px;
}

.right_content {
    text-indent: 2em;
    padding: 5px;
    color: #545454;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    min-height: 1000px;
}

.detail {
    min-height: 1000%;
    width: 375px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 233px 0 0 25px;
    background: url(../images/list_left_bg.png), linear-gradient(to bottom, #fff, #f3f3f3);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.detail .detailjian {
    width: 365px;
    margin-left: 8px;
}

.detail .detailjian .hotnewsTitle {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-size: 20px;
    color: #333;
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
}

.detail .detailjian .hotnewsTitle img {
    width: 28px;
    height: 28px;
    background: linear-gradient(#20437b, #1f5da6);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.detail .detailjian .hotnewsTitle:hover img {
    background-image: linear-gradient(#20437b, #1f5da6);
}

.detail .detailjian .hotnewsList {
    width: 100%;
    padding: 0 0 5px 0;
    border-left: 1px #e5e5e5 solid;
    margin-left: 10px;
}

.date {
    font-size: 12px;
    color: #fff;
    background: url(../images/hotnewsbg.png) no-repeat left top;
    background-size: 57px 24px;
    width: 57px;
    height: 24px;
    text-align: center;
    margin-bottom: 1px;
    line-height: 24px;
    position: relative;
    padding-left: 1px;
    margin-left: 15px;
}

.hotnewsList li:hover {
    position: relative;
    top: -2px;
    transition: .8s all ease-in;
}

.detail .detailjian .hotnewsList li .date::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #fff;
    border: 1px #e5e5e5 solid;
    border-radius: 100%;
    margin-top: 3px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.detail .detailjian .hotnewsList li .title {
    width: 320px;
    font-size: 15px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    line-height: 26px;
    margin: 8px 15px 21px 15px;
    overflow: hidden;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.detail .detailjian .hotnewsList li .title a {
    color: #666;
}

.detail .detailjian .hotnewsList li:hover .date::before {
    border: 1px #000977 solid;
}

.detail .detailjian .hotnewsList li:hover .title {
    color: #000977;
    background-image: -webkit-gradient(linear, left 0, right 0, from(#20437b), to(#1f5da6));
    -webkit-background-clip: text;
    /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-text-fill-color: transparent;
    /*text-fill-color会覆盖color所定义的字体颜色： */
}

.prev {
    padding-left: 10px;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #2d2d2d;
}

.prev-title {
    width: calc(100% - 80px);
    height: 36px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.next {
    padding-left: 10px;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #2d2d2d;
}

.next-title {
    width: calc(100% - 80px);
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.footer {
    width: 100%;
    height: 234px;
    /* margin-top: 30px; */
    background-color: #161735;
    background-image: url(../images/list_bottom_bg.png);
    background-size: 100% 100%;
}

.footer_top {
    width: 1600px;
    height: 94px;
    margin: 0 auto;
    padding: 50px 0px;
}

.footer_block {
    width: 500px;
    height: 94px;
    float: left;
    color: #fff;
    text-align: left;
}

.footer_block_big {
    width: 552px;
}

.footer_block .footer_block_box {
    width: 276px;
    height: 94px;
    float: left;
    color: #fff;
    text-align: left;
}


.footer_block p {
    width: 288px;
    height: 31px;
    line-height: 31px;
    margin: 0;
    color: #fff;
}

.footer_block a {
    color: #fff;
}

.footer_block h2 {
    margin: 20px 0;
    font-weight: normal;
}

.footer_block select {
    width: 320px;
    height: 36px;
    padding: 0 5px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
    border: #b7b7b8 solid 2px;
    border-radius: 2px;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

.footer_block option {
    font-size: 18px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.3);
}

.footer_bottom {
    width: 100%;
    height: 38px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.0);
}

.footer_bottom p {
    height: 38px;
    margin: 0;
    font-size: 18px;
    color: #a1a1a1;
    line-height: 38px;
    text-align: center;
}




@media screen and (max-width: 767px) {

    .container {
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px;
        width: 100%;
        padding: 0 !important;
        position: relative;
    }

    .main-content {
        max-width: 100%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 100%;
    }

    .main_right {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .right-iteam {
        width: 100%;
        min-height: 64px;
        overflow: hidden;
        border-bottom: #bfbfbf dotted 1px;
    }


    .main_right_display {
        width: 100%;
        margin: 0 auto;
    }
}