@import "base.css";

/*body{*/
/*    background-color: #F5F5F5;*/
/*}*/

/* 新闻列表 */
.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;
}

.gonggao .wrap {
    padding: 30px 0;
}

.gonggao .wrap .block {
    display: block;
}

.row1 .flex {
    background-color: #ffffff;
}

.row1 .col0{
    flex: 1;
    height: 320px;
    margin-right: 32px;
}

.row1 .col0 .widget-header,
.row1 .col1 .widget-header{
    display: flex;
    height: 44px;
    position: relative;
    justify-content: space-between;
}

.row1 .col0 .widget-header::before,
.row1 .col1 .widget-header::before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    content: "";
    background-color: #f2f2f2;
    z-index: 1;
}

.row1 .col0 .widget-header .title,
.row1 .col1 .widget-header .title{
    height: 100%;
    position: relative;
    padding: 0.2rem 0 0;
    z-index: 2;
    color: #0963af;
    font-size: 20px;
    font-weight: bold;
}

.row1 .col0 .widget-header .title::after,
.row1 .col1 .widget-header .title::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #0963af;
}

.row1 .col0 .widget-body{
    height: 276px;
    border: 3px solid #f2f2f2;
    border-top:none;
    overflow: hidden;
    padding: 0 0.5rem;
    /*padding-top: 1.8rem;*/
}

.row1 .col0 .widget-body ul{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row1 .col0 .widget-body ul li{
    width: 50%;
    padding: 10px;
}

.row1 .col0 .widget-body ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin: 0 auto;
    height: 100px;
    background: url("../img/jyzn_icon.png") 0 0 no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 8px;
    padding-left: 6px;
}



.row1 .col1 {
    width: 400px;
    height: 320px;
}

.row1 .col1 .widget-body{
    margin-top: 1rem;
    height: 260px;
}

.row1 .col1 .swiper-slide .block {
    display: block;
    height: 260px;
    position: relative;
}

.row1 .col1 .swiper-slide .img {
    height: 260px;
    background: #f8f8f8;
    overflow: hidden;
}

.row1 .col1 .swiper-slide .img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.row1 .col1 .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: 40px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.row1 .col1 .swiper-pagination {
    bottom: 45px;
}

.row1 .col1 .swiper-pagination-bullet {
    background: #fff;
}

.row1 .col1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.row1 .col2 {
    width: 400px;
    /*flex: 1;*/
    height: 320px;
    margin-left: 2rem;
    overflow: hidden;
}

.row1 .col2 .hd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 44px;
    position: relative;
}

.row1 .col2 .hd ul::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    content: "";
    background-color: #f2f2f2;
    z-index: 1;
}

.row1 .col2 .hd ul li {
    height: 100%;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
}

.row1 .col2 .hd ul li:first-child {
    padding-left: 0;
}

.row1 .col2 .hd ul li::after {
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 40%;
    width: 2px;
    content: "";
    background-color: #CCCCD6;
}

.row1 .col2 .hd ul li:last-child::after {
    display: none;
}

.row1 .col2 .hd ul li a {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 0.2rem 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #444;
}

.row1 .col2 .hd ul li.on a {
    color: #0963af;
}

.row1 .col2 .hd ul li.red a,
.row1 .col2 .hd ul li.red.on a{
    color: #FF0000;
}

.row1 .col2 .hd ul li.on a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #0963af;
}

.row1 .col2 .hd ul li.red.on a::before{
    background-color:#FF0000;
}

.row1 .col2 .bd {
    /*padding-top: 0.5rem;*/
    /*padding-left: 0.5rem;*/
    padding: 0.5rem 0.5rem 0;
    /*height: 324px;*/
    /*overflow: hidden;*/
}

.row1 .col2 .bd .news {
    zoom: 1;
}

.row1 .col2 .bd .news li {
    height: 34px;
    padding-left: 15px;
    position: relative;
}

