@import "base.css";


.app-baner .swiper-slide .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.app-baner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
    opacity: 0.5;
}

.app-baner .swiper-pagination-bullet-active {
    opacity: 1;
}


.app-body{
    background: #F1F8FE url(../img/bg2.jpg) 0 0 repeat;
    overflow: hidden;
}

/* 新闻列表 */
.news {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.news li {
    display: flex;
    height: 38px;
    align-items: center;
}

.news li .title {
    /*max-width: 346px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news li.news-icon .title {
    position: relative;
    padding-right: 30px;
}

.news li.news-icon .title::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 30px;
    height: 8px;
    margin-top: -4px;
    background: url("../img/news.gif") right 0 no-repeat;
}

.news li .date {
    margin-left: auto;
    width: 100px;
    font-size: 14px;
    color: #999;
    text-align: right;
}




.row1 .flex{
    display: flex;
}

.row1 .l{
    width: 240px;
    overflow: hidden;
}

.row1 .c{
    width: 460px;
    margin:0 20px;
}

.row1 .r{
    flex: 1;
    background-color: #ffffff;
}

.row1 .l ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row1 .l ul li {
    width: 50%;
    padding: 0 10px 20px;
}

.row1 .l ul li:nth-of-type(5),
.row1 .l ul li:nth-of-type(6){
    padding-bottom: 0;
}

.row1 .l ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    height: 88px;
}

.row1 .l ul li a span{
    margin-top: 10px;
    font-size: 1rem;
}

.row1 .l ul li a i{
    font-size: 40px;
    line-height: 1;
}


.row1 .l ul li a.c1{
    background-color: #36BBCE;
}

.row1 .l ul li a.c2{
    background-color: #EE9D03;
}

.row1 .l ul li a.c3{
    background-color: #617FB3;
}

.row1 .l ul li a.c4{
    background-color: #DF5F60;
}

.row1 .l ul li a.c5{
    background-color: #B36FA8;
}

.row1 .l ul li a.c6{
    background-color: #3D9FC2;
}

.row1 .l ul li a.c7{
    background: url("../img/ywch_13.jpg") 0 0 repeat;
}

.row1 .l ul li a.c8{
    background: url("../img/ywch_18.jpg") 0 0 repeat;
}

.row1 .c .swiper-container {
    width: 100%;
    height: 304px;
}

/* 幻灯片 */
.row1 .c .swiper-slide a {
    display: block;
    height: 304px;
    position: relative;
}

.row1 .c .swiper-slide .img {
    height: 100%;
    background: #f8f8f8;
    overflow: hidden;
}

.row1 .c .swiper-slide .img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.row1 .c .swiper-slide .title {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    background: rgba(0, 97, 208, .5);
    color: #fff;
    padding: 0 1rem;
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.row1 .c .swiper-pagination {
    bottom: 55px;
}

.row1 .c .swiper-pagination-bullet {
    background: #fff;
}

.row1 .c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.row1 .r .hd {
    display: flex;
    height: 50px;
    position: relative;
    padding-left: 1rem;
    background-color: #0182c6;
}

.row1 .r .hd::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    content: "";
    background-color: #C2D4F2;
    z-index: 1;
}

.row1 .r .hd .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 1.5rem;
    border: 1px solid #C2D4F2;
    border-bottom-color: #ffffff;
    border-radius: 6px 6px 0 0;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    align-self: flex-end;
    font-size: 18px;
    font-weight: bold;
    color: #0551A9;
}

.row1 .r .bd {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 6px;
}

.row1 .r .bd .news li {
    height: 34px;
    position: relative;
}


.row1 .r .bd .news li:hover::before {
    background-position: 0 0;
}

.row1 .r .bd .news li .title {
    max-width: 320px;
    font-size: 15px;
}

.row1 .r .bd .news li .date{
    font-size: 13px;
}

.row2 .widget-header {
    display: flex;
    align-items: center;
    height: 42px;
    position: relative;
    margin-bottom: 20px;
}

.row2 .widget-header .title {
    color: #0551A9;
    font-size: 20px;
    font-weight: bold;
}

.row2 .widget-header::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    content: "";
    background-color: #0551A9;
}

