/* head */
/* .head{width: 100%;height: 934px;background: url("../img/banner.png") top center no-repeat;position: relative;} */
.top {
    width: 100%;
    height: 144px;
    background: url("../img/top-bg.png") top center no-repeat;
    padding-top: 24px;
}

.nav {
    margin-top: 30px;
    margin-right: 30px;
}

.nav li {
    float: left;
    margin-left: 30px;
    font-size: 20px;
}

.nav li a {
    color: #fff;
}

.search {
    width: 244px;
    height: 46px;
    line-height: 46px;
    background: url("../img/searchbg.png") top center no-repeat;
    margin-top: 20px;
}

.search #searchInput {
    border: none;
    width: 140px;
    height: 46px;
    line-height: 46px;
    background: none;
    margin-left: 10px;
    font-size: 18px;
    color: #426693;
}

.search #searchBtn {
    border: none;
    width: 46px;
    height: 46px;
    background: url("../img/searchbtn.png") center center no-repeat;
}

::-webkit-input-placeholder {
    color: #426693 !important;
}

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 78px;
    line-height: 78px;
    background: url("../img/bottombg.png") bottom center no-repeat;
}

.bottom p {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.bottom p a {
    color: #fff;
}

/* newsBox */
.newsBox {
    width: 1380px;
    margin: 35px auto;
}

.title {
    width: 100%;
    margin: 35px auto;
    height: 34px;
    line-height: 34px;
}

.title p {
    text-align: right;
    font-size: 15px;
}

.title p a {
    color: #0A2D6B;
}

.newsBox .title {
    background: url("../img/ywbg.png") center left no-repeat;
}

/* slideBox */
.slideBox {
    width: 1380px;
    margin: 0 auto;
}

.slideBox .hd ul {
    width: 612px;
}

.slideBox .hd ul li {
    width: 612px;
    height: 99px;
    background: url("../img/newswxz.png") center no-repeat;
    color: #2D3344;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
}

.slideBox .hd ul li:nth-child(n+2) {
    margin-top: 10px;
}

.slideBox .hd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.slideBox .hd ul li.on {
    background: url("../img/newsxz.png") center no-repeat;
}

.slideBox .hd ul li .left {
    width: 100px;
    text-align: center;
    padding-top: 22px;
}

.slideBox .hd ul li .left h3 {
    font-size: 26px;
    color: #0A2D6B;
}

.slideBox .hd ul li.on h3 {
    color: #fff;
}

.slideBox .hd ul li .left h2 {
    font-size: 18px;
    color: #666;
}

.slideBox .hd ul li.on h2 {
    color: #657CA1;
}

.slideBox .hd ul li p {
    width: 451px;
    font-size: 18px;
    color: #2D3344;
    line-height: 99px;
    margin-left: 30px;
    margin-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.slideBox .hd ul li.on p {
    color: #fff;
}

.slideBox .bd li {
    position: relative;
}

.slideBox .bd li img {
    width: 726px;
    height: 396px;
    display: block;
}

.slideBox .bd li p {
    width: 726px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 17px;
    color: #fff;
    text-indent: 15px;
    position: absolute;
    bottom: 0;
    height: 62px;
    line-height: 62px;
    background: url("../img/imgpbg.png") center no-repeat;
    background-size: cover;
}

.slideBox .bd .img_list {
    width: 726px;
    height: 121px;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slideBox .bd .img_list a {
    display: block;
    height: 100%;
    width: 174px;
}

.slideBox .bd .img_list a img {
    display: block;
    height: 100%;
    width: 100%;
}

/* information */
.information {
    width: 100%;
    background: #EAF0FC;
    /* padding-bottom: 50px; */
}

.leftItem {
    width: 717px;
}

.leftItem .title {
    background: url("../img/er.png") center left no-repeat;
}

.leftItem ul {}

.leftItem ul li {
    width: 346px;
    height: 120px;
    float: left;
    padding-bottom: 12px;
    border-bottom: 1px dotted #A9B0B9;
}

.leftItem ul li:first-child {
    border: none;
}

.leftItem ul li:nth-child(even) {
    margin-left: 25px;
}

.leftItem ul li:nth-child(n+3) {
    margin-top: 30px;
}

.leftItem ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.leftItem ul li a .bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leftItem ul li a p {
    text-align: right;
    color: #666;
    font-size: 16px;
}

.leftItem ul li a h2 {
    font-size: 18px;
    color: #0A2D6B;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rightItem {
    width: 713px;
}

.rightItem .title {
    background: url("../img/san.png") center left no-repeat;
}

.rightItem ul .fr {
    width: 410px;
    position: relative;
    height: 170px;
}

.rightItem ul .fl {
    width: 277px;
    height: 170px;
}

.rightItem ul a {
    width: 100%;
    height: 100%;
    display: block;
}

.rightItem ul a img {
    width: 100%;
    height: 100%;
}

.rightItem ul li {
    margin-bottom: 58px
}

.rightItem ul h2 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rightItem ul h2:hover {
    color: #0A2D6B;
}

.rightItem ul h3 {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rightItem ul p {
    width: 24px;
    height: 24px;
    background: url("../img/youfanye.png");
    position: absolute;
    left: 0;
    bottom: 0;
}

/* fqItem */
.siwu {
    display: flex;
    justify-content: space-between;
}

.fqItem {
    /* padding-bottom: 40px; */
    width: 631px;
}

.fqItem .title {
    background: url("../img/si.png") center left no-repeat;
}

/* shoufengqin */
.dh ul {
    position: relative;
    overflow: hidden;
    width: 1380px;
    height: 344px;
}

.dh ul li {
    float: left;
    width: 180px;
    overflow: hidden;
    height: 100%;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}

.dh ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.dh ul li .layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("../img/mengban1.png") bottom center no-repeat;
    height: 100%;
}

.dh ul li.curr .layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("../img/mengban.png") bottom center no-repeat;
    height: 100%;
}

.dh ul li .layer .p1 {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.dh ul li .layer .p2 {
    position: absolute;
    bottom: 5px;
    left: 10px;
    display: none;
}

.dh ul li.curr .layer .p2 {
    position: absolute;
    bottom: 5px;
    left: 10px;
    display: block;
}

.dh ul li .layer .p2 .col1 {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.dh ul li .layer .p2 .col2 {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.77);
    margin-bottom: 10px;
}

/* jxItem */
.jxItem {
    width: 612px;
    /* height: 672px; */
}

.jxItem .title {
    background: url("../img/wu.png") center left no-repeat;
}

.jxItem ul {
    width: 100%;
}

.jxItem ul li {
    width: 100%;
    height: 130.5px;
    position: relative;
    padding-bottom: 14.5px;
    border-bottom: 1px dotted #DFDFDF;
}

.jxItem ul li:nth-child(n+2) {
    margin-top: 36px;
}

/* .jxItem ul li:hover{background: url("../img/jiaoxue2.png");} */
.jxItem ul li a h2 {
    font-weight: 600;
    font-size: 19px;
    color: #0A2D6B;
    width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jxItem ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jxItem ul li a .t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 30px;
}

.jxItem ul li:nth-child(1) a .t {
    background: url(../img/jxky_one.png) left center no-repeat;
}

.jxItem ul li:nth-child(2) a .t {
    background: url(../img/jxky_two.png) left center no-repeat;
}

.jxItem ul li:nth-child(3) a .t {
    background: url(../img/jxky_three.png) left center no-repeat;
}

.jxItem ul li:nth-child(4) a .t {
    background: url(../img/jxky_four.png) left center no-repeat;
}

.jxItem ul li a .b h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .jxItem ul li:hover h2{color: #fff;} */
/* .jxItem ul li:hover h3{color: #fff;} */
/* .jxItem ul li:hover h4{background: url("../img/you2.png");} */
/* .jxItem ul li:hover p{color: rgba(255, 255, 255, 0.6)} */
.jxItem ul li h3 {
    color: #666;
    font-size: 16px;
    line-height: 32px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.jxItem ul li h4 {
    margin-top: 43px;
    width: 24px;
    height: 24px;
    background: url("../img/youfanye.png");
}

.jxItem ul li a .t p {
    width: 97px;
    height: 28px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    text-align: right;
    line-height: 28px;
}

/* rwItem */
.rwItem {
    width: 100%;
    padding-bottom: 60px;
}

.rwItem .title {
    background: url("../img/renwu.png") center left no-repeat;
}

.rwItem .list {
    margin-top: 25px;
}

.rwItem .list .itemNew {
    position: relative;
}

.rwItem .list .itemNew h2 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7)
}

.rwItem .list .itemNew h3 {
    margin-top: 12px;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
}

.rwItem .list .itemNew h4 {
    margin-top: 72px;
    width: 113px;
    height: 34px;
    line-height: 34px;
    border: 0.9px solid #fff;
    border-radius: 1.8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    text-align: center;
}

.rwItem .list .itemNew a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 82px 22px;
    box-sizing: border-box;
}

.rwItem .list .itemNew img.xw {
    display: block;
    width: 100%;
    height: 100%;
}

.rwItem .list .itemNew img.mb {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.rwItem .list .itemNew h5 {
    position: absolute;
    top: 10px;
    left: 18px;
    font-weight: 600;
    font-size: 17px;
}

.rwItem .list .yxy {
    width: 377px;
    height: 604px;
}

.rwItem .list .yxy h5 {
    color: #25855A;
}

.rwItem .list .cbxy {
    width: 447px;
    height: 292px;
}

.rwItem .list .cbxy h5 {
    color: #CB4E33;
}

.rwItem .list .xxgc {
    width: 516px;
    height: 292px;
}

.rwItem .list .xxgc h5 {
    color: #0A2D6B;
}

.rwItem .list .sjy {
    width: 983px;
    height: 292px;
}

.rwItem .list .sjy h5 {
    color: #2C70A5;
}

/* gyItem */
.gyItem {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 60px;
    background: #D9EDFE;
}

.qiItem {
    width: 892px;
    margin-top: 10px;
}

.qiItem .title {
    background: url("../img/qi.png") center left no-repeat;
}

.qiItem .list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qiItem .list li {
    width: 446px;
    height: 266px;
    position: relative;
}

.qiItem .list li img.jdt {
    width: 446px;
    height: 266px;
    display: block;
}

.qiItem .list li img.bf {
    position: absolute;
    bottom: 24px;
    right: 28px;
    display: block;
    width: 44px;
    height: 44px;
}

.qiItem .list li .nr {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 84px;
    background: url("../img/gybg.png") top center no-repeat;
}

.qiItem .list li h4 {
    color: rgba(255, 255, 255, 0.7);
    text-indent: 30px;
    margin-top: 15px;
    font-size: 15px;
}

.qiItem .list li p {
    color: #fff;
    text-indent: 30px;
    font-size: 18px;
    margin-top: 10px;
    width: 84%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.baItem {
    width: 446px;
}

.baItem .title {
    background: url("../img/ba.png") center left no-repeat;
}

.baItem .list {
    background: url("../img/babg.png") center left no-repeat;
    width: 446px;
    height: 543px;
    padding: 40px 22px;
}

.baItem .list li {
    border-bottom: 1px dashed #A1A8B4;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
}

.baItem .list li a {
    font-size: 17px;
    font-weight: bold;
    display: block;
    float: left;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.baItem .list li span {
    float: right;
    font-size: 16px;
    color: #666;
}

/* dcxyItem */
.dcxyItem {
    width: 100%;
    background-color: #F1F1F1;
    padding: 45px 0 79px 0;
}

.dcxyItem .title {
    background: url(../img/dcxy_tit.png) center left no-repeat;
}

.dcxyItem .list {
    margin-top: 15px;
}

.dcxyItem .list ul li {
    float: left;
    width: 326px;
    height: 245px;
}

.dcxyItem .list ul li:nth-child(n+2) {
    margin-left: 25px;
}

.dcxyItem .list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.dcxyItem .list ul li a .desc {
    padding: 0 22px 0 16px;
    position: absolute;
    width: 100%;
    height: 106px;
    background: url(../img/dcxy_li_bg.png) no-repeat center;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.dcxyItem .list ul li a .desc p.date {
    font-weight: 400;
    opacity: 0.77;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.dcxyItem .list ul li a .desc p.tit {
    width: 288px;
    margin-top: 5px;
    ;
    font-family: PingFangSC-Medium;
    font-weight: 550;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dcxyItem .list ul li a img {
    width: 100%;
    height: 100%;
}

/* ztzl */
.ztzl {
    width: 1380px;
    margin: 0 auto;
}

.ztzl .title {
    background: url("../img/jiu.png") center left no-repeat;
}

.ztzl .list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.ztzl .list li {
    width: 332px;
    height: 222px;
}

.ztzl .list li img {
    width: 332px;
    height: 222px;
    display: block;
}


#newsList ul {
    width: 100%;
}

#newsList li {
    width: 100%;
    height: 99px;
    background: url("../img/llxy_xwwxz.png") center no-repeat;
    color: #2D3344;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
}

#newsList li:nth-child(n+2) {
    margin-top: 19px;
}

#newsList li a {
    display: block;
    width: 100%;
    height: 100%;
}

#newsList li:hover {
    background: url("../img/llxy_xwxz.png") center no-repeat;
}

#newsList li .left {
    width: 100px;
    text-align: center;
    padding-top: 22px;
}

#newsList li .left h3 {
    font-size: 26px;
    color: #0A2D6B;
}

#newsList li:hover h3 {
    color: #fff;
}

#newsList li .left h2 {
    font-size: 18px;
    color: #666;
}

#newsList li:hover h2 {
    color: #657CA1;
}

#newsList li p {
    width: 490px;
    font-size: 18px;
    color: #2D3344;
    line-height: 99px;
    /* margin-left: 30px;
    margin-right: 20px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#newsList li:hover p {
    color: #fff;
}