@import "base.css";

.row1 {
    padding: 40px 0 0;
}

.row1 ul {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    display: flex;
}

.row1 ul li {
    flex: 1;
    display: flex;
    padding: 0 5px;
}

.row1 ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F4F8FC;
    border: 1px solid #F4F8FC;
    border-radius: 4px;
    padding: 20px 0;
    transition: all 0.2s ease-in-out;
}

.row1 ul li a .icon {
    width: 50px;
    height: 50px;
    fill: #999;
}

.row1 ul li a .title {
    font-size: 18px;
    margin-top: 20px;
}

.row1 ul li a:hover {
    border-color: #0C9783;
}

.row1 ul li a:hover .icon {
    fill: #0C9783;
}

.row1 ul li a:hover .title {
    color: #0C9783;
}

.baner {
    padding: 40px 0 0;
}

.row2 {
    padding: 40px 0 0;
}

.row2 .widget-header {
    display: flex;
    height: 37px;
    margin-bottom: 24px;
}

.row2 .widget-header .title {
    display: flex;
    align-items: center;
    margin-right: 38px;

}

.row2 .widget-header .title .icon {
    width: 24px;
    height: 24px;
    fill: #0C9783;
    margin-right: 12px;
    transition: all 0.1s ease-in-out;
}

.row2 .widget-header .title:hover .icon {
    fill: #0C9783;
}

.row2 .widget-header .title span {
    font-size: 24px;
    color: #0C9783;
    font-weight: bold;
    transition: all 0.1s ease-in-out;
}

.row2 .widget-header .title:hover span {
    color: #0C9783;
}

.row2 .widget-header ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 37px;
}

.row2 .widget-header ul li {
    margin-left: 35px;
    height: 100%;
}

.row2 .widget-header ul li a {
    display: flex;
    height: 100%;
    align-items: center;
}

.row2 .widget-body {
    display: flex;
    justify-content: space-between;
}

.row2 .widget-body .l {
    width: 760px;
}

.row2 .widget-body .r {
    width: 600px;

}

.row2 .widget-body .l .swiper-container {
    padding-bottom: 486px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.row2 .widget-body .l .swiper-container .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row2 .widget-body .l .swiper-container .swiper-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.row2 .widget-body .l .swiper-container .swiper-slide a {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: block;
}

.row2 .widget-body .l .swiper-container .swiper-slide a .img {
    display: block;
    position: relative;
    z-index: 1;
}

.row2 .widget-body .l .swiper-container .swiper-slide a .img img {
    width: 100%;
}

.row2 .widget-body .l .swiper-container .swiper-slide a .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2;
}

.row2 .widget-body .l .swiper-container .swiper-slide a .title span {
    display: block;
    margin-right: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}

.row2 .widget-body .l .swiper-pagination {
    right: 10px;
    left: auto;
    width: 130px;
}

.row2 .widget-body .l .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0 5px;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.row2 .widget-body .l .swiper-pagination-bullet-active {
    background-color: #6EE7B7;
    width: 32px;
    border-radius: 6px;
}

.row2 .widget-body .l .list ul {
    list-style: none;
    margin: 0;
    padding: 11px 0 0 0;
}

.row2 .widget-body .l .list ul ol {
    margin: 0;
    padding: 0 20px 0 0;
    /*border-bottom: 1px solid #e8e8e8;*/
}

.row2 .widget-body .l .list ul ol a {
    display: block;
}

