body{
    padding: 0;
    margin: 0;
    background: #ffffff;
}

p{
    margin: 0;
    padding: 0;
}

ul{
    list-style: none;
}

input{
    border: none;
    outline: none;
}

a{
    text-decoration: none;
}


.button-top{
    width: 40px;
    height: 40px;
    background: #0056B7;
    position: fixed;
	right: 10%;
	bottom: 20%;
	z-index: 1000;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    margin-top: 37px;
    margin-bottom: 35px;
}

.top-logo{
    height: 100%;
}

.top-right{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 300px;
    height: 40px;
    border: 1px solid #DCDCDC;
}

.top-input{
    width: 220px;
    margin: 0 auto;
    color: #333333;
    border: none;
    outline: none;
    font-size: 16px;
}

.top-input::placeholder{
    color: #999999;
}

.top-sousuo{
 width: 60px;
 height: 42px;
 background: #0056B7;
 text-align: center;
 line-height: 48px;
 cursor: pointer;
 display: flex;
 justify-content: center;
 align-items: center;
}

.top-sousuo img{
    width: 20px;
    height: 20px;
}

.top-bg{
    width: 100%;
    height: 572px;
}

.top-bg img{
    width: 100%;
    height: 100%;
}

.daohang{
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #0056B7 0%, #0065D6 100%);
}

