/** li.pengyang-v1.0.0 APP License By li.pengyang <li.pengyang@trs.com.cn> */
.control {
    background-color: #f7f8fa;
    overflow: hidden;
    position: relative
}

.control .EditionCenter {
    margin: 30px 120px;
    background-color: #fff;
    padding: 57px 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
}

.control .EditionCenter .EditionCenter-left {
    width: 100%;
    height: 100%;
    text-align: justify;
}

.control .EditionCenter .EditionCenter-left .topbox {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    font-weight: 400
}

.control .EditionCenter .EditionCenter-left .newsbox .newsbox-top {
    font-size: 24px;
    color: #0041A2;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 30px;
    position: relative;
    width: 100%
}

.control .EditionCenter .EditionCenter-left .newsbox .newsbox-top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E8E8E8;
    top: 50px
}

.control .EditionCenter .EditionCenter-left .newsbox ul {
    width: 100%;
    margin: 20px 0;
}

.control .EditionCenter .EditionCenter-left .newsbox ul li {
    display: block;
    height: auto;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-right: 0;
    color: #333;
    /* padding-left: 20px; */
    /* background: #eeeeee; */
}
.control .EditionCenter .EditionCenter-left .newsbox ul li ul {
    display: table;
    height: auto;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-right: 0;
    color: #333;
    /* border: 1px solid #eeeeee; */
}
.control .EditionCenter .EditionCenter-left .newsbox ul li ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 200px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 28px;
    color: #333;
    padding-left: 0;
    text-align: center;
    border: 1px solid #dddddd;
}

.control .EditionCenter .EditionCenter-left .newsbox ul li a {
    width: 200px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    background: #4f73a7;
    color: #ffffff;
    text-align: center;
}

.control .EditionCenter .EditionCenter-left .newsbox ul li ul li a {
    /* float: left; */
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    background: #fff;
    padding-left: 0px;
    color: #666666;
}
.control .EditionCenter .EditionCenter-left .newsbox ul li a:hover {
    color: #0041A2
}

.control .EditionCenter .EditionCenter-left .newsbox ul li p {
    float: right
}

.control .EditionCenter .EditionCenter-left .newsbox ul li ul li a:hover {
    color: #0041A2
}

.control .EditionCenter .EditionCenter-left .newsbox ul li ul li p {
    float: right
}

.control .EditionCenter .EditionCenter-left #pageNode {
    margin-top: 30px;
    float: right
}

.control .EditionCenter .EditionCenter-left #pageNode .laypage_main {
    /* width:400px; */
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.control .EditionCenter .EditionCenter-left #pageNode .laypage_main .laypage_prev {
    background: url(zuojiantou.png) 8px 8px no-repeat;
    line-height: 10000000px;
}

.control .EditionCenter .EditionCenter-left #pageNode .laypage_main .laypage_curr {
    width: 32px;
    height: 32px;
    margin: 0 10px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
    color: #952317;
}

.control .EditionCenter .EditionCenter-left #pageNode .laypage_main a {
    width: 32px;
    margin: 0 10px;
    height: 32px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
}

.control .EditionCenter .EditionCenter-left #pageNode .laypage_main .laypage_next {
    background: url(youjiantou.png) 8px 8px no-repeat;
    line-height: 10000000px;
}

.control .EditionCenter .EditionCenter-right {
    height: 100%;
    width: 25%;
    margin-left: 5%;
    padding-top: 70px
}

.control .EditionCenter .EditionCenter-right .EditionCenter-right-top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.control .EditionCenter .EditionCenter-right .EditionCenter-right-top img {
    height: 30px;
    display: inline-block
}

.control .EditionCenter .EditionCenter-right .EditionCenter-right-top .dangan {
    display: inline-block;
    font-size: 24px;
    color: #0041A2;
    font-weight: 600;
    margin-left: 30px
}

.control .EditionCenter .EditionCenter-right .EditionCenter-right-top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E8E8E8;
    top: 50px
}

.control .EditionCenter .EditionCenter-right .EditionCenter-right-list {
    width: 100%;
    margin-top: 40px
}

.control .EditionCenter .EditionCenter-right .EditionCenter-right-list li {
    margin-left: 70px;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-right: 64px;
    color: #333;
}

.control .EditionCenter .EditionCenter-left .newsbox .newsbox_top {
    font-size: 24px;
    color: #0041A2;
    line-height: 68px;
    letter-spacing: 0;
    font-weight: 600;
    position: relative;
    width: 100%;
    text-align: center;
}

.control .EditionCenter .EditionCenter-left .newsbox .new_html {
    font-size: 18px!important;
    line-height: 36px!important;
    font-family: Microsoft Yahei!important;
}

.control .EditionCenter .EditionCenter-right .EditionCenter-right-list li .active {
    color: #0041A2
}

.control .EditionCenter .EditionCenter-right .EditionCenter-right-list li a:hover {
    color: #0041A2
}
.control .EditionCenter .EditionCenter-left .newsbox .new_html p{
    font-size: 18px!important;
    line-height: 36px!important;
    font-family: Microsoft Yahei!important;
}
.control .EditionCenter .EditionCenter-left .newsbox .new_html span{
    font-size: 18px!important;
    line-height: 36px!important;
    font-family: Microsoft Yahei!important;
}
.control .EditionCenter .EditionCenter-left .newsbox .new_html font{
    font-size: 18px!important;
    line-height: 36px!important;
    font-family: Microsoft Yahei!important;
}