.row2 .slide {
    display: flex;
    position: relative;
}

.row2 .slide .hd {
    width: 210px;
    position: relative;
    z-index: 2;
}

.row2 .slide .hd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #0551A9;
}

.row2 .slide .hd ul li {
    border-bottom: 1px solid #0551A9;
    position: relative;
}

.row2 .slide .hd ul li:last-child {
    border-bottom: none;
}

.row2 .slide .hd ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #0551A9;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffffff;
}

.row2 .slide .hd ul li.on::after {
    position: absolute;
    right: -16px;
    top: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #0551A9;
    content: "";
    margin-top: -8px;
}

.row2 .slide .hd ul li.on a {
    background-color: #0551A9;
    color: #ffffff;
}

.row2 .slide .bd {
    flex: 1;
    zoom: 1;
    height: 205px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.row2 .slide .bd ul {
    list-style: none;
    margin: 0;
    padding: 17px 10px 0;
    height: inherit;
    overflow: hidden;
}

.row2 .slide .bd ul ol{
    float: left;
    width: 100%;
    margin: 0 0 15px 10px;
    padding: 0;
    height: 1em;
    line-height: 1em;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    color: #018578;
    font-weight: bold;
}

.row2 .slide .bd ul li {
    float: left;
    width: 16.66%;
    padding: 0 10px 15px;
}

.row2 .slide .bd ul:last-child{
    display: flex;
    flex-wrap: wrap;
}

.row2 .slide .bd ul:last-child li {
    flex: 1;
}

.row2 .slide .bd ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    background-color: #eef3f9;
    font-size: 15px;
}

.row2 .slide .bd ul li a:hover {
    background-color: #0551A9;
    color: #ffffff;
}

.row3 .widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    position: relative;
    margin-bottom: 20px;
}

.row3 .widget-header .title {
    color: #0551A9;
    font-size: 20px;
    font-weight: bold;
}

.row3 .widget-header::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    content: "";
    background-color: #0551A9;
}

.row3 .widget-header .more {
    width: 50px;
    height: 24px;
    border: 1px solid #0551A9;
    color: #0551A9;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.row3 .widget-header .more:hover {
    background-color: #0551A9;
    color: #ffffff;
}

.row3 .widget-body {
    overflow: hidden;
}

.row3 .widget-body .slide {
    margin: 0 -10px;
    position: relative;
}

.row3 .widget-body .slide .bd {
    position: relative;
    z-index: 1;
}

.row3 .widget-body .slide .bd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
    height: 313px;
    overflow: hidden;
}

.row3 .widget-body .slide .bd ul li {
    float: left;
    width: 203px;
    height: 313px;
    overflow: hidden;
}

.row3 .widget-body .slide .bd ul li a {
    display: block;
    margin: 0 10px;
    padding: 15px;
    background-color: #ffffff;
    position: relative;
}

