﻿@charset "utf-8";
.banner{
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
main{
    margin: 45px 0;
    opacity: 0;
    visibility: hidden;
    min-height: 510px;
}
main.animation{
    opacity: 1;
    visibility: visible;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
/* 左侧导航 */
.left_nav {
    width:250px;
}
.left_nav h2{
    width: 100%;
    height: 80px;
    background: #d9242a;
    line-height: 80px;
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-bottom: 2px solid #fff;
}
.left_nav ul {
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(0,0,0,0.1);
}
.left_nav ul li a {
    display: block;
    font-size: 17px;
    line-height: 25px;
    padding: 10px 10px 10px 30px;
    position: relative;
    color: #000000;
    border-bottom: 1px solid #f5f5f5;
}
.left_nav ul li:last-of-type a{
    border-bottom: 0;
}
.left_nav ul li.on>a,.left_nav ul li:hover>a {
    color: #fff;
    background: #d9242a;
    border-bottom: 1px solid #d9242a;
}
.left_nav ul li{
    position: relative;
}
.left_nav li strong.phone_arrow{
    display:block;
    height: 46px;
    line-height: 46px;
    width: 60px;
    text-align:center;
    font-size:21px;
    font-weight:bold;
    position:absolute;
    right:0;
    top:0;
    color: #000;
    z-index:33;
    cursor:pointer;
    transition:all 0.3s ease-in-out;
}
.left_nav ul li.on strong.phone_arrow,.left_nav ul li:hover strong.phone_arrow{
    color: #fff;
}
.left_nav ul li .twoJ_menu a{
    font-size: 15px;
    padding: 10px 10px 10px 50px;
    border-bottom: none;
    line-height: 20px;
    box-sizing: border-box;
    text-indent: 0;
    position: relative;
}
.left_nav li .twoJ_menu a:hover,.left_nav ul li .twoJ_menu a.hover{
    color: #d9242a;
    font-weight: bold;
}
.left_nav li .twoJ_menu a:hover span,.left_nav ul li .twoJ_menu a.hover span{
    border-bottom:2px solid #d9242a;
}
.twoJ_menu{
    display: none;
    border-bottom: 1px solid #fff;
}
.left_nav ul li.on .twoJ_menu{
    display:block;
}

/* 右侧内容 */
main .right{
    width: calc(100% - 300px);
    margin-left: 50px;
}
main .right .right_top{
    padding-bottom: 10px;
    border-bottom: 1px solid #d9242a;
}
main .right .right_top h2{
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    font-weight: normal;
}
main .right .right_top p,main .right .right_top p a{
    display: inline-block;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
}
main .right .right_top p a:hover{
    color: #d9242a;
}
.img_list{
    display: flex;
    justify-content: space-between;
}
.img_list li{
    width: 48%;
    margin: 30px 0;
}
.img_list li a{}
.img_list li a .fr{
    float: none;
}
.img_list li a .fr img{
    min-height: 290px;
}
.img_list li a .tit{
    font-size: 20px;
}
.img_list li a .tit span{
    display: block;
    color: #999;
    font-size: 17px;
    margin: 10px 0;
}
/* 文字列表页 */
ul.txt_list li a{
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px dashed #d6d6d6;
    padding-left: 20px;
    background: url(../img/dian.png) no-repeat 5px center;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.txt_list li a span{
    font-size: 14px;
    color: #adadad;
    padding-left: 20px;
    display: block;
}
ul.txt_list li a:hover{
    color: #d9242a;
    text-indent: 10px;
}

/* 单篇正文页 */
.dp{
    margin-top: 30px;
}
.dp p{
    font-size: 16px!important;
    line-height: 32px;
    text-indent: 2em;
    margin-bottom: 15px;
    color: #302c2b;
    text-align: justify;
}

/* 文章内容页 */
.content_nr h2{
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: center;
    color: #333333;
    position: relative;
    margin-top: 20px;
}
.content_nr h2::before{
    position: absolute;
    display: block;
    content: "";
    width: 80%;
    height: 1px;
    background: #f0f3f7;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* 文章信息 */
.content_nr .wzxx{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 0;
    padding: 20px 0;
    box-sizing: border-box;
}
.content_nr .wzxx p{
    display: inline-block;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 33px;
}
.content_nr .con_sub{
    padding: 0 0 12px;
}
.content_nr .con_sub p{
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    text-indent: 2em;
    margin-bottom: 15px;
    text-align: justify;
}
.content_nr .con_sub p.vsbcontent_img img,.content_nr .con_sub img{
    display: block;
    width: auto;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}
.content_nr .next_prev{
    margin: 25px 0 0;
    width: 100%;
    padding: 0 40px;
    height: 86px;
    box-sizing: border-box;
    border-radius: 86px;
    background: #fff;
    box-shadow: 0 0 5px 2px #f9f9f9;
}
.content_nr .next_prev p{
    width: 50%;
}
.content_nr .next_prev p a{
    display: block;
    width: 100%;
    line-height: 86px;
    font-size: 16px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_nr .next_prev p.fr a{
    text-align: right;
}
.content_nr .next_prev p a:hover{
    color: #d9242a;
}

/* 检索结果 */
.search .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-top: 20px;
}
.search .serBox .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}
.search .serBox .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #d9242a;
    font-size: 18px;
    border-radius: 0;
}
.search ul {
    padding-bottom: 30px;
}

.search ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0 10px;
}
.search ul li a {
    display: block;
}
.search ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search ul li a:hover h3 {
    color: #d9242a;
}
.search ul li a:hover p {
    color: #3d3d3d;
}
.search ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    color: #555555;
    line-height: 24px;
}
.search ul li a span.time {
    color: #999;
    margin-top: 15px
}
/* 媒体查询 */
@media only screen and (max-width: 1500px){
    .cpyj_sub li p.img{
        width:140px;
    }
    .cpyj_sub li p.con{
        width:calc(100% - 140px);
    }
}
@media only screen and (max-width: 1240px){
    .left_nav {
        width:220px;
    }
    main .right{
        margin-left: 30px;
        width: calc(100% - 250px);
    }

}
@media only screen and (max-width: 1024px){
    main{
        margin:30px 0;
    }
    .left_nav{
        width:100%;
    }
   .left_nav h2{
        width:100%;
        background: #d9242a;
        background-origin: content-box;
        line-height: 48px;
        height: 48px;
        font-size: 18px;
        text-align: left;
        padding: 0 15px;
        box-sizing: border-box;
        border-bottom: none;
        position: relative;
    }
    main .right,main .left{
        width:100%;
        margin-left:0;
    }
    main .right{
        margin-top:20px;
    }
    .left_nav ul{
        display:none;
    }
    .left_nav .menus_sub {width: 30px;height: 30px;display: block;right: 15px;top: 5px;overflow: hidden;z-index: 10000;cursor: pointer;position: absolute;transition: all 0.4s ease;}
	.left_nav .menus_sub span {float: left;width: 12px;background: #fff;transition: all 0.4s ease;margin-top: 7px;height: 2px;}
	.left_nav .menus_sub span:nth-child(1) {transform: rotate(45deg);margin-top: 20px;margin-left: 5px;}
	.left_nav .menus_sub span:nth-child(2) {transform: rotate(-45deg);margin-top: -2px;margin-left: 12px;}
	.left_nav .menus_sub.open{transform:rotate(180deg);top: 16px;}
    .img_list{
    display: block;
    justify-content: space-between;
    }
    .img_list li{
        width: 100%;
        margin: 30px 0;
    }
    .img_list li a{}
    .img_list li a .fr{
        float: none;
    }
    .img_list li a .fr img{
        min-height: auto;
        width: 100%;
    }
    .img_list li a .tit{
        font-size: 17px;
    }
    .img_list li a .tit span{
        display: block;
        font-size: 15px;
    }

}
@media only screen and (max-width: 768px){
    main{
        margin:20px 0;
    }
    main .right{
        margin-top:10px;
    }
    .left_nav .menus_sub{
        top: -2px;
    }
    .left_nav .menus_sub.open{
        top: 9px;
    }
    .left_nav h2{
        line-height: 36px;
        height: 36px;
        font-size: 16px;
    }
    .left_nav li strong.phone_arrow{
        height:36px;
        line-height:36px;
    }
    .left_nav ul li a{
        line-height: 36px;
        font-size: 14px;
        text-indent: 20px;
    }
    .left_nav ul li .twoJ_menu a{
        padding: 8px 8px 8px 30px;
        font-size: 13px;
    }
    .dp{
        margin-top:20px;
    }
    .dp p{
        font-size: 14px!important;
        line-height: 24px;
        margin-bottom: 5px;
    }
    #vsb_content video{
        max-width:100%;
    }
    main .right .right_top{
        padding-bottom:5px;
    }
    main .right .right_top h2{
        font-size: 18px;
    }
    main .right .right_top p.dqwz{
        margin-top: 5px;
        display: block;
    }
    main .right .right_top p, main .right .right_top p a{
        font-size:13px;
    }
    ul.img_list li{
        margin-bottom: 10px;
    }
    ul.img_list li a span.tit{
        font-size: 16px;
        line-height: 30px;
    }
    ul.img_list li a span.txt{
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        margin: 0;
    }
    ul.img_list li a span.time{
        line-height: 24px;
        font-size: 13px;
    }
    ul.img_list li.btt a img{
        width:140px;
        height:95px;
    }
    ul.img_list li.btt a p.con{
        width:calc(100% - 140px);
    }
    .pb_sys_common{
        margin-top:20px!important;
    }
    ul.txt_list li a{
        line-height: 42px;
        font-size: 14px;
        padding-left: 15px;
    }
    ul.txt_list li a span{
        font-size: 12px;
        padding-left: 0;
    }
    .vsbcontent_img img, #vsb_content p.vsbcontent_img img, #vsb_content img.img_vsb_content, img.img_vsb_content{
        max-width:100%;
    }
    #vsb_content table{
        width:auto;
        max-width:100%;
    }
    .content_nr h2{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .content_nr .wzxx{
        padding:0;
    }
    .content_nr .con_sub p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .content_nr .next_prev{
        padding: 0;
        box-shadow: none;
        height: auto;
        margin-top: 10px;
    }
    .content_nr .next_prev p{
        float:none;
        width: 100%;
    }
    .content_nr .next_prev p a{
        line-height: 34px;
        font-size: 14px;
    }
    .content_nr .next_prev p.fr a{
        text-align:left;
    }
}
@media only screen and (max-width: 460px){
    .content_nr h2{
        font-size: 18px;
        padding-bottom: 10px;
    }
}