/* textList 01*/

.listin01 li {
    /* border-bottom: 1px solid #eaeaea; */
    position: relative;
}

.listin01 li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    background: #2663d0;
    border-radius: 50%;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.listin01 li a {
    display: block;
    padding-left: 16px;
    color: #292929;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
}

.listin01 li a:hover {
    font-weight: bold;
}

.listin01 li a:hover span {
    font-weight: normal;
}

.indexNews .nr .listin01 li {
    margin-top: 12px;
}

.indexNews .nr .listin01{min-height: 230px;}
/* .indexNews .nr .listin01 li:hover {
    transform: translateX(10px);
} */


/* .listin01 li a::after {
    background: linear-gradient(to right, #127637, #76bb2c);
    -webkit-background: linear-gradient(to right, #127637, #76bb2c);
    -moz-background: linear-gradient(to right, #127637, #76bb2c);
    -ms-background: linear-gradient(to right, #127637, #76bb2c);
} */


/* .listin01 li .span{padding-bottom: 5px;
  border-bottom: 1px solid #eee;align-items: 
  center;justify-content: space-between;
} */

.listin01 li span {
    border-bottom: none;
    width: 96px;
    white-space: nowrap;
    text-align: center;
    padding: 0;
}

.listin01 li h3 {
    line-height: 26px;
    font-weight: normal;
    width: calc(100% - 120px);
    transition: 0.5s;
}


/* textList 01*/

.listin03 {
    padding: 0 18px;
}

.listin03 li::before {
    width: 4px;
    height: 20px;
    left: 0;
    top: 3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.listin03 li {
    margin-top: 20px;
}


/* indimg */

.indbox02a {
    align-items: stretch;
}

.listimg03 {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.listimg03 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}

.listimg03 li:nth-child(2n) {
    margin-right: 0;
}

.listimg03 li .itxt p {
    color: #343434;
    margin-top: 10px;
    font-weight: bold;
    padding: 0 18px;
}

.listimg03 li:hover p {
    color: #2663d0;
}


/* dateList01 */

.noticeList li {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 8px;
    background: #fff;
    margin-bottom: 14px;
}

.noticeList li:last-child {
    margin-bottom: 0;
}

.noticeList li .noticBox {
    position: relative;
    margin-left: 96px;
    display: block;
    height: 66px;
    padding-top: 5px;
}

.noticeList li .nDate {
    position: relative;
    width: 64px;
    height: 66px;
    float: left;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #2663d0;
    padding: 10px;
    margin-right: 10px;
}

.noticeList li .nDate::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 66px;
    background: #aeaeae;
    top: 0;
    right: -10px;
}