.row1 .col2 .bd .news li::before {
    width: 1em;
    height: 1em;
    line-height: 1;
    display: block;
    position: absolute;
    left: 0;
    margin-top: -4px;
    content: "•";
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}

.row1 .col2 .bd .news li:hover::before {
    background-position: 0 0;
}

.row1 .col2 .bd .news li .title {
    max-width: 269px;
}

.row2 {
    background: url("../img/ksbj.jpg") 0 0 repeat-y;
    background-size: 100% auto;
    padding: 30px 0;
}

.row2 .wrap {
    padding: 0 0 1rem;
}

.row2 .widget-header {
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.row2 .widget-header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
}

.row2 .widget-header::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2rem;
    content: "";
    height: 5px;
    background-color: rgba(255, 255, 255, 0.8);
}

.row2 .widget-header .title {
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    align-self: flex-start;
    margin-top: 6px;
}

.row2 .widget-header .more {
    font-size: 12px;
    margin-left: auto;
    color: #ffffff;
}

.row2 .widget-body {
    padding-top: 10px;
}

.row2 .widget-body ul {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row2 .widget-body ul li {
    width: 33.33%;
    padding: 0 15px;
    margin-top: 20px;
}

.row2 .widget-body ul li a {
    display: block;
    position: relative;
}

.row2 .widget-body ul li a .block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.row2 .widget-body ul li:nth-of-type(1) a .block {
    border-top: 5px solid #D0F8BB;
}

.row2 .widget-body ul li:nth-of-type(2) a .block {
    border-top: 5px solid #FFDDC3;
}

.row2 .widget-body ul li:nth-of-type(3) a .block {
    border-top: 5px solid #F2D2D8;
}

.row2 .widget-body ul li:nth-of-type(4) a .block {
    border-top: 5px solid #E4DFDD;
}

.row2 .widget-body ul li:nth-of-type(5) a .block {
    border-top: 5px solid #FBCECE;
}

.row2 .widget-body ul li:nth-of-type(6) a .block {
    border-top: 5px solid #C9DAFA;
}

.row2 .widget-body ul li a .block .icon {
    width: 55px;
    height: 55px;
}

.row2 .widget-body ul li a .block .icon img {
    width: 100%;
}

.row2 .widget-body ul li a .block .info {
    margin-left: 10px;
}

.row2 .widget-body ul li a .block .info .title {
    font-size: 26px;
    color: #363636;
    font-weight: bold;
}

.row2 .widget-body ul li a .block .info .en {
    font-size: 14px;
    color: #c8c8c8;
    margin-top: 8px;
}

.row2 .widget-body ul li a:hover .block {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.row2 .widget-body ul li a::after {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.row2 .widget-body ul li a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.row3 {
    padding: 0 0 30px;
}

.row3 .col1{
    width: 336px;
    margin-right: 2rem;
}

.row3 .col2{
    width: 832px;
}

.row3 .widget-header {
    display: flex;
    height: 44px;
    position: relative;
    justify-content: space-between;
}

.row3 .widget-header::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    content: "";
    background-color: #f2f2f2;
    z-index: 1;
}

.row3 .widget-header .title {
    height: 100%;
    position: relative;
    padding: 0.2rem 0 0;
    z-index: 2;
    color: #0963af;
    font-size: 20px;
    font-weight: bold;
}

.row3 .widget-header .title::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #0963af;
}

.row3 .widget-header .more {
    margin-left: auto;
    font-size: 12px;
    align-self: center;
    color: #999999;
}

.row3 .widget-body {
    overflow: hidden;
}

.row3 .col1 .widget-body{
    border: 3px solid #f2f2f2;
    border-top:none;
    padding: 0.5rem 1rem 0;
    height: 265px;
}

.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: 265px;
    overflow: hidden;
}

.row3 .widget-body .slide .bd ul li {
    float: left;
    width: 170px;
    margin-top: 20px;
}

