﻿.section1 {
    padding: 80px 0;
}

.sect1-l {
    float: left;
    width: 47.85%;
}

.sect1-l h2 {
    line-height: 40px;
    border-left: 5px solid #8c6aba;
    padding-left: 25px;
    font-size: 36px;
    color: #333333;
}

.sect1-l p {
    margin: 60px 0;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
}

.sect1 ul {
    font-size: 0;
}

.sect1 ul li {
    display: inline-block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #eeeeee;
    text-align: center;
    margin-right: 30px;
}

.sect1 ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.sect1 ul li a span {
    display: inline-block;
    vertical-align: middle;
}

.sect1 ul li a span img {
    padding-right: 10px;
}

.sect1 ul li a span img.jj-icon-other {
    display: none;
}

.sect1 ul li:hover a span img.jj-icon {
    display: none;
}

.sect1 ul li:hover a span img.jj-icon-other {
    display: inline-block;
}

.sect1 ul li:hover {
    background-color: #8c6aba;
    border: 1px solid #8c6aba;
}

.sect1 ul li:hover a {
    color: #fff;
}

.sect1-r {
    position: relative;
    float: right;
    width: 47.85%;
}

.sect1-r a {
    display: block;
    position: relative;
}

.sect1-r .pic {
    padding-top: 70.89%;
}

.sect1-r a .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3) url(../images/bf.png) no-repeat 55% center;
}

.section2 {
    padding-top: 75px;
    padding-bottom: 80px;
    background: url(../images/section2-bg.jpg) no-repeat center top;
    background-size: 100% auto;
}

.sect2 {
    position: relative;
}

.sect2 .title {
    line-height: 40px;
    border-left: 5px solid #fff;
    padding-left: 25px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.sect2 .topic {
    position: absolute;
    top: 0;
    left: 180px;
    right: 0;
    line-height: 40px;
}

.sect2 .topic h2 {
    float: left;
}

.sect2 .topic h2 span {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 130px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}

.sect2 .topic h2 span:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .2);
    display: none;
}

.sect2 .topic h2 span.on {
    background-color: #fff;
    font-weight: bold;
    color: #8c6aba;
}

.sect2 .topic h2 span.on:after {
    display: block;
}

.sect2 .topic .more {
    float: right;
}

.sect2 .topic .more a {
    display: none;
    font-size: 16px;
    color: #fff;
}

.sect2 .topic .more a.on {
    display: block;
}

.title .more:hover a {
    text-decoration: underline!important;
}

.sect2 .qh-nr {
    margin-top: 60px;
}

.sect2 .qh-nr .box {
    display: none;
}

.sect2 .qh-nr .box.on {
    display: block;
}

.box-top ul li {
    float: left;
    width: 30%;
    margin-left: 5%;
}

.box-top ul li:nth-child(3n-2) {
    margin-left: 0;
}

.box-top ul li a {
    display: block;
}

.box-top ul li a .pic {
    padding-top: 64%;
}

.box-top ul li a .text {
    position: relative;
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding: 20px 30px;
}

.box-top ul li a .text h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-top ul li a .text p {
    line-height: 24px;
    font-size: 14px;
    color: #9a9a9a;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.box-top ul li a .text .time {
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left center;
    font-size: 14px;
    color: #999;
    padding-right: 100px;
}