.row3 .widget-body .slide .bd ul li a .img {
    padding-bottom: 135.59%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.row3 .widget-body .slide .bd ul li a .img-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.row3 .widget-body .slide .bd ul li a .img-block img {
    width: 100%;
    height: 100%;
}

.row3 .widget-body .slide .bd ul li a .detail {
    margin: 0;
    padding-top: 15px;
    position: relative;
    z-index: 2;
}

.row3 .widget-body .slide .bd ul li a .detail .name {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    color: #2e2e2e;
}

.row3 .widget-body .slide .bd ul li a .detail .name span {
    color: #0B509B;
    font-weight: bold;
}

.row3 .widget-body .slide .bd ul li a .detail .ks,
.row3 .widget-body .slide .bd ul li a .detail .zw {
    margin-top: 10px;
    font-size: 14px;
    color: #ff6536;
    text-align: center;
    line-height: 1;
}

.row4{
    padding: 1rem 2rem;
}
.row4 .flex {
    margin: 0 -38px;
}

.row4 .col {
    padding: 0 38px;
    width: 33.33%;
    position: relative;
}

.row4 .col::after {
    position: absolute;
    top: 61px;
    right: 0;
    bottom: 77px;
    width: 1px;
    background-color: #8FB8E9;
    content: "";
}

.row4 .col:last-child::after {
    display: none;
}

.row4 .col .widget-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.row4 .col .widget-header::before {
    position: absolute;
    top: 50%;
    left: -80px;
    width: 50%;
    border-top: 1px solid #2363b3;
    content: "";
    z-index: 1;
}

.row4 .col .widget-header::after {
    position: absolute;
    top: 50%;
    right: -80px;
    width: 50%;
    border-top: 1px solid #2363b3;
    content: "";
    z-index: 1;
}

.row4 .col .widget-header .title {
    /*background: #f1f1f1;*/
    font-size: 28px;
    font-weight: 500;
    padding: 10px 24px;
    letter-spacing: 1px;
    color: #0062b2;
    position: relative;
    z-index: 2;
}


.row4 .col .widget-body {
    height: 300px;
}

.row4 .col .widget-body .news li {
    flex-wrap: wrap;
    height: 47px;
    margin-bottom: 1rem;
    transition: transform .4s ease-in-out;
}

.row4 .col .widget-body .news li:hover{
    transform: translateX(10px);
}

.row4 .col .widget-body .news li .title {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    background: url("../img/widget-link@2x.png") left center no-repeat;
    line-height: 26px;
}

.row4 .col .widget-body .news li .title a {
    color: #0062b2;
}

.row4 .col .widget-body .news li .date {
    margin-left: 1rem;
    color: #666;
    width: auto;
    font-size: 13px;
    margin-top: 5px;
}

.row4 .widget-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 36px 0 0;
}

.row4 .widget-footer a {
    padding: 12px 60px;
    background: #2363b3;
    color: #fff;
    border-radius: 42px;
    font-size: 15px;
}

.row4 .widget-footer a:hover {
    background: #1e569c;
}

.row5 .widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    position: relative;
    margin-bottom: 20px;
}

.row5 .widget-header .title {
    color: #0551A9;
    font-size: 20px;
    font-weight: bold;
}

.row5 .widget-header::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    content: "";
    background-color: #0551A9;
}

.row5 .widget-header .more {
    width: 50px;
    height: 24px;
    border: 1px solid #0551A9;
    color: #0551A9;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.row5 .widget-header .more:hover {
    background-color: #0551A9;
    color: #ffffff;
}

.row5 .widget-body {
    overflow: hidden;
}

.row5 .widget-body ul{
    list-style: none;
    margin:0 -10px;
    padding:0;
    overflow: hidden;
}

.row5 .widget-body ul li{
    float: left;
    width: 25%;
    padding: 0 10px;
}

.row5 .widget-body ul li a{
    display: block;
}

.row5 .widget-body ul li a .img{
    padding-bottom: 66.66%;
    position: relative;
}

.row5 .widget-body ul li a .img .block{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}

.row5 .widget-body ul li a .img .block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .4s ease-in-out;
}

.row5 .widget-body ul li:hover a .img .block img{
    transform: scale(1.1);
}

.row5 .widget-body ul li a .title{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    padding: 0 5px;
    color: #0062b2;
}


/*友情链接*/
.links{
    margin-bottom: 20px;
}
.links .widget-header {
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
}

.links .widget-header::before {
    display: inline-block;
    content: "";
    flex: 1;
    margin-top: 20px;
    height: 20px;
    border-top: 2px solid #0551A9;
    border-left: 1px solid #e8e8e8;
}

.links .widget-header::after {
    display: inline-block;
    content: "";
    flex: 1;
    margin-top: 20px;
    height: 20px;
    border-top: 2px solid #0551A9;
    border-right: 1px solid #e8e8e8;
}

.links .widget-header .title {
    padding: 0 2em;
    color: #000;
    font-size: 18px;
}

.links .widget-body {
    border: 1px solid #e8e8e8;
    border-top: none;
    padding: 10px 2em 20px;
}

.links .widget-body ul {
    list-style-type: none;
    margin: 0 -1em;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.links .widget-body ul li {
    width: 20%;
    padding: 0 1em;
}

.links .widget-body ul li:nth-child(n + 6) {
    margin-top: 1em;
}

.links .widget-body ul li a {
    display: block;
    border: 1px solid #e8e8e8;
}

.links .widget-body ul li a img {
    width: 100%;
    height: 64px;
    vertical-align: top;
}