.row2 .widget-body .l .list ul ol a .title {
    font-size: 24px;
    line-height: 1em;
    font-weight: bolder;
    margin-bottom: 12px;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row2 .widget-body .l .list ul ol a:hover .title {
    color: #0C9783;
}

.row2 .widget-body .l .list ul ol a .detail {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #4b5563;
    display: -webkit-box;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.row2 .widget-body .l .list ul ol a .meta {
    margin-top: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

.row2 .widget-body .l .list ul ol a .meta .icon {
    width: 14px;
    height: 14px;
    fill: #6b7280;
    margin-right: 10px;
}

.row2 .widget-body .l .list ul ol a .meta .date {
    padding-right: 10px;
    color: #6b7280;
    border-right: 1px solid #d1d5db;
}

.row2 .widget-body .l .list ul ol a .meta .cate {
    color: #6b7280;
    margin-left: 10px;
}

.row2 .widget-body .l .list ul li a {
    display: flex;
    height: 36px;
    align-items: center;
    position: relative;
}

.row2 .widget-body .l .list ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 15px;
    background-color: #6b7280;
    border-radius: 50%;
}

.row2 .widget-body .l .list ul li a:hover::before {
    background-color: #0C9783;
}

.row2 .widget-body .l .list ul li a .title {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.row2 .widget-body .l .list ul li a .meta {
    width: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

.row2 .widget-body .l .list ul li a .meta .icon {
    width: 14px;
    height: 14px;
    fill: #6b7280;
    margin-right: 10px;
}

.row2 .widget-body .l .list ul li a .meta .date {
    color: #6b7280;
}

.row2 .widget-body .r .list {
    overflow: hidden;
}

.row2 .widget-body .r .list ul {
    list-style: none;
    margin: -20px -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row2 .widget-body .r .list ul li {
    width: 50%;
    padding: 0 15px;
    margin-top: 20px;
}

.row2 .widget-body .r .list ul li a {
    display: block;
}

.row2 .widget-body .r .list ul li a .img {
    position: relative;
    padding-bottom: 66%;
}

.row2 .widget-body .r .list ul li a .img-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 3px;
}

.row2 .widget-body .r .list ul li a .img-block img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

.row2 .widget-body .r .list ul li a:hover .img-block img {
    transform: scale(1.1);
}

.row2 .widget-body .r .list ul li a .title {
    margin: 7px 0 7px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111827;
}

.row2 .widget-body .r .list ul li a:hover .title {
    color: #0C9783;
}

.row2 .widget-body .r .list ul li a .detail {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #4b5563;
}

.row2 .widget-body .r .list ul li a .meta {
    margin-top: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

.row2 .widget-body .r .list ul li a .meta .icon {
    width: 14px;
    height: 14px;
    fill: #6b7280;
    margin-right: 10px;
}

.row2 .widget-body .r .list ul li a .meta .date {
    padding-right: 10px;
    color: #6b7280;
    border-right: 1px solid #d1d5db;
}

.row2 .widget-body .r .list ul li a .cate {
    color: #6b7280;
    margin-left: 10px;
}

.row3 {
    margin: 40px 0 0;
    position: relative;

}

.row3::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background: url(../img/row3-bg.jpg) center top no-repeat;
}

.row3::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    background-color: rgba(244, 248, 252, .95);
}

.row3 .wrap {
    position: relative;
    z-index: 3;
}

.row3 .widget {
    padding: 40px 0;
}

.row3 .widget-header {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 35px;
}

.row3 .widget-header::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    content: "";
    z-index: 1;
}

.row3 .widget-header::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40px;
    content: "";
    border-bottom: 5px solid #ef4444;
    border-radius: 2px;
    z-index: 2;
}

.row3 .widget-header .title {
    position: relative;
    z-index: 3;
    font-size: 20px;
    font-weight: bold;
    color: #ef4444;
}

.row3 .widget-header .more {
    font-size: 14px;
}

.row3 .widget-body {
    padding-top: 25px;
}

.row3 .widget-body ul {
    display: flex;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}

.row3 .widget-body ul li {
    width: 25%;
    height: 144px;
    padding: 0 10px;
}

.row3 .widget-body ul li a {
    display: block;
    background-color: #ffffff;
    padding: 1rem;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}

.row3 .widget-body ul li a:hover {
    border-color: #0eb29a;
    box-shadow: 0 0 15px 5px rgba(14, 178, 154, 0.1);
}

.row3 .widget-body ul li a .meta {
    display: flex;
    height: 46px;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 1rem;
}

.row3 .widget-body ul li a .meta::before {
    background-color: #0eb29a;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 38px;
}

.row3 .widget-body ul li a .meta .date {
    color: #4b5563;
    font-family: Nunito, sans-serif;
    font-size: 34px;
}

.row3 .widget-body ul li a .meta .tag {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 1em;
    line-height: 1;
    margin-top: 10px;
}

.row3 .widget-body ul li a .meta .tag.news {
    background-color: #ef4444;
    color: #ffffff;
}

.row3 .widget-body ul li a .meta .tag.hot {
    background-color: #10b981;
    color: #ffffff;
}

.row3 .widget-body ul li a .title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.row4 {
    padding: 40px 0;
    position: relative;
    background: url(../img/row3-bg.jpg) center -284px no-repeat;
}

.row4::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(135deg, rgba(49, 204, 157, .95), rgba(42, 172, 211, .95));
    z-index: 1;
}

