﻿/* 现在的位置 */
.yourPosition {
    position: relative;
    height: 30px;
    width: 100%;
    box-shadow: 0px 0px 5px 1px #808080;
}

.In_rig_t {
    position: absolute;
    height: 100%;
    line-height: 30px;
    font-family: '楷体';
    font-size: 16px;
    padding-left: 100px;
}

.In_rig_t a {
    color: black;
}

.In_rig_t a:hover {
    color: #FFAA00;
}

/* 左侧导航 */

.L_center {
    margin-top: 20px;
    margin-bottom: 20px;
}

.In_nav {
    margin: 0 auto;
    width: 80%;
    /* min-height: 420px; */
}

.In_nav_t {
    background-color: #94070A;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.In_nav_t a {
    color: white;
    font-size: 20px;
    font-weight: bolder;
}

.In_nav_line {
    margin: 10px 0;
    width: 100%;
    height: 1px;
    background-color: #2d50a1;
}

.In_nav_cen ul li {
    margin-top: 1px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #a83638;
}

.In_nav_cen ul li a {
    color: white;
}

/* 右侧列表 */

.In_new1 {
    min-height: 576px;
}


.In_new {
    min-height: 400px;
    width: 100%;
    
}


.In_new ul {
    min-height: 420px;
    padding-left: 20px;
}

.In_new>ul>li {
    height: 40px;
    line-height: 40px;
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
}

.In_new>ul>li a {
    margin-left: 5px;
    align-items: center;
    height: 40px;
    width: 334px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    font-weight: bold;
}

.In_new ul li span {
    display: flex;
    float: right;
    font-size: 13px;
}

/* 内容页  */

.In_new .title {
    text-align: center;
}

.In_new .new_cen {
    text-indent: 2em;
    line-height: 1.5;
    white-space: normal;
    margin-left: 30px;
    margin-right: 30px;
}

.choice {
    margin-top: 40px;
    height: 20px;
}

.choice .l_pre {
    float: left;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.choice .l_nex {
    float: right;
    width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}