@charset "UTF-8";
.ny_banner{
    animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.ny_banner img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 220px;
    object-fit: cover;
}
main{
    margin: 30px 0;
 animation: 0.8s ease 0.8s 1 normal backwards running fadeInUp;
}
/* 左侧导航 */
.left_dh{
    width: 355px;
    padding: 25px;
    box-sizing: border-box;
    height: auto;
    background: url(../img/left_dh_bg.png) no-repeat top center;
    position: relative;
}
.left_dh p.btn_one{
    display:flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    width:100%;
    height:98px;
    background: url(../img/lmmc_bg.png) no-repeat center;
    background-size: 100% 100%;
    left:0;
    bottom: 100%;
    transform: translateY(-30px);
}
.left_dh p.btn_one img{
    display:block;
    width: 46px;
    height:auto;
}
.left_dh p.btn_one span{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 46px;
    margin-left: 25px;
}
.left_dh ul{
    display: block;
    background: #fff;
    padding-bottom: 80px;
    box-shadow: 0 0 16px 5px rgba(8,1,3,0.1);
}
.left_dh ul li a{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    padding: 15px 50px 15px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    background: url(../img/left_dh_icon1.png) no-repeat right 35px center;
}
.left_dh ul li:last-of-type a{
    border-bottom: none;
}
.left_dh ul li a.hover,.left_dh ul li a:hover{
    color: #b81009;
    font-weight: bold;
    background: url(../img/left_dh_icon2.png) no-repeat right 35px center;
}

/* 右侧内容 */
.right_con{
    width: calc(100% - 420px);
}

/* 单篇 */
.dp{
    margin-top: 30px;
}
.dp .content{margin-top:30px;}
.dp h2.bt{
    font-size: 35px;
    color: #131313;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.dp h3.fbt{
    font-size: 16px;
    color: #131313;
    line-height: 20px;
    text-align: center;
}
.right_con .content p,.right_con .content span{
    color:#000;
    font-family:仿宋, 仿宋_GB2312;
    FONT-SIZE: 14pt!important;
    text-align: justify;
    text-indent: 2em!important;
    line-height: 2!important;
}
#vsb_content table{ 
    border: 0px;
    border-left:1px solid #ddd; 
    border-top:1px solid #ddd;
    width:80%;
    margin:20px auto
}
#vsb_content table tr td{ 
    border-left:0px; 
    text-align: center;
    border-top:0px;
    line-height: 23px;
    padding: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid; 
    border-bottom-style: solid; 
    border-right-color: #ddd; 
    border-bottom-color: #ddd; 
}
#vsb_content table tr td p{
    text-indent:0em!important; 
    padding:0px; 
    margin:0px; 
    text-align:center;
}
.right_con .content p{
    text-indent: 2em!important;
    text-align: justify;
}
.right_con .content p.vsbcontent_img img{
    display: block;
    /*width: auto!important;*/
    height: auto!important;
    min-width: 800px;
    max-width: 80%;
    margin: 0 auto;
}
.right_con .content iframe{
    display:block;
    margin:0 auto;
    max-width: 85%;
}
/* 内容页 */
.nr_con h2.bt{
    font-size: 32px;
    color: #010101;
    margin: 30px 0;
    line-height: 35px;
    text-align: center;
}
.nr_con div.wzxx{
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin-bottom: 30px;    
}
.nr_con div.wzxx p{
    font-size: 14px;
    line-height: 45px;
    color: #818181;
}

/* 列表页 */
.list ul li{
    margin-top: 30px;
}
.list ul li a{
    display: block;
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
    background: #fff url(../img/mtgy_icon.png) no-repeat right center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px 6px rgba(0,60,112,0.1);
}
.list ul li a p.time{
    width: 90px;
    height: auto;
    background: #8f130c;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
}
.list ul li a p.time span{
    display: block;
    font-size: 24px;
}
.list ul li a p.more{
    width: 100px;
    font-size: 16px;
    color: #373535;
    line-height: 35px;
    padding-right: 30px;
    background: url(../img/list_more.png) no-repeat right center;
    box-sizing: border-box;
}
.list ul li a p.con{
    width: calc(100% - 260px);
}
.list ul li a p.con span{
    display: block;
}
.list ul li a p.con span.tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.list ul li a p.con span.txt{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
}
.list ul li a:hover p.con span.tit{
    color: #8f130c;
}
.list ul li a:hover p.con span.txt{
    color: #333;
}

/*search*/
.searchWrap {
    min-height: 600px;
    background: #fff;
    margin-top: 35px;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #7c120e;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.searchWrap ul li a:hover h3 {
    color: #7c120e;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
    color: #333;
    line-height: 25px;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 0;
    display: block;
}