.row4 .wrap {
    position: relative;
    z-index: 2;
}

.row4 .zj .widget-header {
    display: flex;
    height: 44px;
    justify-content: space-between;
    position: relative;
}

.row4 .zj .widget-header::before {
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 72px;
    height: 22px;
    content: "";
    background: url(../img/doctor_header_bg.png) 0 0 no-repeat;
    z-index: 2;
}

.row4 .zj .widget-header::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    z-index: 1;
}

.row4 .zj .widget-header .title {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.row4 .zj .widget-header .more {
    background-color: #0eb29a;
    color: #ffffff;
    padding: 8px 16px;
    font-size: 14px;
    align-self: flex-end;
    margin-bottom: 10px;
    border-radius: 4px;
}

.row4 .zj .widget-header .more:hover {
    background-color: #0b8674;
}

.row4 .zj .widget-body .swiper-container {
    position: relative;
    padding-top: 56px;
}

.row4 .zj .widget-body .swiper-slide a {
    display: block;
    padding: 10px;
    background-color: rgba(255,255,255,0.9);
}

.row4 .zj .widget-body .swiper-slide a .img {
    overflow: hidden;
    height: 240px;
}

.row4 .zj .widget-body .swiper-slide a .img img {
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.row4 .zj .widget-body .swiper-slide a:hover .img img {
    transform: scale(1.1);
}

.row4 .zj .widget-body .swiper-slide a .info {
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 15px;
    justify-content: center;
    align-items: center;
}

.row4 .zj .widget-body .swiper-slide a .info .name {

    display: flex;
    align-items: center;
}

.row4 .zj .widget-body .swiper-slide a .info .name .icon {
    width: 14px;
    height: 14px;
    fill: #ef4444;
    margin-right: 5px;
}

.row4 .zj .widget-body .swiper-slide a .info .name span {
    font-weight: bold;
    color: #0C9783;
    /*font-size: 14px;*/
}

.row4 .zj .widget-body .swiper-slide a .info .zw{
    margin-top: 10px;
}

.row4 .zj .widget-body .swiper-pagination {
    top: 19px;
    left: unset;
    right: 0;
    height: 18px;
    width: auto;
}

.row4 .zj .widget-body .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    margin: 0 5px;
    border-radius: 3px;
    background-color: #ffffff;
    opacity: 1;
}

.row4 .zj .widget-body .swiper-pagination-bullet-active {
    background-color: #6EE7B7;
}

.row4 .cate {
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
}

.row4 .cate .widget {
    display: flex;
}

.row4 .cate .widget-header {
    width: 130px;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    background: url("../img/row4-cate-bg.png") 0 0 no-repeat;
}

.row4 .cate .widget-header .title {
    display: block;
    padding-bottom: 20px;
    font-size: 24px;
    color: #111827;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
}

.row4 .cate .widget-header .title::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 24px;
    height: 3px;
    content: "";
    background-color: #0b8674;
    border-radius: 2px;
    margin-left: -12px;
}