.noticeList li .nDate strong {
    margin-top: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
    font-weight: normal;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.noticeList li .nDate i {
    margin-top: 12px;
    display: block;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #dae24a;
    font-style: normal;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


/* 
三角
.noticeList li .nDate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #be812f;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
} */

.noticeList h3 {
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noticeList p {
    padding-right: 102px;
    vertical-align: middle;
    display: inline-block;
}

.titledate {
    width: 92px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
    color: #2663d0;
}


/* listDate02 */

.listDate02 ul li {
    padding: 18px 0;
    border-bottom: 1px dashed #d2d2d2;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.listDate02 .listin01 li a {
    padding-left: 20px;
}

.listDate02 .listin01 li::before {
    top: 26px;
}


/* listDate02 */


/* imglist03 */

.imglist03 ul {
    /* margin: 0 0 -40px; */
    padding: 0 0 0;
}

.imglist03 .item {
    margin: 0 0 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    top: 0;
    position: relative;
    background: #fff;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.imglist03 .img_box {
    width: 348px;
    float: left;
}

.imglist03 .info_box {
    margin: 0 16px 0 374px;
    padding: 15px 0 0;
}

.imglist03 .info_box a {
    font-weight: normal;
    color: #464646;
    font-weight: bold;
}
.imglist03 .info_box a.newsMore03{
    font-weight: normal;
}
.mainbox01 .newlist03 .item:hover a {
    color: #2663d0;
}

.imglist03 .info_box a.time {
    position: absolute;
    left: 374px;
    bottom: 20px;
    font-weight: normal;
}

.imglist03 .img {
    position: relative;
}

/* .imglist03 .img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */

.imglist03 .title {
    font-weight: bold;
}

.imglist03 .info {
    margin: 12px 0 0px;
    color: #464646;
}

.imglist03 .time i {
    color: #999;
    display: none;
}

.imglist03 .item:hover .img img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05) ;
}

.mode04 .imglist03 li .item {
    margin-bottom: 0;
}

.mode04 .imglist03 li {
    margin-bottom: 20px;
}

.mode04 .imglist03 li:last-child {
    margin-bottom: 0;
}

.mode04 .imglist03 ul {
    margin: 0 0 0px;
}

.mode04 .imglist03 .item:hover .info,
.mode04 .imglist03 .item:hover a {
    color: #2663d0;
}


/* imglist03 */

.index_01b .imglist03 li {
    background: #e6f1ff;
    padding: 10px;
}

.index_01b .imglist03 .item {
    margin: 0;
    background: transparent;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.index_01b .imglist03 ul {
    margin: 0;
}

.index_01b .imglist03 .img_box {
    width: 208px;
    float: left;
}

.index_01b .imglist03 .info_box {
    margin: 0 0 0 218px;
    padding: 0;
}

.index_01b .imglist03 .info_box a {
    font-weight: bold;
    margin-bottom: 10px;
}

.index_01b .imglist03 .info {
    margin: 0;
    color: #292929;
}


/* textList img 02*/


/* newlist03 */

.newlist03 li .item {
    padding: 30px 0;
    border-bottom: 1px solid #d7d7d7;
}

.newlist03 h6.time {
    color: #2c81cf;
    margin-bottom: 16px;
}

.newsMore03 {
    margin-top: 20px;
    display: block;
    text-align: right;
    color: #636363;
    font-weight: normal;
}

.newsMore03 i {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    color: #636363;
    margin-left: 4px;
}

.newlist03 .img_box {
    width: 380px;
    float: left;
}

.newlist03 .info_box {
    padding-top: 0;
    margin: 0 0 0 414px;
}

.mainbox01 .newlist03 .item {
    margin: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.newlist03 li:hover .item {
    /* top: -10px; */
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}

.newlist03 li:hover .newsMore03 i {
    color: #2c81cf;
}


/* newlist03 */

.subconbg01 {
    background: url(../images/evenbg.jpg) no-repeat left bottom;
    background-size: 100% 1152px;
}

.sub10ul>li {
    margin-bottom: 40px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sub10ul>li>a {
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.sub10ul>li>a::before {
    content: "";
    display: block;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    /* border: 1px solid #e5e5e5; */
    position: absolute;
    left: 0px;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.sub10ul>li .item {
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 30px;
    position: relative;
}

.sub10l {
    width: 324px;
    overflow: hidden;
}

.listin02 li {
    background: #f8f9fa;
    margin-bottom: 40px;
}

.sub10r {
    margin-left: 360px;
    position: relative;
    z-index: 1;
}

.sub10-item {
    line-height: 30px;
    height: auto;
    max-height: 60px;
    margin: 10px 0;
    color: #333;
    font-weight: bold;
}

.datelist {
    color: #076e39;
    font-weight: bold;
    margin-top: 24px;
}

.sub10-info {
    color: #555;
    /* line-height: 26px;
  height: auto;
  height: 78px;
  line-clamp: 3;
  -webkit-line-clamp: 3; */
}

.sub10ul>li:hover a::before {
    /* border: 1px solid #fff;  background: #fff;*/
    box-shadow: 0px 15px 30px 0px rgba(0, 46, 47, 0.1);
}

.sub10ul>li:hover .item::after {
    content: "";
    display: block;
    width: 177px;
    height: 165px;
    position: absolute;
    right: 0;
    bottom: -35px;
    transition: all 0.3s ease-in-out;
}

.sub10ul>li:hover .sub10-item,
.sub10ul>li:hover .sub10-info {
    color: #076e39;
}

.sub10ul>li:hover .datelist {
    color: #076e39;
}

.sub10ul>li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.sub10ul>li.on .sub10r {
    margin-left: 0;
    padding-left: 20px;
}

.sub10ul>li.on>a::before {
    width: 100%;
    left: 0;
}


/* textList 02*/


/* imglist */

.ai_card {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
}

.ai_card h2.t {
    padding-top: 80px;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}

.ai_card p.sub_t {
    padding-top: 15px;
    font-size: 16px;
    text-align: center;
    padding-bottom: 60px;
}

.ai_card ul {
    padding-bottom: 70px;
}

.ai_card ul li {
    float: left;
    position: relative;
    width: 33%;
    height: 428px;
    border: 1px solid #e7e7e7;
    margin-left: -1px;
    z-index: 10;
}

.ai_card ul li:before {
    content: "";
    width: 0px;
    height: 2px;
    background: #00b8ff;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    transition: 1s;
}

.ai_card ul li .info {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
    transition: 0.5s;
}

.ai_card ul li .info .imgicon {
    width: 100%;
    height: 90px;
    text-align: center;
}

.ai_card ul li .info h3 {
    font-weight: normal;
    color: #333;
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 24px;
    text-align: center;
}

.ai_card ul li .info p {
    width: 80%;
    height: 85px;
    line-height: 24px;
    margin: 0 auto;
    color: #73747b;
    font-size: 14px;
}

.ai_card ul li a.btn {
    position: absolute;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    left: 50%;
    margin-left: -60px;
    bottom: 50px;
    color: #fff;
    background: #00b8ff;
    opacity: 0;
    border-radius: 2px;
    transition: 0.5s;
    font-size: 16px;
    text-align: center;
}

.ai_card ul li.active {
    box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}

.ai_card ul li.active:before {
    width: 398px;
    height: 2px;
}

.ai_card ul li.active .info {
    top: 50px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.ai_card ul li.active a.btn {
    opacity: 1;
}


/* imglist 01*/


/* imglist 02*/


/* home1 */

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.l6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.l7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none;
}

.imged video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}

video {
    max-width: 100%;
}

.scale {
    overflow: hidden;
}

a:hover .imged {
    transform: scale(1.1);
}

.wl {
    position: relative;
    z-index: 1;
}

.wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
}

.home1 {
    padding: 60px 0 40px;
    overflow: hidden;
}

.title {
    justify-content: space-between;
    position: relative;
    margin-bottom: 55px;
    align-items: center;
}

.title .tit {
    align-items: flex-end;
    margin: 0 auto;
    padding-bottom: 20px;
}

.title .tit::after {
    width: 198px;
    height: 75px;
    background: url(../images/titbg.png) no-repeat;
    background-size: 100% !important;
    bottom: 0;
    /* top: 0; */
    left: 0.26rem;
}

.title .tit .ico {
    width: 58px;
    height: 67px;
}

.title .tit .ico::after {
    width: 58px;
    height: 70px;
    background: url(../images/tit-t.png) no-repeat;
    background-size: 100% 100% !important;
}

.title .tit .ico img {
    width: 100%;
    animation: play 25s linear infinite;
}

.title .h3 {
    padding-left: 15px;
    position: relative;
}

.title h3 {
    font-size: 36px;
    color: #333;
    line-height: 1.2;
    font-weight: bold;
    cursor: pointer;
    font-family: sy;
}

.title h3 span {
    font-family: sy;
    background-image: -webkit-linear-gradient(top, #2b81c6, #653173);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #333;
}

.title .h3 i {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #9fb9da;
    font-family: Arial;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%); */
    text-transform: uppercase;
    white-space: nowrap;
}

.more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.more a {
    color: #333;
    align-items: center;
    transition: 0.5s;
}

.more img {
    width: 46px;
    display: block;
    margin-right: 15px;
}

.home1 .title .tit .ico::after,
.home5 .title .tit .ico::after {
    background: url(../images/tit1-t.png) no-repeat;
    background-size: 100% 100% !important;
}

.home1 .title .tit::after,
.home5 .title .tit::after {
    background: url(../images/titbg1.png) no-repeat;
}

.home1 .title h3,
.home5 .title h3 {
    color: #fff;
}

.home1 .title h3 span,
.home5 .title h3 span {
    background-image: -webkit-linear-gradient(top, #b0ca8d, #4cbcbb);
    color: #fff;
}

.home1 .more a,
.home5 .more a {
    color: #fff;
}

.home1-t ul {
    margin: 0 -15px;
}

.home1-t li {
    width: 25%;
    padding: 0 15px;
}

.home1-t li a {
    display: block;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
    box-shadow: 0px 2px 0.2rem 0px rgba(153, 153, 153, 0.6);
    -webkit-border-radius: 50px 0 50px 0;
    -moz-border-radius: 50px 0 50px 0;
    -ms-border-radius: 50px 0 50px 0;
    -o-border-radius: 50px 0 50px 0;
}

.home1-t li .con {
    /* box-shadow: 0px 2px 0.2rem 0px rgba(153, 153, 153, 0.6); */
    height: 260px;
    padding: 30px;
    background: #fff;
}

.home1-t li .con::before {
    width: 100%;
    height: 100%;
    background: url(../images/h1bg.jpg) no-repeat right #fff;
    background-size: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.home1-t li .con::after {
    width: 60px;
    height: 6px;
}

.home1-t li:nth-child(1) .con::after {
    background: #571590;
}

.home1-t li:nth-child(2) .con::after {
    background: #005d92;
}

.home1-t li:nth-child(3) .con::after {
    background: #3dacb7;
}

.home1-t li:nth-child(4) .con::after {
    background: #b03289;
}

.home1-t li .con span {
    color: #01518c;
}

.home1-t li .con h3 {
    color: #333;
    line-height: 34px;
    margin: 15px 0 20px;
    max-height: 68px\0;
    transition: 0.5s;
}

.home1-t li .con p {
    color: #666;
    line-height: 26px;
    max-height: 52px\0;
}


/* imglist 02*/


/* imglist 03*/

.pladbgpd_no {
    padding-top: 0;
}

.imglist02bgp {
    background: url(../images/pladbgt.jpg) no-repeat left bottom;
    background-size: 100% auto;
    padding-top: 50px;
    padding-bottom: 130px;
}

.sub_imglist02 ul {
    margin: 0 0 0;
    padding: 0 0 0;
}

.sub_imglist02 .item {
    /* align-items: stretch; */
    margin: 50px 0 0px;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.sub_imglist02 .img_box {
    width: 46%;
    /* float: left; */
}

.sub_imglist02 .img_box .img {
    padding-bottom: 56.25%;
}

.sub_imglist02 .info_box {
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}

.sub_imglist02 .info_box {
    position: relative;
}


/* .sub_imglist02 .img_box+.info_box {
    width: calc(100% - 64%);
    padding: 120px 60px 0;
    background: url(../images/imglibg01a.jpg) no-repeat;
    background-size: 100% 100%;
} */

.sub_imglist02 .info_box {
    width: calc(100% - 46%);
    padding: 40px 36px 40px;
    background: url(../images/imglibg01a.jpg) no-repeat;
    background-size: 100% 100%;
}

.sub_imglist02 .title {
    margin: 0 0 24px;
}

.info_box .tith5 {
    margin-bottom: 40px;
    line-height: 30px;
    color: #202020;
    font-weight: bold;
    margin-top: 20px;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.info_box .textp {
    color: #3f3f3f;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.info_box .submore {
    position: relative;
    margin-top: 46px;
    width: 130px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #7bbd2c;
    font-weight: bold;
    padding-left: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.info_box .submore .iconcy-jiantou24 {
    font-weight: normal;
    display: block;
    position: absolute;
    top: 0;
    right: 4px;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
}

.sub_imglist02 .item:hover .title {
    color: #fff;
}

.sub_imglist02 .item:hover .info,
.sub_imglist02 .item:hover .tip {
    color: rgba(255, 255, 255, 0.6);
}

.leriImg01 .info_box .tith5 {
    margin-bottom: 10px;
}


/* imglist 03*/


/* imglist 04*/

.hovlist {
    align-items: stretch;
    counter-reset: hov;
}

.hovlist .item {
    width: 23%;
    flex: 0 0 auto;
    transition: 0.3s;
    margin-right: 2%;
    counter-increment: hov;
    cursor: pointer;
    background: #fff;
}

.hovlist .item:last-child {
    margin-right: 0;
}

.hovlist .item .pic {
    height: 288px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hovlist .item .img {
    padding-bottom: 25%;
}

.hovlist .item .img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), transparent 50%);
}

.hovlist .item .num {
    width: 2.5em;
    line-height: 2.5;
    background: #68b54b;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 1.7em;
    top: 1.25em;
    z-index: 2;
    border-radius: 10px 0 10px 0;
}

.hovlist .item .num:after {
    content: "0" counter(hov);
}

.hovlist .item .it {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 1.25em 2em;
    color: #fff;
}

.hovlist .item .itxt {
    padding: 2.5em;
    position: relative;
    transition: 0.3s;
}

.hovlist .item .itxt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background: #68b54b;
    transition: 0.3s;
}

.hovlist .item.act {
    width: 49.3125%;
}

.hovlist .item.act .itxt {
    padding: 2.5em 3.5em;
}

.hovlist .item.act .itxt:after {
    width: 100%;
}

.hovlist .item .ip {
    line-height: 1.875;
    height: 13.125em;
}

.hovlist .item .ip.textOver {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.hovlist .item .ic {
    position: relative;
}

.hovlist .item .ip.textOver .ic:after {
    content: "\e752";
    font-family: "iconfont";
    color: #68b54b;
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 1;
    background: #fff;
    font-size: 12px;
}

.hovlist .item.act .ip.textOver {
    overflow: auto;
    display: block;
    transition-delay: 0.3s;
    padding-right: 1em;
}

.hovlist .item.act .ip.textOver .ic:after {
    display: none;
}

.gray {
    background: #f0f4f5;
}

.hovimg {
    position: relative;
    overflow: hidden;
}

.hovimg>.pic,
.hovimg>img {
    transition: 0.6s;
    transform: scale(1);
    display: block;
    width: 100%;
}

.researchd6 .item:hover .hovimg>img,
.hovimg:hover>img,
.researchd6 .item:hover .hovimg>.pic,
.hovimg:hover>.pic {
    transform: scale(1.1);
}

@media (max-width: 1680px) {
    .info_box .submore {
        padding-left: 18px;
    }
}

@media (max-width: 1380px) {
    .indexNews .nr .listin01{min-height: 200px;}
    .sub_imglist02 .info_box{
            padding: 40px 36px 20px;
    }
    .index_01b .imglist03 .img_box {
        width: 130px;
    }
    .index_01b .imglist03 .info_box {
        margin: 0 0 0 140px;
    }
    .index_01b .imglist03 .info_box a,
    .index_01b .imglist03 .info {
        height: 26px;
        line-height: 26px;
        -webkit-line-clamp: 1;
    }
    .indexNews .nr .listin01 li {
        margin-top: 6px;
    }
    .sub_imglist02 .img_box .img {
        padding-bottom: 54.25%;
    }
    .info_box .tith5 {
        margin-bottom: 20px;
    }
    .info_box .submore {
        margin-top: 20px;
    }
    .imglist02bgp {
        padding-bottom: 80px;
    }
    .imglist03 .img_box {
        width: 280px;
    }
    .imglist03 .info_box {
        margin: 0 16px 0 300px;
        padding: 10px 0 0;
    }
    .imglist03 .info_box a.time {
        left: 300px;
        bottom: 4px;
    }
    .imglist03 .info {
        margin-top: 8px;
    }
}

@media (max-width: 1024px) {
    .hovlist {
        flex-wrap: wrap;
    }
    .hovlist .item {
        width: 32%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .hovlist .item.act {
        width: 36%;
    }
    .hovlist .item .itxt {
        padding: 30px !important;
    }
    .hovlist .item .ip {
        display: block !important;
        height: auto;
        max-height: none;
        overflow: auto !important;
        padding-right: 1em;
    }
    .hovlist .item .ic:after {
        display: none;
    }
}

@media (max-width: 768px) {
        .indexNews .nr .listin01{min-height: auto;}
    .hovlist .item .itxt {
        padding: 20px 10px 20px 20px !important;
    }
}


/* imgbig 期刊*/

.sub_091 {
    overflow: hidden;
}

.sub_091 ul {
    margin: 0 0 0 -36px;
}

.sub_091 li {
    width: 50%;
}

.sub_091 .item {
    margin: 50px 0 0 36px;
    position: relative;
    /* border: 1px solid #dcdcdc; */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.sub_091 .img_box {
    width: 48%;
    float: left;
    position: relative;
}

.sub_091 .img {
    padding-bottom: 141.2%;
}

.sub_091 .tip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.sub_091 .right {
    position: absolute;
    left: 50%;
    top: 15px;
    bottom: 15px;
    right: 0;
    overflow: hidden;
    padding: 0 20px 0 0;
}

.sub_091 .swiper-scrollbar {
    height: 100%;
    right: 0;
    top: 0;
}

.sub_091 .swiper-slide {
    height: auto;
}

.sub_091 .swiper-scrollbar {
    background: #7bbd2c;
}

.sub_091 .swiper-scrollbar-drag {
    background: #46a599;
}

.sub_091 .item:hover .tip {
    opacity: 1;
}


/* imglist 04*/


/* datelist */


/* datelist */


/* imglist 05*/


/* imglist 05*/


/* tab 01*/

.subtabAllb {
    padding-bottom: 60px;
    overflow: hidden;
}

.tabboxa {
    position: relative;
}

.subtab01 {
    position: relative;
}

.subtabAll {
    padding-bottom: 40px;
}


/* .subtab01 ul {
  margin: 0 -10px;
} */

.subtab01 li {
    position: relative;
    z-index: 2;
}

.subtab01 li.off::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.subtab01 .tab .item {
    position: relative;
}

.subtab01 li a {
    position: relative;
    display: block;
    height: 280px;
    overflow: hidden;
    background: url(../images/slidiconbg_03.jpg) no-repeat left center;
    background-size: 100% 100%;
}

.subtab01 .item h3 {
    position: relative;
    color: #222;
    padding-left: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b8d991;
    margin-bottom: 8px;
}

.subtab01 .item h3::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #076e39;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.subtab02 .box.off {
    display: none;
}

.subtab01 .item:nth-child(1) h3 {
    background: url(../images/slidiconh01.png) no-repeat left 0;
    background-size: 32px auto;
}

.subtab01 .item:nth-child(2) h3 {
    background: url(../images/slidiconh02.png) no-repeat left 0;
    background-size: 26px 30px;
}

.subtab01 .item:nth-child(3) h3 {
    background: url(../images/slidiconh03.png) no-repeat left 0;
    background-size: 32px auto;
}

.subtab01 li a::before {
    content: "";
    width: 9px;
    /* height: calc(100% - 1px); */
    height: 100%;
    background-color: #7bbd2c;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1px;
    z-index: 1;
}

.itemPs {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 30px 50px;
    transition: all 0.5s ease-in-out;
}

.itemPs p {
    color: #fff;
    margin-top: 30px;
}

.itemPs .positioned-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
}

.itemPs p.gp-ellipsis5 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.subtab02 {
    padding-top: 0;
}

.itembgPs .colorbg {
    margin: 36px auto 30px;
    width: 110px;
    height: 110px;
    background: #cfe7b7;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.itembgPs .colorbg01 {
    background: #cfe7b7 url(../images/slidicon01.png) no-repeat center center;
    background-size: 50px auto;
}

.itembgPs .colorbg02 {
    background: #cfe7b7 url(../images/slidicon02.png) no-repeat center center;
    background-size: 42px auto;
}

.itembgPs .colorbg03 {
    background: #cfe7b7 url(../images/slidicon03.png) no-repeat center center;
    background-size: 50px auto;
}

.itembgPs h5 {
    max-width: 210px;
    margin: 0 auto;
    text-align: center;
}

.subtab01 li a:hover .itembgPs {
    display: none;
}


/* wrap_sub03b */


/* qkimglist02 */

.qkimglist02 {
    margin-top: 40px;
}

.qkimglist02 ul {
    display: flex;
    flex-wrap: wrap;
}

.qkimglist02 ul li {
    background: #f5f8fe;
}

.qkimglist02 h6 {
    color: #2663d0;
    margin-bottom: 12px;
}

.qkimglist02 {
    align-items: stretch;
    flex-wrap: wrap;
}

.qkimglist02 .item {
    flex: 0 0 auto;
    background: #f5f8fe;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    transition: 0.3s;
    top: 0;
}

.qkimglist02 .item a {
    display: block;
    /* padding: 60px 0 40px; */
}

.qkimglist02 .item .itp {
    padding: 18px 30px;
    position: relative;
    align-items: stretch;
}


/* .qkimglist02 .item .itp:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 160px;
  max-height: 60%;
  background: #68b54b;
  border-radius: 0 3px 3px 0;
} */

.qkimglist02 .iimgle {
    flex: 0 0 auto;
    overflow: hidden;
}

.qkimglist02 .item .img {
    width: 140px;
    padding-bottom: 130%;
}

.qkimglist02 .item .itxt {
    flex: 1 1 auto;
    overflow: hidden;
    margin-left: 30px;
    padding-left: 20px;
    padding-top: 20px;
    border-left: 1px solid #e0e1e2;
}

.qkimglist02 .item .it {
    margin-bottom: 10px;
}

.qkimglist02 .item .ip {
    color: #3f3f3f;
}

.qkimglist02 .item .ibot {
    padding: 0 8%;
    margin-top: 30px;
    text-align: right;
}

.qkimglist02 .item .ibot .iconfont {
    color: #68b54b;
}

.qkimglist02 .item:hover {
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.16);
    top: -5px;
}
.qkimglist02 .item:hover .vmmore,.qkimglist02 .item:hover .vmmore span,.qkimglist02 .item:hover .vmmore i{
    color: #2663d0;
}




.vmmore {
    margin-top: 10px;
    display: block;
    text-align: right;
    color: #919191;
    font-weight: normal;
}

.vmmore i {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    color: #919191;
    margin-left: 4px;
}


/* qkimglist02 */


/* tab 01*/

@media screen and (max-width: 1640px) {
        .qkimglist02 .item .itxt{
            padding-top: 6px;
    }
    .qkimglist02 h6{
            margin-bottom: 8px;
    }
    .itembgPs .colorbg {
        width: 80px;
        height: 80px;
        margin: 30px auto 30px;
    }
    .itembgPs .colorbg01,
    .itembgPs .colorbg03 {
        background-size: 40px auto;
    }
    .itembgPs .colorbg02 {
        background-size: 32px auto;
    }
    .subtab01 li a {
        height: 260px;
    }
}

@media screen and (min-width: 1200px) {
    .listDate02 ul li:hover {
        padding-left: 10px;
    }
    .home1-t a:hover h3 {
        color: #715ba9;
    }
    .home1-t li a:hover .con::before {
        opacity: 1;
    }
    .home1-t li a:hover .con::after {
        width: 100%;
    }
    .more a:hover {
        transform: translateX(0.15px);
        -webkit-transform: translateX(0.15px);
        -moz-transform: translateX(0.15px);
        -ms-transform: translateX(0.15px);
        -o-transform: translateX(0.15px);
    }
    .listin01 li a:hover {
        color: #2663d0;
        /* background: linear-gradient(to right, #127637, #76bb2c);
    -webkit-background: linear-gradient(to right, #127637, #76bb2c);
    -moz-background: linear-gradient(to right, #127637, #76bb2c);
    -ms-background: linear-gradient(to right, #127637, #76bb2c);
    box-shadow: 0px 15px 30px 0px rgba(0, 46, 47, 0.2); */
    }
    .listin01 li a:hover h3,
    .listin01 li a:hover p,
    .listin01 li a:hover {
        color: #2663d0;
    }
    .subtab01 li a:hover h3,
    .subtab01 li a:hover p {
        color: #fff;
        opacity: 1;
    }
    .subtab01 li a:hover .itemPs {
        opacity: 1;
    }
    .sub_imglist02 .item:hover .info_box .tith5,
    .sub_imglist02 .item:hover .info_box .textp {
        color: #2663d0;
    }
}

@media screen and (max-width: 992px) {
    .listimg03 li .itxt p{
        padding: 0 10px;
    }
        .wrap_mode02 .titledate{
        display:none;
    }
     .wrap_mode02 .noticeList p{
        padding-right:0;
    }
    .subconbg01 {
        background-size: 100% auto;
    }
    .pladbgpd_no .modeimg01 {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .listin02 li {
        margin-bottom: 20px;
    }
    .imglist02bgp {
        padding: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .sub_imglist02 .img_box {
        padding-top: 10px;
    }
    .sub_imglist02 .img_box {
        width: 100%;
        float: none;
        /* height: 200px !important; */
    }
    .sub_imglist02 .info_box {
        width: calc(100% - 0%);
    }
    .sub_imglist02 .info_box {
        margin-top: 10px;
    }
    .sub_imglist02 .item {
        margin: 0 0 20px;
        display: block;
    }
    .sub_091 li {
        width: 100%;
    }
    .sub_imglist02 .info_box .time {
        right: 20px;
    }
    .sub_imglist02 li:nth-child(2n) .info_box .time {
        left: 20px;
    }
    .subtab01 li a::before {
        width: 4px;
    }
    .sub_091 .item {
        margin: 10px 0 0 36px;
    }
    .tabboxa .subtab01 li a {
        height: 158px;
        padding-bottom: 10px;
    }
    .itembgPs .colorbg {
        margin: 16px auto 10px;
    }
    .itembgPs h5 {
        padding: 0 4px;
        font-size: 16px;
    }
    .subtab01 .itemPs {
        display: none;
        padding: 20px 20px;
    }
    .subtab01 .itemPs p {
        -webkit-line-clamp: 3;
    }
    .itembgPs .colorbg {
        width: 46px;
        height: 46px;
        background-size: 26px auto;
    }
    .itembgPs .colorbg02 {
        background-size: 18px auto;
    }
    .listin01 ul li .flex {
        align-items: start;
    }
    /* list */
    .imglist03 .img_box,
    .imglist03 .img_box,
    .mainbox01 .newlist03 .img_box {
        width: auto;
        float: none;
    }
    .imglist03 .info_box,
    .imglist03 .info_box,
    .mainbox01 .newlist03 .info_box {
        margin: 0;
        padding: 20px 20px 10px;
    }
    .mainbox01 .newlist03 .info_box {
        padding: 20px 16px 0;
    }
    .imglist03 .item {
        margin-bottom: 16px;
    }
    .mainbox01 .newlist03.item {
        padding: 20px 0;
        margin-bottom: 0;
    }
    .imglist03 .item {
        margin-bottom: 20px;
    }
    .newlist03 li .item {
        padding: 20px 0;
    }
    /* qk */
    .qkimglist02 .item .img {
        width: 90px;
    }
    .qkimglist02 .item .itp {
        padding: 10px 10px;
    }
    .qkimglist02 .item .itxt {
        margin-left: 10px;
        padding-left: 10px;
        padding-top: 0px;
    }
    .qkimglist02 .item .ip {
        height: 48px;
        line-height: 24px;
    }
    .qkimglist02 h6 {
        margin-bottom: 6px;
        font-size: 14px;
    }
    .noticeList li .noticBox{
        margin-left: 90px;
    }
    .newlist03 h6.time {
    margin-bottom: 10px;
}
    .vmmore {
        margin-top: 6px;
        font-size: 12px;
    }
    .vmmore i {
        font-size: 8px;
    }
    .qkimglist02 .item {
        margin-bottom: 20px;
    }
    .qkimglist02 {
        margin-top: 20px;
    }
    .listin03 li {
        margin-top: 0;
    }
    .imglist03 .info_box a{
        font-size: 16px;
    }
.qkimglist02 .item .it {
    margin-bottom: 2px;
}
     .imglist03 .info_box a i{
        font-size: 10px;
     }
}

@media screen and (max-width: 640px) {
    .listin01 li a {
        margin-bottom: 10px;
    }
    .indexNews .listin01 li::before {
        top: 8px;
    }
    .listin01 li ::before {
        width: 6px;
        height: 6px;
        left: 8px;
        top: 24px;
    }
    .listin01 li h3 {
        width: calc(100% - 0px);
    }

    .listin01 li span {
        width: auto;
        text-align: right;
    }
    .indLists02a .listin01 li span{
        display: none;
    }
    .sub10ul>li .item {
        padding-right: 0;
    }
    .sub10l {
        width: 100%;
        float: none;
    }
    .sub10r {
        margin-left: 0;
        margin-top: 15px;
        padding: 0 14px 14px 14px;
    }
}