* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Microsoft YaHei', SimSun, Arial, Helvetica, Tahoma, sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
}
html{
    background: #F2F6FA; 
}
li {
    list-style-type: none;
}
body {
    opacity: 1;
    background: url(../img/bg20230817.jpg) no-repeat top center !important;
    background-size: 100% 53%;
}


main {
    width: 1400px;
    margin: 0 auto;
}


/* 标题 */
.title {
    height: 300px;
    width: 100%;
    padding-top: 40px;
}

.top {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 235px;
    height: 74px;
    opacity: 1;

}

.top_rt {
    width: 210px;
    height: 31px;
    display: flex;
    justify-content: space-around;
}

.wzayd {
    text-align: center;
    display: block;
    width: 99px;
    height: 31px;
    background: #FF7E00;
    border-radius: 12px;
    opacity: 1;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 31px;
}

.backhome {
    text-align: center;
    display: block;
    width: 99px;
    height: 31px;
    background: #00A0E9;
    border-radius: 12px;
    opacity: 1;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 31px;
}

.top_2 {
    margin: 0 auto;
    margin-top: 50px;
}


/* 导航栏 */
.nav {
    width: 1400px;
    height: 120px;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 5px 0px 10px 0px #EAF1F6;
}

.nav ul {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
}

.nav ul li {
    width: 150px;
    height: 60px;
    font-size: 19px;
    line-height: 60px;
    text-align: center;
}

.nav ul li span {
    display: block;
    width: 32px;
    height: 32px;
}