.row4 .cate .widget-body {
    flex: 1;
    padding-right: 20px;
}

.row4 .cate .widget-body .slide .hd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}

.row4 .cate .widget-body .slide .hd ul::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    content: "";
}


.row4 .cate .widget-body .slide .hd ul li {
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    cursor: default;
}

.row4 .cate .widget-body .slide .hd ul li.on {
    background-color: #ffffff;
    box-shadow: 0 0 15px 5px rgba(14, 178, 154, 0.1);
}

.row4 .cate .widget-body .slide .bd > div {
    display: none;
}

.row4 .cate .widget-body .slide .bd > div.on {
    display: block;
}

.row4 .cate .widget-body .slide .bd ul {
    list-style: none;
    margin: 0 -10px;
    padding: 20px 0;
    flex-wrap: wrap;
    display: flex;
}

.row4 .cate .widget-body .slide .bd ul li {
    width: 16.66%;
    padding: 0 10px;
}

.row4 .cate .widget-body .slide .bd ul li a {
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    position: relative;
    font-size: 15px;
}

.row4 .cate .widget-body .slide .bd ul li a span {
    position: relative;
    z-index: 2;
}

.row4 .cate .widget-body .slide .bd ul li a:hover span {
    color: #ffffff;
}

.row4 .cate .widget-body .slide .bd ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: #0eb29a;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    border-radius: 3px 24px 24px 3px;
}

.row4 .cate .widget-body .slide .bd ul li a:hover::before {
    width: 100%;
}

.row5 {
    padding: 40px 0;
}

.row5 .l,
.row5 .r {
    width: 50%;
}

.row5 .l {
    padding-right: 30px;
}

.row5 .r {
    padding-left: 30px;
}

.row5 .widget-header {
    display: flex;
    height: 37px;
    position: relative;
}

.row5 .widget-header::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    content: "";
    z-index: 1;
}

.row5 .widget-header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96px;
    border-bottom: 2px solid #0C9783;
    content: "";
    z-index: 2;
}

.row5 .l .widget-header::after {
    border-bottom: 2px solid #b50606;
}

.row5 .widget-header .title {
    font-size: 24px;
    color: #0C9783;
    font-weight: bold;
    line-height: 1;
}

.row5 .l .widget-header .title {
    color: #b50606;
}

.row5 .widget-header ul {
    display: flex;
    height: 24px;
    align-items: center;
    list-style: none;
    margin: 0 0 0 40px;
    padding: 0;
}

.row5 .widget-header ul li {
    margin-left: 40px;
}

.row5 .l .widget-header ul li a:hover {
    color: #b50606;
}

.row5 .widget-header .more {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 14px;
    color: #888;
}

.row5 .widget-header .more:hover {
    color: #0C9783;
}

.row5 .widget-body {
    padding-top: 40px;
}

.row5 .widget-body .list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.row5 .widget-body .list ul ol {
    margin: 0 0 16px 0;
    padding: 0 20px 24px 0;
    border-bottom: 1px solid #e8e8e8;
}

.row5 .widget-body .list ul ol a {
    display: block;
}