.daohang ul{
    width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.daohang ul li{
    float: left;
    width: 153px;
    height: 96px;
    color: #ffffff;
    background: transparent;
    border-top:4px solid transparent;
    text-align: center;
}

.daohang ul li:hover{
    background: #00438F;
    border-top:4px solid #1985FF;
}

.daohang ul li a{
 color: #ffffff;
 width: 153px;
 height: 96px;
 display: block;
 text-decoration: none;
}

.daohang-top{
    font-size: 20px;
    padding-top: 28px;
}

.daohang-bottom{
    font-size: 12px;
}

.content{
    background:url(/upload/images/2021/12/content-bg.png) no-repeat center/100% 100%;
    width: 100%;
    height: 620px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.new-content{
    width: 1400px;
    margin: 0 auto;
    /* display: flex;
    justify-content: start;
    align-items: center; */
    position: relative;
}

.text-bg{
    width: 626px;
    height: 404px;
    margin-top: 108px;
}

.content-right{
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-left: -25px;
    position: absolute;
    left: 45%;
    top: 28%;
}

.content-text{
    width: 806px;
    height: 328px;
    background: #FFFFFF;
    padding-left:25px;
}

.content-name{
    font-size: 30px;
    font-family: STZhongsong;
    color: #666666;
    margin-top: 30px;
    margin-bottom: 10px;
}

.content-en{
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #999999;
}

.content-p{
    width: 751px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #333333;
    margin-top: 40px;
    line-height: 26px;
}

.content-bottom{
    width: 148px;
    height: 40px;
    background: #0056B7;
    margin-left: 18px;
    margin-top: -8px;
}

.content-bottom a{
    width: 100%;
    height: 100%;
    display: block;
}

.content-bottom-text{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 10px;
}

.content-bottom-more{
    width: 20px;
    height: 6px;
    float: right;
    margin-right: 16px;
    margin-top: 17px;
}

.main-content{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: start;
}

.tz-main{
    border-right: 1px solid #DCDCDC;
    margin-top: 5px;
    margin-bottom: 50px;
}

.tz{
    padding-top: 10px;
    width: 945px;
    padding-right: 40px;
}

.tz-top{
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 12px;
}

.tz-title{ 
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    padding-bottom: 12px;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-right: 102px;
}

.tz-title span{
    position: absolute;
    bottom: -4.5px;
    left: 43%;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
}

.tz-title-active{
    font-weight: bold;
    color: #0056B7;
    border-bottom: 1px solid #0056B7;
}

.tz-title-active::before{
    position: absolute;
    bottom: -6px;
    left: 43%;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0056B7;
}

.tz-bottom{
    width: 945px;
    margin-top: 45px;
    height: 250px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.tz-bottom-left{
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 40px;
}

.tz-bottom-title{
    width: 100%;
    height: 128px;
    font-size: 16px;
    color: #999999;
    background: #EEEEEE;
    text-align: center;
    cursor: pointer;
}

.tz-bottom-title span{
    display: block;
    width: 17px;
    margin: 0 auto;
    margin-top: 22px;
    word-wrap: break-word;
}

.tz-bottom-title-active{
    color: #ffffff;
    background: #0056B7;
}

.tz-bottom-right ul li{
    height: 60px;
    line-height: 60px;
    position: relative;
}

.tz-bottom-right ul li a{
    height: 50px;
    width: 100%;
    display: block;
}

.tz-bottom-right ul li::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #999999;
    border-radius: 50%;
    left: -20px;
    top: 48%;
}

.tz-bottom-text{
    font-size: 16px;
    color: #333333;
    margin-right: 20px;
    width: 750px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: left;
}

.tz-bottom-time{
    font-size: 16px;
    color: #999999;
}

.tz-bottom-text:hover{
    color: #0056B7;
}

.zb{
    padding-top: 50px;
    width: 945px;
    padding-right: 40px;
    padding-bottom: 58px;
}

.zb-top{
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 12px;
}

.zb-title{ 
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    padding-bottom: 12px;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-right: 102px;
}

.zb-title span{
    position: absolute;
    bottom: -4.5px;
    left: 43%;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
}

.zb-title-active{
    font-weight: bold;
    color: #0056B7;
    border-bottom: 1px solid #0056B7;
}

.zb-title-active::before{
    position: absolute;
    bottom: -6px;
    left: 43%;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0056B7;
}

.zb-bottom{
    width: 945px;
    margin-top: 45px;
    height: 250px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.zb-bottom-right ul li{
    height: 50px;
    line-height: 50px;
    position: relative;
}

.zb-bottom-right ul li a{
    height: 50px;
    width: 100%;
    display: block;
}

.zb-bottom-right ul li::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #999999;
    border-radius: 50%;
    left: -20px;
    top: 48%;
}

.zb-bottom-text{
    font-size: 16px;
    color: #333333;
    margin-right: 60px;
    width: 750px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: left;
}

.zb-bottom-time{
    font-size: 16px;
    color: #999999;
}

.zb-bottom-text:hover{
    color: #0056B7;
}

.login-main{
   margin-top: 40px;
}

.login{
    width: 344px;
    height: 138px;
    position: relative;
    background: url(/upload/images/2021/12/login-bg.png) no-repeat center/100% 100%;
    margin-left: 40px;
    margin-top: 7px;
}

.login-title{
    color: #ffffff;
    position: absolute;
    width: 177px;
    top: 5px;
    left: 83px;
}

.login-sign{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin:0 auto;
    padding-top: 50px;
    margin-bottom: 8px;
}

.login-sign input{
    width: 218px;
    height: 32px;
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
}

.login-sign input::placeholder{
    color: #999999;
}

.sign{
    width: 60px;
    height: 32px;
    background: #0056B7;
    color:#ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
}

.login-post{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin:0 auto;
    margin-bottom: 16px;
}

.login-post input{
    width: 218px;
    height: 32px;
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
}

.login-post input::placeholder{
    color: #999999;
}

.post{
    width: 58px;
    height: 30px;
    border: 1px solid #0056B7;   
    color: #0056B7;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
}

.xiazai{
    margin-left: 60px;
    margin-top: 64px;
    margin-bottom: 24px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.xiazai img{
    width: 49px;
    height: 36px;
    margin-right: 12px;
}

.xiazai-text{
    color: #666666;
    font-size: 30px;
}

.word a{
    margin-left: 40px;
    margin-bottom: 12px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 348px;
    height: 48px;
    background: #E5EEF8;
}

.word img{
    width: 24px;
    height: 24px;
    margin-right: 13px;
    margin-left: 23px;
}

.word-text{
    color: #666666;
    font-size: 16px;
    width: 225px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lianxi{
    width: 44px !important;
    height: 44px !important;
}

.lx{
    color: #333333;
    font-size: 16px;
    margin-left: 63px;
    margin-bottom: 3px;
}

.bottom{
    width: 100%;
    height: 200px;
    background: #FAFAFC;
}

.new-bottom{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: flex-start;
}

.bottom-text{
    padding-top: 24px;
}

.bottom-img{
    margin-top: 36px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.bottom-img a{
    width: 264px;
    height: 80px;
    display: block;
    float: left;
    margin-right: 20px;
}

.bottom-img img{
    width: 264px;
    height: 80px;
    margin-right: 20px;
}

.floor{
    background: url(/upload/images/2021/12/floor-bg.png) no-repeat center/100% 100%;
    height: 170px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #A3AFD3;
}

.floor-left{
    margin-left: 260px;
}

.floor-right{
    margin-right: 380px;
}

.ss-main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 48px;
}

.ss-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ss-content:last-child{
    margin-bottom: 0;
}

.ss-right {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 980px;
    line-height: 28px;
}

.ss-month {
    color: #0056B7;
}

.ss-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ss-year {
    color: #999;
}

.lm-daohang{
    width: 100%;
    height: 70px;
    background-color: #ffffff;
}

.wz-flex{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 66px;
    line-height: 66px;
    border-bottom: 2px solid #ddd;
}

.wz-active{
    border-bottom: 2px solid #1985FF;
}
/*
.rqi-main {
 width: 1200px;
 height: 100%; 
 margin: 0 auto;
 font-size: 16px;
 margin-bottom: 48px;
 margin-top: 20px;
 display: flex;
 justify-content: space-between;
}
*/
.rqi-main{
display: table;
margin: 0 auto;
}

.rqi-gsgk-main {
   display: table;
    width: 1236px;
    margin: 0 auto;
    margin-top: 36px;
}

.rqi-left{
    float: left;
    width: 250px;
    background: #0056B7;
    box-shadow: 0px 3px 6px rgba(255, 11, 11, 0.16);
    opacity: 1;
    border-radius: 0px 10px 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.rqi-left-title{
    width: 230px;
    height: 46px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0px 10px 0px 10px;
    color: #999;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}
.rqi-active{
    color: #000;
    font-weight: bold;
}
.rqi-right{
    float: right;
    width: 932px;
    height: 100%;
    background: #FFFFFF;
}
.new-rqi-right{
    width: 932px;
    margin: 0 auto;
    height: 100%;
    background: #FFFFFF;
}
.rqi-right-flex{
    width: 100%;
    height: 157px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.rqi-data{
    width: 80px;
    height: 90px;
    display: flex;
    flex-direction:column;
    align-items: center;
    color: #999;
    font-size: 14px;
    margin: 0 40px;
    position: relative;
}
.rqi-data::after{
    content: '';
    width: 1px;
    height: 60px;
    position: absolute;
    background: #ddd;
    right: -50%;
    top: 25%;
}
.rqi-text{
    display: flex;
    flex-direction:column;
    font-weight: bold;
    color: #000;
    width: 650px;
    font-size: 18px;
}
.rqi-title{
    width: 650px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rqi-title a{
    color: #000;
}


.rqi-content a{
    color: #000;
}

.rqi-right-flex:hover .rqi-text .rqi-title a{
    color: #0056B7;
}

.rqi-right-flex:hover .rqi-text .rqi-content a{
    color: #0056B7;
}
.rqi-content{
    width: 624px;
    float: left;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rqi-arrow{
    width: 27px;
    height: 21px;
}
.rqi-arrow img{
    width: 100%;
    height: 100%;
}

.rqi-data-top{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 11px;
}

.wz-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    border-bottom: 2px solid #ddd;
}
.wz-title-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    width: 33%;
    margin-top: 30px;
}
.wz-img{
    width: 625px;
    height: 417px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 49px;
}
.wz-img img{
    width: 100%;
    height: 100%;
}
.wz-text{
    width: 886px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 72px;
    line-height: 36px;
    color: #000;
    opacity: 0.7;
}

.bread{
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	color: #999;
}

/**分页样式**/
.text-center {
    text-align: center;
}

.page_navi {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page_navi a {
    padding: 5px 12px;
    border: 1px solid #e5e5e5;
    margin: 0 2px;
    color: #333;
}

.page_navi a:hover, .page_navi .current{
 color: #fff;
 background: #0056B7;
 border: 1px
 solid #0056B7;
}

.wz-title-top{
    color: #000;
    font-weight: bold;
    font-size: 28px;
    width:100%;
    word-wrap: break-word;
    word-break: normal;
    text-align: center;
}