body {
    font-size: 16px;
    font-family: 微软雅黑;
    color: #333;
    box-sizing: border-box;
    background: #fff;
}
a:hover, a:focus{
    transition: none;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a{
    color: #333;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: table
}
.clearfix:after {
    clear: both
}
input:focus{
    outline: none;
}
nav {
    width: 100%;
    height: 80px;
    background: #004FDF;
}
.nav {
    width: 1440px;
    margin: 0 auto;
}
.nav ul {
    display: flex;
    justify-content: space-evenly;
}
.nav ul li a {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 80px;
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.nav ul li a.hover {
    border-bottom: 4px solid #49E8FE;
    font-weight: 600;
}

/**主要内容**/
.tywzy_cont_box{
    width: 100%;
    padding-bottom: 60px;
}
.tywzy_cont{
    width: 1440px;
    margin: 0 auto;
}
.dqwz_box{
    width: 100%;
    height: 90px;
    padding-top: 30px;
    margin-bottom: 30px;
    background: url("../images/fgx.png") bottom center no-repeat;
}
.dqwz{
    width: 100%;
    display: flex;
    height: 32px;
    line-height: 32px;
}
.dqwz span{
    padding-left: 40px;
    background: url("../images/dqwz.png") left center no-repeat;
}
.dqwz a{
    padding: 0 10px;
}
.dqwz>span+a{
    padding-left: 0;
}
.dqwz a.dqwz_hover{
    color: #3366CC;
}
.wzy_z{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
}
/*文章页左侧部分*/
.wzy_left{
    width: 960px;
    padding-bottom: 60px;
}
.zwy_title{
    width: 100%;
    line-height: 52px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    padding-left: 100px;
    margin-bottom: 20px;
}
.zwy_zw{
    width: 100%;
    display: flex;
}
.fx_time{
    width: 130px;
    padding-right: 58px;
}
.zw_cont{
    width: 830px;
}
.zw_time{
    width: 100%;
}
.zw_time_phone{
    display: none;
}
.zw_time span:first-child{
    display: block;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #004FDF;
    line-height: 36px;
    font-size: 36px;
    color: #004FDF;
    text-align: center;
}
.zw_time span:last-child{
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #004FDF;
    text-align: center;
}
.zw_fenxiang{
    margin-top: 30px;
}
.zw_fenxiang>span{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #999;
    line-height: 22px;
}
.social-share .icon-weibo{
    background: url("../images/weibo.png") center no-repeat;
}
.social-share .icon-wechat{
    background: url("../images/wechat.png") center no-repeat;
}
.social-share .icon-qzone{
    background: url("../images/qzone.png") center no-repeat;
}
.social-share{
    text-align: center;
}
.social-share .social-share-icon{
    display: block;
    margin: 10px auto;
}
.social-share .icon-wechat,.social-share .icon-qzone,.social-share .icon-weibo{
    width: 32px;
    height: 32px;
}
.zw_ly{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.zw_ly span{
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.zw_ly span a{
    color: #999;
}
.zw_zw p{
    line-height: 32px;
    text-align: justify;
    font-size: 15px;
}
.zw_zw span{
    line-height: 32px;
}
.zw_zw img{
    max-width: 100% !important;
    object-fit: cover !important;
    height: auto !important;
}
/*文章页右侧部分*/
.wzy_right{
    width: 420px;
}
.wzy_tit{
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #ccc;
}
.wzy_tit span{
    display: inline-block;
    height: 52px;
    font-size: 24px;
    font-weight: 600;
    color: #004FDF;
    line-height: 32px;
    border-bottom: 4px solid #004FDF;
}
/*图片新闻*/
.ty_tpxw_box{
    width: 100%;
}
.ty_tpxw{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    background: #E8F2FF;
}
.tpxw_Swiper{
    width: 100%;
    position: relative;
    height: 422px;
}
.tpxw_Swiper .swiper-slide img{
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.tpxw_Swiper .swiper-slide a{
    display: flex;
    flex-wrap: wrap;
}
.tpxw_Swiper .swiper-slide span{
    width: 100%;
    padding: 18px 20px 0;
    font-size: 20px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #004FDF;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}
/*最近更新*/
.ty_zjgx_box{
    width: 100%;
    margin-top: 30px;
}
.ty_zjgx{
    width: 100%;
    margin-top: 20px;
}
.ty_zjgx li{
    width: 100%;
    min-height: 46px;
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
}
.ty_zjgx li:last-child{
    padding-bottom: 0;
}
.ty_zjgx li:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #A9C1FF;
    position: absolute;
    left: 0;
    top: 6px;
    background: #fff;
}
.ty_zjgx li:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #D8D8D8;
    position: absolute;
    left: 4px;
    top: 0;
}
.ty_zjgx li a{
    display: block;
    line-height: 24px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ty_zjgx li span{
    display: block;
    line-height: 22px;
    color: #999;
}