.row3 .widget-body .slide .bd ul li a {
    display: block;
    margin: 0 10px;
    padding: 5px 5px 0;
    position: relative;
    transition: all 0.3s;
    background-color: #D2CDCC;
}

.row3 .widget-body .slide .bd ul li a:hover {
    box-shadow: 1px 1px 8px #555;
    transform: translateY(-10px);
}

.row3 .widget-body .slide .bd ul li a .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.row3 .widget-body .slide .bd ul li a .img img {
    width: 100%;
}

.row3 .widget-body .slide .bd ul li a .name{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.row3 .widget-body .news-list{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.row3 .widget-body .news-list li{
    position: relative;
    padding: 0.5rem 0 0.5rem 15px;
    border-bottom: 1px dashed #e8e8e8;
}

.row3 .widget-body .news-list li:before{
    width: 1em;
    height: 1em;
    line-height: 1;
    display: block;
    position: absolute;
    top:9px;
    left: 0;
    content: "•";
    font-weight: bold;
    color: #e4492d;
}

.row3 .widget-body .news-list li .title{
    line-height: 1.6;
    font-size: 14px;
}

.row3 .widget-body .news-list li .date{
    display: flex;
    height: 22px;
    justify-content: flex-end;
    align-items: center;
    color: #999;
    font-size: 12px;
}

.row3 .widget-body .news-list li .date i{
    font-size: 20px;
    margin-right: 0.5rem;
    color: #FFA64D;
}

.row4 > .flex{
    justify-content: space-between;
}

.row4 .col1{
    width: 650px;
    /*height: 280px;*/
    overflow: hidden;
    margin-right: 1rem;
}

.row4  .widget-header{
    height: 76px;
}

.row4  .widget-body{
    overflow: hidden;
}

.row4  .widget-body ul{
    list-style: none;
    margin:0 -3px;
    padding:0;
    display: flex;
    flex-wrap: wrap;
}

.row4  .widget-body ul li{
    width: 50%;
    padding: 0 3px;
    margin-top: 6px;
}

.row4  .widget-body ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 87px;
    height: 82px;
    background-color: #02B0A6;
    position: relative;
}

.row4  .widget-body ul li a .img{
    position: absolute;
    top:50%;
    left:1rem;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -27px;
}

.row4  .widget-body ul li a .img img{
    width: 100%;
}

.row4  .widget-body ul li a:hover{
    -webkit-animation-name: buzz-out;
: buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.row4  .widget-body ul li a .title{
    font-size: 22px;
    color: #ffffff;
}

.row4  .widget-body ul li a .en{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 5px;
}

.row4 .col2{
    flex: 1;
}

.row4 .col2 .widget-body ul li a{
    height: 126px;
    padding-left: 2rem;
    background-color: #F78585;
}

/*.row4 .col2 .l{*/
/*    width: 150px;*/
/*    height: 280px;*/
/*    overflow: hidden;*/
/*}*/

/*.row4 .col2 .r{*/
/*    flex: 1;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.row4 .col2 .item1,*/
/*.row4 .col2 .item1 img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.row4 .col2 .r .item{*/
/*    width: 261px;*/
/*    height: 137px;*/
/*    margin-left: 6px;*/
/*}*/

/*.row4 .col2 .r .item a{*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding-left: 2rem;*/
/*    position: relative;*/
/*    justify-content: center;*/
/*}*/

/*.row4 .col2 .r .item a:hover{*/
/*    -webkit-animation-name: buzz-out;*/
/*    animation-name: buzz-out;*/
/*    -webkit-animation-duration: 0.75s;*/
/*    animation-duration: 0.75s;*/
/*    -webkit-animation-timing-function: linear;*/
/*    animation-timing-function: linear;*/
/*    -webkit-animation-iteration-count: 1;*/
/*    animation-iteration-count: 1;*/
/*}*/

/*.row4 .col2 .r .item a .en-title {*/
/*    line-height: 20px;*/
/*    font-family: Arial;*/
/*    color: #757575;*/
/*    font-size: 14px;*/
/*}*/

/*.row4 .col2 .r .item a .zh-title {*/
/*    padding-top: 21px;*/
/*    font-size: 22px;*/
/*    color: #000;*/
/*    position: relative;*/
/*}*/

/*.row4 .col2 .r .item a .zh-title::after {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 0;*/
/*    width: 100px;*/
/*    height: 1px;*/
/*    content: "";*/
/*    background-color: #CBCBCB;*/
/*}*/

/*.row4 .col2 .r .item2,*/
/*.row4 .col2 .r .item3{*/
/*    margin-bottom: 6px;*/
/*}*/

/*.row4 .col2 .r .item2 a{*/
/*    background-color: #FAECD8;*/
/*}*/

/*.row4 .col2 .r .item3 a{*/
/*    background-color: #F78585;*/
/*}*/

/*.row4 .col2 .r .item4 a{*/
/*    background-color: #6CACDA;*/
/*}*/

/*.row4 .col2 .r .item5 a{*/
/*    background-color: #DDE9F7;*/
/*}*/



.row4 .col2 .r .item3 a .en-title,
.row4 .col2 .r .item3 a .zh-title{
    color:#fff;
}
.row4 .col2 .r .item3 a .zh-title::after{
    background-color: #ffffff;
}

.row4 .col2 .r .item4 a .en-title,
.row4 .col2 .r .item4 a .zh-title{
    color:#fff;
}
.row4 .col2 .r .item4 a .zh-title::after{
    background-color: #ffffff;
}

/*.row5 {*/
/*    !*background-color: #f5f5f5;*!*/
/*    padding: 0 0 30px 0;*/
/*}*/

.row5 .widget {
    background-color: #ffffff;
    padding-bottom: 1rem;
    /*padding: 1rem;*/
}

.row5 .widget-header {
    display: flex;
    height: 44px;
    position: relative;
    justify-content: space-between;
}

.row5 .widget-header::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    content: "";
    background-color: #f2f2f2;
    z-index: 1;
}

.row5 .widget-header .title {
    height: 100%;
    position: relative;
    padding: 0.2rem 0 0;
    z-index: 2;
    color: #0963af;
    font-size: 20px;
    font-weight: bold;
}

.row5 .widget-header .title:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #0963af;
}