.box-top ul li a .text span {
    position: absolute;
    right: 30px;
    bottom: 15px;
    width: 90px;
    height: 25px;
    line-height: 25px;
    border-radius: 30px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.box-top ul li:hover a .text span {
    background-color: #8c6aba;
    color: #fff;
}

.box-top ul li:hover .text {
    box-shadow: 0 5px 10px #d1d1d1;
}

.box-down {
    border: 1px solid #eeeeee;
    margin-top: 40px;
    padding: 20px;
}

.box-down>ul>li {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.box-down>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.box-down>ul>li a {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #eeeeee;
}

.box-down>ul>li:first-child a {
    border-top: none;
}

.box-down>ul>li:first-child+li a {
    border-top: none;
}

.box-down>ul>li a h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.box-down>ul>li a p {
    line-height: 24px;
    font-size: 14px;
    color: #9a9a9a;
    height: 48px;
    overflow: hidden;
}

.box-down>ul>li a .date {
    margin-top: 10px;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left center;
    font-size: 14px;
    color: #9a9a9a;
}

.box-down>ul>li:hover a h2 {
    font-weight: bold;
    color: #8c6aba;
}

.section3 {
    background: url(../images/sect3-bg.jpg) no-repeat center center;
    padding: 100px 0;
    background-size: cover;
}

.sect3 .title {
    position: relative;
}

.sect3 .title h2 {
    text-align: center;
    font-weight: bold;
}

.sect3 .title h2 span {
    display: inline-block;
    padding: 0 30px;
    background: url(../images/xx.png) no-repeat left center;
    font-size: 30px;
    color: #dbceee;
    cursor: pointer;
}

.sect3 .title h2 span:first-child {
    background: none;
}

.sect3 .title h2 span.on {
    font-size: 36px;
    color: #fff;
}

.sect3 .title .more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
}

.sect3 .title .more a {
    display: none;
    font-size: 16px;
    color: #fff;
}

.sect3 .title .more a.on {
    display: inline-block;
}

.s3-qh ul {
    display: none;
    overflow: hidden;
}

.s3-qh ul.on {
    display: block;
}

.date-list>li {
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 50px;
}

.date-list>li:nth-child(3n-2) {
    margin-left: 0;
}

.date-list>li a {
    display: block;
    overflow: hidden;
}

.date-list>li a .date {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px dashed #c7ace6;
    border-radius: 5px;
}

.date-list>li a .date p {
    padding-top: 5px;
    position: relative;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.date-list>li a .date span {
    display: block;
    font-size: 16px;
    color: #fff;
}

.date-list>li a .text {
    overflow: hidden;
    padding-left: 20px;
}

.date-list>li a .text h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.date-list>li:hover a .text h2 {
    font-weight: bold;
}

.date-list>li a .text p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    opacity: .4;
    height: 60px;
    overflow: hidden;
}

.section4 {
    padding: 70px 0;
    background: url(../images/sect4-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect4 .title {
    position: relative;
}

.sect4 .title h2 {
    text-align: center;
}

.sect4 .title h2 span {
    font-size: 36px;
    color: #333;
}

.sect4 .title .more {
    position: absolute;
    right: 0;
    top: 10px;
}

.sect4 .title .more a {
    font-size: 16px;
    color: #333;
}

.s4-bt {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}

.s4-bt p {
    font-size: 18px;
    color: #333;
}

.s4 ul li {
    float: left;
    width: 30%;
    margin-left: 5%;
}

.s4 ul li:nth-child(3n-2) {
    margin-left: 0;
}

.s4 ul li a {
    display: block;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 10px #eee;
}

.s4 ul li a h3 {
    font-size: 24px;
    color: #8c6aba;
}

.s4 ul li a h3 img {
    display: inline-block;
    padding-right: 10px;
    vertical-align: -3px;
}

.s4 ul li a h3 img.icon-other {
    display: none;
}

.s4 ul li:hover a h3 img.icon-other {
    display: inline-block;
}

.s4 ul li:hover a h3 img.icon {
    display: none;
}

.s4 ul li:hover a h3 {
    color: #fff;
}

.s4 ul li a h2 {
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #666;
    font-weight: normal;
}

.s4 ul li:hover a h2 {
    color: #fff;
}

.s4 ul li a p {
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.s4 ul li:hover a p {
    color: #fff;
}

.s4 ul li:nth-child(1) a {
    background: #fff url(../images/s4-bg1.png) no-repeat 90% 90%;
}

.s4 ul li:nth-child(2) a {
    background: #fff url(../images/s4-bg2.png) no-repeat 90% 90%;
}

.s4 ul li:nth-child(3) a {
    background: #fff url(../images/s4-bg3.png) no-repeat 90% 90%;
}

.s4 ul li:nth-child(1):hover a {
    background: #8c6aba url(../images/s4-bg1-other.png) no-repeat 90% 90%;
}

.s4 ul li:nth-child(2):hover a {
    background: #8c6aba url(../images/s4-bg2-other.png) no-repeat 90% 90%;
}

.s4 ul li:nth-child(3):hover a {
    background: #8c6aba url(../images/s4-bg3-other.png) no-repeat 90% 90%;
}

.section5 {
    padding-top: 80px;
    padding-bottom: 75px;
    background: url(../images/sect5-bg.jpg) no-repeat center top;
    box-sizing: cover;
}

.sect5 .title {
    text-align: center;
}

.sect5 .title h2 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

.sect5 .title p {
    margin-top: 35px;
    margin-bottom: 70px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #333;
}

.s5 {
    background-color: #fff;
    box-shadow: 0 0 10px #c1c1c1;
    padding: 15px;
}

.s5-l {
    float: left;
    width: 73.5%;
}

.s5-r {
    float: right;
    width: 25%;
}

.s5 a {
    position: relative;
    display: block;
}

.s5l-top {
    margin-bottom: 15px;
}

.s5l-down ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.s5l-down ul li:nth-child(3n-2) {
    margin-left: 0;
}

.s5l-down ul li a .pic {
    padding-top: 93.75%;
}

.s5l-top .s5l-top-l {
    float: left;
    width: 66%;
}

.s5l-top .s5l-top-l a:hover img {
    transform: scale(1.1);
}

.s5l-top .s5l-top-l a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
}

.s5l-top .s5l-top-l a .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url(../images/bf.png) no-repeat 60% center;
    background-size: 15px auto;
    z-index: 99;
}

.s5l-top .s5l-top-l .pic {
    padding-top: 45.45%;
}

.s5l-top .s5l-top-r {
    float: right;
    width: 32%;
}

.s5l-top .s5l-top-r .pic {
    padding-top: 93.75%;
}

.s5-r .pic {
    padding-top: 181%;
}