/* 专题网站 */
.list_link ul li{
    float:left;
    width: 22%;
    margin-right: 4%;
}
.list_link ul li:nth-of-type(4n){
    margin-right:0;
}
.list_link ul li a{
    display:block;
    width:100%;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    border: 1px  solid #d4d4d4;
    text-align: center;
    margin-top: 30px;
    box-sizing: border-box;
    position:relative;
    font-size: 16px;
}
.list_link ul li a span{
    display: block;
    width: 90%;
    height: auto;
    line-height: 22px;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.list_link ul li a:hover{
    background:#7c120e;
    color:#fff;
    border:1px solid #7c120e;
}

/* 媒体查询 */
@media only screen and (max-width: 1640px){}

@media only screen and (max-width: 1400px){
    .left_dh{
        width:285px;
        padding: 20px 10px;
    }
    .right_con{
        width:calc(100% - 325px);
    }
    .left_dh ul li a{
        padding: 15px 45px 15px 25px;
        background: url(../img/left_dh_icon1.png) no-repeat right 25px center;
    }
    .left_dh ul li a.hover, .left_dh ul li a:hover{
        background: url(../img/left_dh_icon2.png) no-repeat right 25px center;
    }
    .left_dh p.btn_one{
        height: 72px;
    }
    .left_dh p.btn_one img{
        width: 34px;
    }
    .left_dh p.btn_one span{
        font-size: 26px;
        line-height: 34px;
        margin-left: 20px;
    }
    .dp{
        margin-top: 10px;
    }
    .dp .content{
        margin-top: 10px;
    }
    .dp h2.bt{
        font-size:26px;
        margin-bottom: 0;
    }
    .nr_con h2.bt{
        font-size: 26px;
        margin: 15px 0;
    }
    .nr_con div.wzxx{
        margin-bottom:15px;
    }
    .nr_con div.wzxx p{
        line-height: 40px;
    }
    .dp h3.fbt{
        font-size:15px;
    }
    .right_con .content p{
    }
    .right_con .content p.vsbcontent_img img{
        min-width:auto;
    }
    .list_link ul li{
        width: 23.5%;
        margin-right: 2%;
    }
    .list_link ul li a{
        margin-top:0;
        margin-bottom:20px;
    }
    .list ul li a{
        padding: 20px;
    }
    .list ul li{
        margin-top:0;
        margin-bottom:25px;
    }
}

@media only screen and (max-width: 1240px){
   .left_dh{
        width:245px;
    }
    .right_con{
        width:calc(100% - 275px);
    }
    .left_dh ul li a{
        padding: 10px 45px 10px 25px;
        font-size: 16px;
    }
    .left_dh ul{
        padding-bottom:0;
    }
    #vsb_content table{
        width:90%;
    }
    .list_link ul li{
        width: 32%;
        margin-right: 2%;
    }
    .list_link ul li:nth-of-type(4n){
        margin-right: 2%;
    }
    .list_link ul li:nth-of-type(3n){
        margin-right:0;
    }
    .list ul li{
        margin-bottom:20px;
    }
}
@media only screen and (max-width: 960px){
    .left_dh,.right_con{
        width:100%;
    }
    .left_dh{
        background:#fff;
        padding: 0;
    }
    .left_dh p.btn_one{
        position: static;
        background: #7c120e;
        display: block;
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        transform: translateY(0);
    }
    .left_dh p.btn_one img{
        display:none;
    }
    .left_dh p.btn_one span{
        margin-left: 0;
        font-size: 20px;
        line-height: 48px;
    }
    .left_dh ul{
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
    }
    .right_con{
        margin-top:20px;
    }
    .right_con .content p.vsbcontent_img img{
        max-width:90%;
    }
    #vsb_content table{
        width:100%;
        margin:10px auto;
    }
}
@media only screen and (max-width: 768px){
    .left_dh p.btn_one span{
        font-size: 17px;
        line-height: 42px;
    }
    .dp{
        margin-top:0;
    }
    .dp h2.bt{
        font-size: 22px;
        line-height: 30px;
    }
    .dp h3.fbt{
        font-size: 14px;
    }
    .nr_con h2.bt{
        font-size: 22px;
        margin: 10px 0;
        margin-top: 0;
    }
    .nr_con div.wzxx{
        margin-bottom: 10px;
    }
    .nr_con div.wzxx p{
        line-height: 36px;
        font-size: 12px;
    }
    .right_con .content p, .right_con .content span{
        font-size: 14px!important;
        line-height: 24px!important;
    }
    .right_con .content p.vsbcontent_img img{
        max-width:98%;
    }
    #vsb_content table{
        margin:5px auto;
    }
    .list_link ul li{
        width: 48%;
        margin-right: 4%;
    }
    .list_link ul li:nth-of-type(3n){
        margin-right: 4%;
    }
    .list_link ul li:nth-of-type(2n){
        margin-right:0;
    }
    .ny_banner img{
        min-height:150px;
    }
    .list ul li a{
        padding: 15px;
    }
    .list ul li a p.time{
        width: 70px;
        font-size: 14px;
        line-height: 25px;
    }
    .list ul li a p.time span{
        font-size: 20px;
    }
    .list ul li a p.more{
        width: 85px;
        font-size: 14px;
        padding-right: 25px;
    }
    .list ul li a p.con{
        width: calc(100% - 185px);
    }
    .list ul li a p.con span{
        display: block;
    }
    .list ul li a p.con span.tit{
        font-size: 16px;
    }
    .list ul li a p.con span.txt{
        font-size: 12px;
        line-height: 20px;
        max-height: 40px;
    }
}
@media only screen and (max-width: 540px){
    main{
        margin:20px 0;
        min-height: 155px;
    }
    .right_con{
        margin-top:10px;
    }
    .dp h2.bt{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .dp h3.fbt{
        font-weight: normal;
    }
    .nr_con h2.bt{
        font-size: 20px;
        line-height: 30px;
    }
    .nr_con div.wzxx{
    padding: 0 10px;
    }
    .left_dh p.btn_one span{
        line-height: 38px;
        font-weight: normal;
    }
    .left_dh p.btn_one{
        padding:0 10px;
    }
    .list ul li a p.more{
        display:none;
    }
     .list ul li a p.con{
        width: calc(100% - 85px);
    }
    .list ul li{
        margin-bottom:0;
        margin-top:15px;
    }
}
@media only screen and (max-width: 440px){
    .list_link ul li{
        width: 100%;
        margin-right: 0%;
    }
    .list_link ul li a{
        margin-bottom:0;
        margin-top:15px;
        height: 48px;
        font-size: 15px;
    }
}