.row5 .widget-body {
    padding: 1rem 0;
}

.row5 .widget-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: relative;
}

.row5 .widget-body ul::before{
    position: absolute;
    top: 0;
    left:0;
    width: 40px;
    height: 50px;
    content: "\e63d";
    font-family: "iconfont";
    font-size: 32px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#ccc;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row5 .widget-body ul::after{
    position: absolute;
    top: 0;
    right:0;
    width: 40px;
    height: 50px;
    content: "\e7e1";
    font-family: "iconfont";
    font-size: 32px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#ccc;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row5 .widget-body ul li {
    padding: 0 1rem;
    border-right: 1px solid #d8d8d8;
}

.row5 .widget-body ul li:last-child{
    border-right: none;
}

.row6{
    padding: 30px 0;
}

.row6 ul{
    list-style: none;
    margin:0 -15px;
    padding: 0;
    display: flex;
    overflow: hidden;
}
.row6 ul li{
    width: 50%;
    padding: 0 15px;
}

.row6 ul li a{
    display: block;
    height: 120px;
    background-color: #e8e8e8;
    position: relative;
}

.row6 ul li a .img{
    position: relative;
    z-index: 1;
    height: inherit;
    overflow: hidden;
}

.row6 ul li a .img img{
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.row6 ul li a:hover .img img{
    transform: scale(1.1);
}

.row6 ul li a .title{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    z-index: 2;
    font-size: 24px;
    font-weight: bold;
}

.row6 ul li a:hover .title{
    background-color: rgba(0, 0, 0, 0.1);
}