body{
    background: url("/statics/wanyuan/images/sfjzt/bg.jpg") no-repeat;
    background-size: cover;
}
.container{
    margin:auto;
    width:1200px;
}

.container .container-head{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    width:1200px;
    height:364px;
    /* background-color: aquamarine; */
}
@font-face {
    font-family: 'ZhenyanGB Regular' !important;
    src: url('../font/ZhenyanGB Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
a{
    text-decoration: none;
    color:#333333;
}

.container .container-head .head-title{
    font-family: 'ZhenyanGB Regular','sans-serif';
    font-size: 48px;
    color:white;
    line-height:56px;
    letter-spacing: .2em;
    font-weight: bolder;
}

.container .container-head .head-subtitle{
    margin-top:20px;
    font-size: 24px;
    color:white;
    background-image: linear-gradient(to right,#0044CF,#217AF9);
    background-color: transparent;
    padding: 12px 24px;
    border-radius: 24px;
    letter-spacing: .2em;
}

.container-main{
    width:1200px;
    background-color: white;
    min-height:1000px;
    border-radius: 20px;
    position: relative;
    padding: 38px;
    box-sizing: border-box;
}

.container-main .main-title{
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
    font-family: "Microsoft Ya Hei";
}
.divider{
    margin-top:12px;
    width: 1118px;
    height: 1px;
    background-color: #e6e9ef;
}

.main-content .content-title{
    width: 100%;
    height: 48px;
    line-height: 49px;
    border-radius: 24px;
    /* background-color: #e1edff; */
    background-image: linear-gradient(90deg, #e1edff, #ffffff);
    margin-bottom:20px;
}

.main-content .content-title .title-txt{
    padding-left:48px;
    box-sizing: border-box;
    font-size: 20px;
    /* letter-spacing: 1px; */
    line-height: 49px;
    color: #0049ed;
    font-weight: bold;
    font-family: "Microsoft Ya Hei";
}
.main-content .content-title .title-img{
    vertical-align: middle;
    height:26px;
}

.content-info{
    color:#333333;
}

.content-info ul li{
    margin:20px 10px;
}
.content-info ul li a{
    display: inline-block;
    width:1000px;
    text-decoration: none;
    overflow: hidden; /* 超出部分隐藏 */
    white-space: nowrap; /* 文本不换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    color:#333333;
}

.content-info ul li .time{
    float:right;
}

.paginate{
    width:472px;
    margin:auto;
    margin-top:60px;
    display: flex;
    justify-content: space-evenly;
    transform: translateX(-50%);
    position: absolute;
    bottom: 40px;
  	left:50%;
}

.paginate .btn{
    box-sizing: border-box;
    border:1px solid #8d9fd0;
    padding:8px 12px;
    font-size:14.4px;
}

.paginate a{
    display: inline-block;
    text-decoration: none;
    color:#333333;
}