.row5 .widget-body .list ul ol a .title {
    font-size: 24px;
    line-height: 1em;
    font-weight: bolder;
    margin-bottom: 12px;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.row5 .widget-body .list ul ol a:hover .title {
    color: #0C9783;
}

.row5 .l .widget-body .list ul ol a:hover .title {
    color: #b50606;
}

.row5 .widget-body .list ul ol a .detail {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #4b5563;
    display: -webkit-box;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.row5 .widget-body .list ul ol a .meta {
    margin-top: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

.row5 .widget-body .list ul ol a .meta .icon {
    width: 14px;
    height: 14px;
    fill: #6b7280;
    margin-right: 10px;
}

.row5 .widget-body .list ul ol a .meta .date {
    padding-right: 10px;
    color: #6b7280;
    border-right: 1px solid #d1d5db;
}

.row5 .widget-body .list ul ol a .meta .cate {
    color: #6b7280;
    margin-left: 10px;
}

.row5 .widget-body .list ul li a {
    display: flex;
    height: 36px;
    align-items: center;
    position: relative;
}

.row5 .widget-body .list ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 15px;
    background-color: #6b7280;
    border-radius: 50%;
}

.row5 .widget-body .list ul li a:hover::before {
    background-color: #0C9783;
}

.row5 .l .widget-body .list ul li a:hover::before {
    background-color: #b50606;
}

.row5 .widget-body .list ul li a .title {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.row5 .l .widget-body .list ul li a:hover .title {
    color: #b50606;
}

.row5 .widget-body .list ul li a .meta {
    width: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

.row5 .widget-body .list ul li a .meta .icon {
    width: 14px;
    height: 14px;
    fill: #6b7280;
    margin-right: 10px;
}

.row5 .widget-body .list ul li a .meta .date {
    color: #6b7280;
}

.row6 {
    padding: 40px 0;
    background: url("../img/row6-bg.jpg") 0 0 no-repeat;
    position: relative;
}

.row6::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background-color: rgba(254, 239, 224, 0.95);
}

.row6 .wrap {
    position: relative;
    z-index: 2;
}

.row6 .widget-header {
    display: flex;
    height: 37px;
    align-items: center;
    margin-bottom: 24px;
}


.row6 .widget-header .icon {
    width: 30px;
    height: 30px;
    fill: #F28237;
    margin-right: 12px;
}

.row6 .widget-header .title {
    font-size: 24px;
    color: #F28237;
    font-weight: bold;
}

.row6 .widget-body ul {
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
}

.row6 .widget-body ul li {
    width: 20%;
    padding: 0 20px;
}

.row6 .widget-body ul li a {
    height: 160px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.row6 .widget-body ul li a:hover {
    box-shadow: #FCDEC0 0 0 10px 5px;
    transform: translateY(10px);
}

.row6 .widget-body ul li a .icon {
    width: 80px;
    height: 80px;
}

.row6 .widget-body ul li a .title {
    font-size: 20px;
    font-weight: bold;
    color: #111827;
    margin-top: 10px;
}

.row7{
    padding: 0 0 40px;
}

.row7 .widget-header {
    display: flex;
    height: 37px;
    position: relative;
}

.row7 .widget-header::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    content: "";
    z-index: 1;
}

.row7 .widget-header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96px;
    border-bottom: 2px solid #5288F5;
    content: "";
    z-index: 2;
}

.row7 .widget-header .title {
    font-size: 24px;
    color: #5288F5;
    font-weight: bold;
    line-height: 1;
}

.row7 .widget-header .more {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 14px;
    color: #888;
}

.row7 .widget-header .more:hover {
    color: #5288F5;
}

.row7 .widget-body {
    overflow: hidden;
    margin-top: 24px;
}

.row7 .widget-body .slide {
    /*margin: 0 -10px;*/
    position: relative;
}

.row7 .widget-body .slide .bd {
    position: relative;
    z-index: 1;
}

.row7 .widget-body .slide .bd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
    height: 225px;
    overflow: hidden;
}

.row7 .widget-body .slide .bd ul li {
    float: left;
    width: 280px;
    height: 225px;
    overflow: hidden;
}

.row7 .widget-body .slide .bd ul li a {
    display: block;
    margin: 0 10px;
    padding: 0;
    background-color: #ffffff;
    position: relative;
}

.row7 .widget-body .slide .bd ul li a .img {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.row7 .widget-body .slide .bd ul li a .img-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.row7 .widget-body .slide .bd ul li a .img-block img {
    width: 100%;
    height: 100%;
}

.row7 .widget-body .slide .bd ul li a .title{
    text-align: center;
    line-height: 30px;
}