*{
    font-family: 'siyuanheiti';
    box-sizing: border-box;
}
.container>.row{
    margin: 0;
}
.container>.row>div{
    padding: 0;
}
.main {
	font-family: futura, sans-serif;
    overflow-x: hidden;
    background: transparent;
}
section{
    background: transparent;
    position: relative;
}
.wrap_1{
    width: 100%;
    height: 560px;
    background: url('/static/images/dynamic/bg-2.jpg');
    background-size: auto 100%;
    background-position-y: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_1>div>h1,p{
    width: 100%;
    color: white;
    text-align: center;
}
.wrap_1>div>p{
    font-size:20px;
    margin-top: 35px;
}
.wrap_1>div>h1{
    font-size:2.1rem;
    letter-spacing: .3rem;
}

.dynamicNav{
    width: 100%;
}
.dynamicNav>ul{
    display: flex;
    padding: 2rem 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.dynamicNav>ul>li{
    font-size: 20px;
    padding-right: 5%;
    box-sizing: border-box;
}
.dynamicNav>ul>li:hover{
    color: #a9288d;
    cursor:pointer;
}
.left{
    /* border-right:1px solid  #dcdcdc ; */
    padding: 0;
}
.left>div{
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
    display: none;
}
.left>div>.show{
    display: block;
}
.left>div>.left-content:first-child{
    border-top:1px solid  #dcdcdc;
    border-bottom:1px solid  #dcdcdc;
}

.left-content{
    /* display: flex; */
    /* height: 205px; */
    padding: 1rem 0;
    box-sizing: border-box;
}
.left-content>dt{
    padding: 0;
    height: 100%;
}
.left-content>dt>a>img{
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.left>div>.left-content dd h1 a{
    color: #333 !important;
}
.left-content>dd{
    display: flex;
    height: 162px;
    flex-direction: column;
    justify-content: space-between;
}
.left-content>dd>h1{
    font-size: 18px;
    font-weight: bold;
    cursor:pointer;
    overflow: hidden;
    /*文本不会换行*/
    white-space: nowrap;
    /*当文本溢出包含元素时，以省略号表示超出的文本*/
    text-overflow: ellipsis;

}
.left>div>.left-content dd h1 a:hover{
    color: #a9288d !important;
}
.left-content>dd>div:nth-child(2){
    height: 45px;
    color: #666;
    font-size:16px;
    overflow: hidden;
    /*将对象作为弹性伸缩盒子模型显示*/
    display: -webkit-box;
    /*设置子元素排列方式*/
    -webkit-box-orient: vertical;
    /*设置显示的行数，多出的部分会显示为...*/
    -webkit-line-clamp: 2;
    margin-top: -50px;
}

.left-content>dd>div:nth-child(3){
    display: flex;
    /* justify-content: space-between; */
    font-size: 12px;
}
.tagBox{
    display: flex;
    align-items: center;
}
.tagBox>span{
    color: #676767;
    background: #f8f8f8;
    /* width: 80px; */
    padding: 3px 10px;
    box-sizing: border-box;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
}
.time{
    flex: 1;
    display: flex;
    justify-content: space-between;
    /*padding-left: 1rem;*/
    box-sizing: border-box;
}
.time>span{
    padding: 3px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.time>span>img{
    margin-right: 5px;
}
.time>span:first-child{
    color: #999;
    padding: 3px 0;
    box-sizing: border-box;
}
.time>span:last-child{
    color: #a9288d;
}

.right{
    background: white;
    /*padding-left:20px ;*/
    padding: 0;
    box-sizing: border-box;
}
.paging{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 0;
    box-sizing: border-box;
}
.checked{
    color: #a9288d;
}
.inpBox{
    width: 100%;
    display: flex;
}
.inpBox>input{
    width: 86%;
    height: 30px;
    margin: 0;
    text-indent: 10px;
    font-family: '微软雅黑';
}
.inpBox>button{
    width: 14%;
    height: 30px;
    border: 0;
    outline: none;
    background: #a9288d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.babel,.article{
    width: 100%;
    border: 1px solid #dcdcdc;
    margin-top: 30px;
    padding: 10px;
}
.babel>h1,.article>h1{
    padding:10px 0 10px;
    box-sizing: border-box;
}
.babel>h1>img,.article>h1>img{
    margin-right: 10px;
}
.babel>h1>img{
    width: 18px;
}
.article>h1>img{
    width: 15px;
}
.babel>div{
    display: flex;
    flex-wrap: wrap;
}
.babel>div>span{
    display: block;
    width: 70px;
    text-align: center;
    padding: 3px 0;
    box-sizing: border-box;
    background: #f8f8f8;
    color: #666;
    border-radius: 15px;
    font-size: 12px;
    /*margin-right: 20px;*/
    margin:5px 3px;
    cursor:pointer;
}
.articleList{
    font-size: 14px;
    color: #333;
    list-style-type: disc;
}
.articleList>li{
    color: #000;
    cursor:pointer;
    height: 25px;
    line-height: 25px;
    list-style-position:inside;
    overflow: hidden;
    /*文本不会换行*/
    white-space: nowrap;
    /*当文本溢出包含元素时，以省略号表示超出的文本*/
    text-overflow: ellipsis;
}
.articleList>li>a{
    color: #333333 !important;
}
.articleList>li:hover a{
    color:#a9288d !important;
}
.paginglist{
    display: flex;
}
.paginglist>button{
    width: 80px;
    height: 30px;
    background: #e6e6e6;
    color: #333;
    margin:0 10px;
    cursor:pointer;
}
.paginglist>li{
    width: 30px;
    height: 30px;
    background: #e6e6e6;
    color: #333;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    cursor:pointer;

}
.paginglist>.zhong{
    background: #a9288d;
    color: #fff
}
.babelChecked{
    background: #a9288d !important;
    color: #fff !important
}
.row{
    margin: 0;
}
@media (min-width:741px){
    .left>div>.left-content{
        height: 205px;
        border-bottom:1px solid  #dcdcdc;
    }
    .left-content>dt>a{
        height: 100%;
        display: flex;
        justify-content: center;
        padding: 0 !important;
    }
}

@media (max-width:741px),(max-width:1200px){
    .left>div>.left-content{
        /*height: 205px;*/
        border-bottom:1px solid  #dcdcdc;
    }
    .wrap_1>div>p{
        font-size:16px;
        /*line-height: 50px;*/
        padding: 0 30px;
        margin-top: 10px;
    }
    .wrap_1>div>h1{
        font-size:30px;
        letter-spacing: .3rem;
    }
	.wrap_1{
        min-height: 50vh;
        height: 50vh;
        background-size: auto 100%;
        background-position-x: 70%;
    }
    .dynamicNav>ul{
        width: 100%;


    }
    .dynamicNav>ul::-webkit-scrollbar{
        display: none;
    }
    .dynamicNav>ul>li{

        text-align: center;
        padding: 0 15px;
        font-size: 16px;
        line-height: 30px;
    }
    .wrap_2{
        padding: 0 !important;
    }
    .left-content>dt{
        width: 100%;
        height: 195px;
    }
    .left-content dt>a{
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .left-content dt>a>img{
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .left>div{
        padding-right: 0;
    }
    .left{
        padding: 0 15px;
    }
    .left-content{
        padding: 15px 0 !important;
        box-sizing: border-box;
    }
    .left-content dt,dd{
        padding: 0 !important;
    }
    /*.left-content>dt{*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    height: 100%;*/
    /*    padding: 0 !important;*/
    /*}*/
    .left-content>dd>h1{
        margin-top: 10px;
    }
    .left-content>dd>div:nth-child(2){
        margin-top: -30px;
    }
    .pagination>li>a{
        margin: 5px;
    }
    .pagination>li>a{
        background-color: #e6e6e6 ;
        color : #333;
    }
    .pagination>li>a:hover{
        background-color: #a9288d;
        color: #fff
    }
    .paging{
        padding: 25px 0;
    }
    .left-content dd h1 a{
        line-height: 25px;
    }
    .left{
        border: 0;
    }
}