.nav ul li:nth-child(1),
.nav ul li:hover {
    font-size: 19px;
    color: white;
    line-height: 60px;
    background: #456FBD;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}
.nav ul li a:hover{
    color: white;
}
.nav ul li a {
    display: block;
    width: 130px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav ul li:nth-child(1) span {
    background: url(../img/icon01_hover.png) no-repeat center center;
}

.nav_2 {
    background: url(../img/icon02.png) no-repeat center center;
}

.nav_3 {
    background: url(../img/icon03.png) no-repeat center center;
}

.nav_4 {
    background: url(../img/icon04.png) no-repeat center center;
}

.nav_5 {
    background: url(../img/icon05.png) no-repeat center center;
}

.nav_6 {
    background: url(../img/icon06.png) no-repeat center center;
}

.nav_7 {
    background: url(../img/icon07.png) no-repeat center center;
}

.nav ul li:nth-child(2):hover .nav_2 {
    background: url(../img/icon02_hover.png) no-repeat center center;
}

.nav ul li:nth-child(3):hover .nav_3 {
    background: url(../img/icon03_hover.png) no-repeat center center;
}

.nav ul li:nth-child(4):hover .nav_4 {
    background: url(../img/icon04_hover.png) no-repeat center center;
}

.nav ul li:nth-child(5):hover .nav_5 {
    background: url(../img/icon05_hover.png) no-repeat center center;
}

.nav ul li:nth-child(6):hover .nav_6 {
    background: url(../img/icon06_hover.png) no-repeat center center;
}

.nav ul li:nth-child(7):hover .nav_7 {
    background: url(../img/icon07_hover.png) no-repeat center center;
}


/* 文章列表 */
.article {
    width: 1400px;
    height: 380px;
    background: #FFFFFF;
    opacity: 1;
    margin-top: 10px;
    box-shadow: 5px 0px 10px 0px #EAF1F6;
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    margin-bottom: 10px;
    position: relative;
}
.article_more{
    text-align: center;
    position: absolute;
    width: 85px;
    height: 24px;
    background: #269FE4;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    line-height: 24px;
    color: white;
    bottom: 20px;
    right: 30px;
}
.article_lt {
    width: 650px;
    height: 300px;
}

.article_lt img {
    width: 650px;
    height: 320px;
}

.article_rt {
    width: 650px;
    height: 300px;
}

.listing_tit {
    text-align: center;
    width: 100px;
    height: 40px;
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    color: #456FBD;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: bold;
    border-bottom: 4px solid #456FBD;
}

.listing {
    width: 650px;
    height: 300px;
    border-top: 1px solid #456FBD;
    padding-top: 10px;
}

.listing ul li{
    width: 630px;
    height: calc(270px / 7);
    display: flex;
    justify-content: space-between;
}

.listing ul li a{
    display: block;
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-right: 60px;
}
.listing ul li a:hover{
    color: red;
}

.listing ul li a:before {
    content: "•";
    color: #E3E3E3;
    font-size: 20px;
    margin-right: 10px;
}

.listing ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

/* 交易信息 */
.jyxx{
    width: 1400px;
    height: 340px;
    background: #FFFFFF;
    opacity: 1;
    box-shadow: 5px 0px 10px 0px #EAF1F6;
    padding-top: 20px;
    position: relative;
    margin-bottom:20px;
}
.jyxx_tit{
    width: 400px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #1B7AF0;
    font-size: 22px;
    position: relative;
}
.jyxx_tit span:nth-child(1){
    font-size: 28px;
    font-weight: bold;
    color: #666666;
}
.jyxx_tit span:nth-child(2){
    color: #1B7AF0;
    font-size: 22px;
}
.jyxx_tit::before{
    content: "";
    position: absolute;
    width:200px;
    left: 100px;
    border: 1px solid #9BC5F8;
}

.jyxx_tit::after{
    content: "";
    position: absolute;
    width:200px;
    left: 100px;
    top: 53px;
    border: 1px solid #9BC5F8;
}

.jyxx_more{
    line-height: 28px;
    text-align: center;
    color: #1B7AF0;
    position: absolute;
    width: 70px;
    height: 30px;
    border-radius: 14px;
    border: 2px solid #1B7AF0;
    top: 30px;
    right: 30px;
}
.jyxx_jbts{
    width: 30px;
    height: 190px;
    background: #FF7E00;
    opacity: 1;
    position: absolute;
    right: -30px;
    top: 100px;
}
.jyxx_jbts a{
    margin-top: 7px;
    display: block;
    width: 30px;
    height: 115px;
    color:#FFFFFF;
    text-align: center;
}
.jyxx_list{
    margin-top: 30px;
    width: 1400px;
    height: 220px; 
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.jyxx_list_1{
    width: 240px;
    height: 220px;
    position: relative;
    border: 1px solid #e6e6e6;
}
.jyxxHeader {
    height: 99px;
    background: url(../img/20230817001.png) no-repeat;
    background-size: 100% 100%;
    line-height: 99px;
    color: #333;
    font-size: 18px;
}
.jyxxImg{
    
    background-size: 100% 100%;
    float: left;
    width: 48px;
    height: 48px;
    margin: 26px 15px 0px 47px;
}
.jyxxImg0{
    background: url(../img/jy_icon01.png) no-repeat;
}
.jyxxImg1{
    background: url(../img/jy_icon02.png) no-repeat;
}
.jyxxImg2{
    background: url(../img/jy_icon03.png) no-repeat;
}
.jyxxImg3{
    background: url(../img/jy_icon04.png) no-repeat;
}
.jyxxImg4{
    background: url(../img/jy_icon05.png) no-repeat;
}

.jyxxList{
    width: 220px;
    margin: 0 auto;
}
.bottomBorder {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -3px;
    z-index: 1;
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #e6e6e6;
}
.jyxxCentent li p {
    display: inline-block;
    width: 130px;
    line-height: 25px;
    height: 32px;
    vertical-align: bottom;
}
.jyxxCentent li a,.jyxxCentent li a:hover {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 140px;
    font-size: 14px;
    color: #333333;
}
.jyxxCentent li span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 37px;
    margin-left: 12px;
}
.jyxx_list>li.jyxx_list_1:hover {
    border: 1px solid #026cee;
    margin-top: -20px;
    box-shadow: 1px 0px 7px #0071ff;
}
.jyxx_list>li.jyxx_list_1:hover .bottomBorder {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -3px;
    z-index: 1;
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #026cee;
}
.jyxxCentent li {
    height: 36px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0;
}
.jyxxCentent li:last-child {
    border-bottom: none;
}
.jyxx_list>li.jyxx_list_1:hover .jyxxImg0{
    background: url(../img/jy_icon01_hover.png) no-repeat;
}
.jyxx_list>li.jyxx_list_1:hover .jyxxImg1{
    background: url(../img/jy_icon02_hover.png) no-repeat;
}
.jyxx_list>li.jyxx_list_1:hover .jyxxImg2{
    background: url(../img/jy_icon03_hover.png) no-repeat;
}
.jyxx_list>li.jyxx_list_1:hover .jyxxImg3{
    background: url(../img/jy_icon04_hover.png) no-repeat;
}
.jyxx_list>li.jyxx_list_1:hover .jyxxImg4{
    background: url(../img/jy_icon05_hover.png) no-repeat;
}
.jyxxHeader>span:nth-child(2){
    float: left;
}


/* 跳转入口 */
.content{
    width: 1400px;
    height: 120px;
    margin-bottom: 20px;
}
.content ul{
    width: 1400px;
    display: flex;
    justify-content: space-between;
}

.content li{
    width: 320px;
    height: 120px;
    
}

.content li a{
    width: 320px;
    height: 120px;
    display: block;
    padding-top: 35px;
}

.content li:nth-child(even){
    background-color: #456FBD;
}
.content li:nth-child(odd){
    background-color: #2993C4;
}
.content li:nth-child(1) p{
    text-align: center;
    margin: 0 auto;
    width: 290px;
    height: 20px;
    font-size: 20px;
    font-family: KaiTi;
    color: #FFFFFF;
    line-height: 27px;
    margin-bottom: 10px;
}
.content li:nth-child(1) span{
    margin: 0 auto;
    display: block;
    width: 191px;
    height: 15px;
    font-size: 16px;
    font-family: KaiTi;
    color: #FFFFFF;
    line-height: 21px;
    letter-spacing:2px;
    text-align: center;
}
.content li:nth-child(2) p{
    margin: 0 auto;
    width: 290px;
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1px;
}
.content li:nth-child(3) p{
    margin: 10px auto 0px;
    width: 290px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    font-family: KaiTi;
    color: #FFFFFF;
    line-height: 30px;
    letter-spacing: 2px;
}
.content li:nth-child(4) p{
    margin: 10px auto 0px;
    width: 290px;
    height: 20px;
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
}



/* 法律法规 */
.flfg{
    width: 1400px;
    height: 450px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    box-shadow: 5px 0px 10px 0px #EAF1F6;
    padding-top: 30px;
    position: relative;
}
.flfg_nav{
    height: 80px;
    margin: 0 auto;
    width: 1360px;
    border-bottom: 1px solid #B7B7B7;
    margin-bottom: 20px;
}
.flfg_nav ul{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.flfg_nav ul li{
    width: 150px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    color: #9A9A9A;
    border: 1px solid #9A9A9A;
}
.flfg_nav ul li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.flfg_nav ul li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.flfg_list ul{
    width: 1360px;
    margin: 0 auto;
}

.flfg_list ul li{
    width: 1330px;
    height: calc(270px / 8);
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    color: #333333;
    line-height: 31px;
}



.flfg_list ul li a{
    font-weight: 400;
    color: #333333;
    line-height: 31px;
    display: block;
    width: 1200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.flfg_list ul li a:hover{
    color: red;
}

.flfg_list ul li a:before {
    content: "•";
    color: #E3E3E3;
    font-size: 20px;
    margin-right: 10px;
}

.flfg_list ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.li_hover{
    border: 1px solid #456fbd;
    background-color: #456FBD;
    color: #FFFFFF !important;
}

.flfg_more{
    text-align: center;
    position: absolute;
    width: 85px;
    height: 24px;
    background: #269FE4;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    line-height: 24px;
    color: white;
    bottom: 20px;
    right: 30px;
}


/*footer*/
#footer{position:relative; z-index: 1; padding:30px 0;text-align:left; color:white; background:#1264b7;/*width:100%;left:0;bottom:0;*/ }
#footer .copyRight{line-height: 30px; color: white; text-align: center;}
#footer .copyRight img{vertical-align: middle;}
#footer .copyRight a{color:white; text-decoration:none;}
#footer .copyRight a:hover{color: #ddd;}
#footer .footDzjg,
#footer .footerWzjc,
#footer .footerZfzc{position: absolute; z-index: 1; width: auto; float: left;}
#footer .footDzjg{left: 116px; top: 15px;}
#footer .footerWzjc{right: 65px; top: 0;}
#footer .footerZfzc{right: 65px; top: 15px;}