body {
    max-width: 1920px;
    margin: 0 auto;
}
.jy-btn{
    display: none;
}
.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.transition_none {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

.header-top {
    /* background: #000; */
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 996px;
    top: 0px;
    left: 0;
    z-index: -1;
}

.syheader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 150px;
    box-shadow: 0px 3px 10px 0px rgba(189, 178, 178, 0.5);
    background: #fff;
    z-index: 10000;
    max-width: 1920px;
}

.syheader2 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 185px;
    background: url('../images/header2.png')no-repeat center;
    background-size: cover;
    z-index: 10000;
    max-width: 1920px;
}

.syheader2 .sylogo {
    background: none;
}

.syheader2 .symenu {
    background: none;
}

.sylogo {
    width: 100%;

    background: url('../images/zylogo_bg20220826.jpg?v=3')no-repeat center top;
 
}

.sylogo .width1200 {

    /* overflow: hidden; */
    height: 100px;
    display: flex;
}

.swiper-div {
    width: 996px;
    height: 428px;
    float: right;
    background: #fff;
    display: none;
    overflow: hidden;
    margin-right: 5px;
}
.ewms{
    display: none;
}

.sylogo-left {
    width: auto;
    height: 100px;
    float: left;
    overflow: hidden;
}

.sylogo-left img {
    width: 100%;

}

.sylogo-right {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
    float: right;
}

.search {
    width: 251px;
    height: 40px;
    border: 1px solid #ccc;
    float: left;

    background: #fff;
}

.inpt {
    width: 205px;
    height: 40px;
    float: left;
}

.inpt input {
    width: 100%;
    height: 40px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    color: #888;
    border-right: 1px solid #ccc;
}

.search_icon {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    background: url(../images/search_pic.png)no-repeat center;
    background-size: cover;
}

.header-yindao {
    background-color: #DDDDDD;
    height: 40px;
}

.yindao-right {
    width: 250px;
    text-align: right;
    float: left;

    margin-right: 10px;
}

.yindao-right a {
    display: inline-block;
    vertical-align: middle;
    /* width: 90px; */
    padding:0 15px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: #339b68;
    font-size: 14px;
    margin-left: 5px;
}

.yindao-right a i {
    color: #9ccab0;
}

.yindao-right a:last-child {
    border-right: none;
    /* padding-right: 0px; */
    background-color: #0152ab;
}

.search-ewm {
    width: 232px;
    float: right;
}
#zymenu{
    display: none;
}
.symenu {
    width: 100%;
  
    margin: 0 auto;
    background: #004fa2;
    position: relative;
}

.symenu>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.symenu>ul {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.symenu>ul>li {
    float: left;
    height: 50px;
    line-height: 50px;
    width: 120px;
}

.symenu>ul>li>a {
    color: #fff;
    display: block;
    line-height: 50px;
    height: 50px;
    text-align: center;
    transition: all 0.2s linear;
    font-size: 16px;
    width: 100%;
}

.symenu>ul>li:hover>a {
    color: #fff;
    background-color: rgba(12, 87, 166, 0.9);
    transition: all 0.2s linear;
}


/* .symenu li:hover ul li a { color: #fff; background-color:rgba(12,87,166,0.1);transition:all 0.2s linear;} */

.symenu>ul>li>ul {
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 50px;
    transition: all 0.3s ease-out;
    z-index: 9999;
    background-color: rgba(12, 87, 166, 0.9);
}

.symenu>ul>li>ul li {
    float: none;
    height: 35px;
    width: 100%;
    overflow: hidden;
}

.symenu>ul>li>ul li a {
    width: 100%;
    display: block;
    text-align: center;
    color: #eeeeee;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    transition: all 0.2s linear;
}

.symenu>ul>li>ul li a:hover {
    color: #fff;
    background-color: #5c8ec4;
    transition: all 0.2s linear;
}

.symenu>ul>li:hover ul {
    max-height: 360px;
    transition: all 0.3s linear;
}


/* .symenu>ul>li{display: none;} */

.symenu li .symenu-img {
    width: 100%;
    height: auto;
    display: none;;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    min-height: 360px;

    position: absolute;
    left: 0;
    top: 50px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 5000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.6);
}

.symenu li:hover .symenu-img {
    /* min-height: 380px; */
    display: block;
    transition: all 0.3s linear;
    padding-bottom: 1px;
}


/* 医院介绍 */

.symenu-leader h1 {
    width: 100px;
    float: left;
}

.symenu-div-title .lingdao-a {
    width: 120px !important;
}
/* .wid130{
    width: 150px !important;
} */
.symenu-div {
    width: 280px;
    float: left;
    margin-right: 50px;
}

.symenu-div-title {
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.symenu-div-title h1 {
    font-size: 18px;
    color: #004fa2;
    height: 70px;
    line-height: 70px;
    font-weight: bold;
    padding-left: 5px;
}

.symenu-divten {
    width: 625px;
    float: left;
    margin-right: 40px;
}
.symenu-divten a{
    display: block;
    height: 100%;
    overflow: hidden;
}
.symenu-div-img {
    width: 283px;
    height: 204px;
    overflow: hidden;
    float: left;
}

.symenu-div-img img {
    width: 100%;
}

.symenu-div-detail {
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 300px;
    float: right;
}

.symenu-div-detail p {
    color: #606060;
    line-height: 30px;
    text-align: justify;
    height: 150px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.showall {
    display: inline-block;
    color: #26935a;
    cursor: pointer;
    z-index: 1000;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    margin-top: 15px;
}

.symenu-div-leader {
    /* height: 105px; */
    background-color: #f7f5f6;
    overflow: hidden;
    padding-top: 10px;
}

.symenu-div-leader a {
    display: block !important;
    float: left;
    margin: 0 10px;
    width: 120px !important;
}

.symenu-div-leader a:nth-of-type(2) {
    float: right;
}

.leader-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    float: left;
}

.leader-img img {
    width: 100%;
    min-height: 180px;
}

.leader-message {
    width: 100%;
    float: right;
    box-sizing: border-box;
}

.leader-message h1 {
    color: #000;
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-bottom: 5px;
}

.leader-message h1 span {
    color: #9d9d9d;
    font-size: 14px;
    margin-left: 5px;
}

.leader-message p {
    line-height: 24px;
    color: #9d9d9d;
    font-size: 14px;
    height: 48px;
    overflow: hidden;
    text-align: left;
}

.symenu-div a {
    display: block;
    height: 100%;
    width: 100%;
}

.symenu-div-leader2 {
    margin-top: 10px;
}

.symenu-idea h2 {
    font-weight: bold;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #676767;
    text-align: left;
    margin-bottom: 10px;
}

.symenu-idea h3 {
    color: #606060;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.symenu-idea h4 {
    width: 200px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: linear-gradient(to right, #26935a, #fff);
    text-align: left;
    padding-left: 15px;
    margin-top: 18px;
}

.symenu-line {
    display: block;
    width: 1px;
    height: 240px;
    background: linear-gradient(to bottom, #fff, #e1e1e1, #fff);
    float: left;
    margin-top: 20px;
}

.symeny-jigou {
    width: 132px;
    float: left;
    margin-left: 45px;
    margin-top: 85px;
}

.symeny-jigou a {
    display: block;
    width: 150px;
    background-color: #29925a;
    height: 42px !important;
    line-height: 42px !important;
    border-radius: 5px;
    padding: 0;
    color: #fff;
    text-align: left !important;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.symeny-jigou a span {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 5px;
}

.symeny-jigou a span i {
    display: block;
    color: #29925a;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
}


/* 新闻中心 */
.two{
    width: auto!important;
    margin-left: 20px;
    margin-right: 20px;
}
.two h1{
    width: auto !important;
}
.news_p{
    width: 220px;
    line-height: 30px;
}
.symenu-divtwo {
    width: 435px;
    float: left;
}

.symenu-divtwo .symenu-div-title h1 {
    width: 100px;
    float: left;
}
a{
    cursor: pointer;
}
.symenu-divtwo .symenu-div-title a {
    display: block;
    width: 300px !important;
    float: right;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: linear-gradient(to right, #fff, #26935a);
    text-align: right;
    padding-right: 15px;
    margin-top: 20px;
}

.symenu-divtwo-first {
    width: 100%;
    height: 110px;
    background-color: #f5f5f5;
}

.divtwo-first-left {
    width: 165px;
    height: 110px;
    overflow: hidden;
    float: left;
}

.divtwo-first-left img {
    width: 100%;
    height: 100%;
}

.divtwo-first-right {
    width: 440px;
    padding: 15px 25px;
    box-sizing: border-box;
    float: left;
}

.divtwo-first-right h1 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.divtwo-first-right h2 {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.divtwo-first-right h3 {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    text-align: left;
    overflow: hidden;
}

.symenu-list {
    overflow: hidden;
    margin-top: 10px;
}

.symenu-list ul {
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 0;
}

.symenu-list ul li {
    width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    box-sizing: border-box;
}

.symenu-list ul li em {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #A5B9E8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.symenu-list ul li a {
    width: 400px;
    color: #2c2c2c;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-right: 0px;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
    text-align: left;
}

.symenu-list ul li:hover a {
    background-color: #fff;
    color: #004fa2;
    font-weight: bold;
}

.symenu-divthree {
    width: 330px;
    float: left;
    margin-left: 40px;
    margin-right: 20px;
}

.symenu-divthree-two {
    margin-right: 0;
}

.symenu-div-title .symenu-h1 {
    width: 100%;
    float: left;
}

.symenu-divthree .symenu-div-title a {
    display: block;
    width: 200px !important;
    float: right;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: linear-gradient(to right, #fff, #26935a);
    text-align: right;
    padding-right: 15px;
    margin-top: 20px;
}

.symenu-newspapers {
    display: flex;
    flex-direction: row;
}

.newspapers-div {
    border: 1px solid #ccc;
    padding: 5px;
    width: 145px;
    height: 210px;
    overflow: hidden;
    float: left;
    margin: 0 4px;
}

.newspapers-div a {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

.newspapers-div a img {
    width: 100%;
    height: 100%;
}

.newspapers-div a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 20px;
    max-height: 48px;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.6);
}

.symeny-jigou2 {
    margin-left: 35px;
}


/* 学科风采 */

.symenu-divfour {
    width: 495px;
    float: left;
    margin-right: 25px;
}

.symenu-divfour .symenu-div-title h1 {
    color: #626262;
}

.symenu-div-title h1 em {
    font-size: 18px;
    color: #004fa2;
    font-weight: bold;
}

.symenu-tabs ul {
    height: 40px;
}

.symenu-tabs ul li {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-color: #ededed;
    text-align: center;
    line-height: 40px;
    color: #6d6d6d;
    float: left;
    font-size: 16px;
    cursor: pointer;
    margin-right: 2px;
}

.symenu-tabs .symenu-active {
    background-color: #25955b;
    color: #fff;
}

.symenu-section {
    margin-top: 10px;
    display: none;
}

.symenu-section-block {
    display: block;
}

.symenu-section .section-list li {
    float: left;
    display: block;
    width: 33.3%;
    height: 40px;
}

.symenu-section .section-list li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.symenu-section .section-list li a em {
    display: inline-block;
    color: #25955b;
    width: 20px;
    text-align: center;
}

.symenu-section .section-list li:hover a {
    color: #25955b;
}

.symenu-divfive {
    width: 410px;
    margin-left: 30px;
}

.section-main-left {
    width: 140px;
    height: 180px;
    overflow: hidden;
    float: left;
}

.section-main-left img {
    width: 100%;
}

.section-main-right {
    width: 240px;
    float: right;
}

.section-main-right h4 {
    width: 200px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: linear-gradient(to right, #26935a, #fff);
    text-align: left;
    padding-left: 15px;
    margin-top: 42px;
}

.section-main-right h4 a {
    color: #fff;
}

.section-main-right .symenu-div-detail {
    padding: 0;
}

.symen-section-left {
    width: 140px;
    height: 180px;
    float: left;
    overflow: hidden;
}

.symen-section-left img {
    width: 100%;
}

.symen-section-right {
    width: 240px;
    float: right;
}

.symen-section-right p {
    height: 30px;
    line-height: 30px;
    color: #363636;
    font-size: 16px;
}

.symen-section-right p i {
    color: #bbbbbb;
    font-size: 18px;
    margin-right: 10px;
}

.symen-section-right .symen-section-a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to right, #26935a, #fff);
    padding-left: 10px;
    margin-top: 20px;
}


/* 科学研究 */

.symenu-divsix {
    margin-right: 0;
}

.symenu-img .symenu-div-title .symenu-h1 {
    width: 100px;
    float: left;
    color: #004fa2;
}

.symenu-div-title a {
    display: block;
    width: 370px !important;
    float: right;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: linear-gradient(to right, #fff, #26935a);
    text-align: right;
    padding-right: 15px;
    margin-top: 20px;
}

.scientific {
    width: 460px;
    margin-top: 13px;
    padding-right: 35px;
    border-right: 1px solid #ccc;
}

.scientific-first {
    background-color: #f5f5f5;
    padding: 15px 20px;
    width: 420px;
    transition: all 0.3s;
}

.scientific-first h1 {
    font-size: 16px;
    color: #333;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scientific-first h2 {
    font-size: 14px;
    color: #bcbcbc;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scientific-first:hover {
    background-color: #26935a;
}

.scientific-first:hover h1 {
    color: #fff;
}

.scientific-first:hover h2 {
    color: #fff;
}

.news-ul {
    overflow: hidden;
    margin-top: 15px;
}

.scientifictwo .news-ul {
    display: none;
}

.scientifictwo .news-ulblock {
    display: block;
}

.news-ul ul {
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 0;
}

.news-ul ul li {
    height: 35px;
    line-height: 35px;
}

.news-ul ul li em {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #26935a;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}

.news-ul ul li a {
    width: 320px;
    color: #2c2c2c;
    font-size: 15px;
    height: 25px;
    max-height: 50px;
    margin-right: 14px;
    display: block;
    float: left;
    overflow: hidden;
    transition: all 0.3s;
}

.news-ul ul li span {
    width: 90px;
    display: block;
    float: right;
    color: rgba(96, 94, 94, 0.6);
    font-size: 13px;
    text-align: right;
}

.news-ul ul li:hover a {
    color: #26935a;
}

.symenu-divseven {
    width: 460px;
    margin-left: 40px;
    float: left;
}

.symenu-divseven .symenu-div-title a {
    width: 270px !important;
}

.symeny-jigou3 {
    margin-left: 45px;
    margin-top: 96px;
}


/* 人才培养 */

.symenu-diveight {
    width: 855px;
    float: left;
    margin-top: 30px;
}

.symenu-diveight .symenu-tabs {
    border-bottom: 1px solid #EDEDEC;
}

.symenu-training {
    overflow: hidden;
    margin-top: 20px;
    height: 200px;
}

.symenu-training .symenu-section {
    margin: 0;
}

.symenu-training ul li {
    width: 48%;
    margin: 10px 0;
    margin-right: 2%;
    float: left;
}

.symenu-training ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.symenu-training ul li h1 {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
}

.symenu-training ul li h1 em {
    color: #25955b;
    margin-right: 5px;
}

.symenu-training ul li h2 {
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    color: #b1b1b1;
    margin-top: 5px;
}

.symenu-divnine {
    width: 203px;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
    height: 275px;
}

.symenu-imgnine .symenu-line {
    margin-right: 20px;
    height: 280px;
}

.symenu-divnine:last-child {
    margin-right: 0;
}

.symenu-divnine .symenu-div-title {
    margin-top: 0;
}

.symenu-div-title h3 {
    font-size: 18px;
    color: #26935a;
    text-align: center;
}

.symenu-divnine .symenu-h1 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #26935a !important;
}

.symenu-divnine .symenu-div-title a {
    /* width: 180px !important; */
    width: 60px !important;
    float: right;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
    background: linear-gradient(to right, #f9f9f9, #26935a);
}

.symenu-divnine .scientific {
    width: 100%;
    margin: 0 auto;
    border: none;
    padding: 0;
}

.symenu-divnine .news-ul ul {
    /* max-height: 240px; */
    overflow: hidden;
}

.symenu-divnine .news-ul ul li {
    height: auto;
    line-height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.symenu-divnine .news-ul ul li a {
    margin: 0;
    width: 187px;
    height: auto;
    line-height: 25px;
}

.news-ul ul li:hover a {
    color: #26935a;
}

.symenu-divnine .news-ul {
    margin-top: 0;
}

.symenu-imgnine .symenu-line:last-child {
    display: none;
}

.anine {
    display: block;
    margin: 10px auto;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #26935a;
}


/* 党群工作 */

.symenu-dqgz {
    overflow: hidden;
    margin-top: 35px;
}

.tab_left {
    width: 200px;
    float: left;
    min-height: 260px;
    overflow: hidden;
}

.tab_left a {
    display: block;
    background: #f7f7f7 url(../images/dot3.gif) no-repeat 10px center;
    width: 198px;
    height: 45px;
    float: left;
    color: #666;
    font-size: 14px;
    margin-bottom: -1px;
    line-height: 45px;
    text-indent: 35px;
    border: 1px solid #CCC;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #079a92;
    position: relative;
    z-index: 9;
    background-size: 15px 15px;
}

/* .tab_left a:hover,
.tab_left a.on {
    background: #FFF url(../images/dot3.gif) no-repeat 10px center;
    border: 1px solid #26935a;
    border-right: 0 none;
    z-index: 99;
    background-size: 15px 15px;
    color: #26935a;
} */

.symenu-dqgz-right {
    width: 950px;
    float: left;
    overflow: hidden;
    position: relative;
    min-height: 260px;
    margin-left: 50px;
}

.cright {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 260px;
}

.cright .eg {
    width: 950px;
    height: 380px;
    float: left;
    overflow: hidden;
}

.symenu-eg {
    display: none;
}

.symenu-egblock {
    display: block;
}

.hezuojiaoliu ul li {
    width: 290px;
    height: 260px;
    float: left;
    box-sizing: border-box;
    margin-right: 40px;
}

.hezuojiaoliu ul li:nth-of-type(3n) {
    margin-right: 0;
}

.hezuojiaoliu ul li dl dd img {
    width: 290px;
    height: 110px;
}

.hezuojiaoliu ul li dl dd h1 {
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    margin-top: 10px;
}

.hezuojiaoliu ul li dl dd p {
    line-height: 25px;
    height: 50px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hezuojiaoliu ul li dl dd a {
    display: block;
    width: 100%;
    height: 32px;
    color: #fff;
    line-height: 32px;
    background: linear-gradient(to right, #26935a, #fff);
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 15px;
}


/* 口腔健康 */

.symenu-kqjk {
    overflow: hidden;
    margin-top: 35px;
}

.symenu-kqjk-div {
    width: 250px;
    float: left;
}

.symenu-kqjk-div h1 {
    color: #004fa2;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.symenu-kqjk-div img {
    width: 250px;
    height: 140px;
    overflow: hidden;
}

.symenu-kqjk-div a {
    display: block;
    width: 100%;
    height: 32px;
    color: #fff;
    line-height: 32px;
    background: linear-gradient(to right, #26935a, #fff);
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 25px;
}

.symenu-kqjk-line {
    display: block;
    width: 1px;
    height: 235px;
    background-color: #dbdbdb;
    float: left;
    margin: 0 32px;
    margin-top: 5px;
}


/* 招标招聘 */

.symenu-zbzp {
    margin-top: 25px;
}

.symenu-zbzp-div {
    width: 565px;
    float: left;
    position: relative;
}

.symenu-zbdiv {
    display: none;
}

.symenu-zbdivblock {
    display: block;
}

.symenu-zbzp-title {
    overflow: hidden;
}

.symenu-zbzp-title ul {
    width: 365px;
    float: left;
}

.symenu-zbzp-title ul li {
    height: 32px;
    line-height: 32px;
    float: left;
    cursor: pointer;
    font-size: 17px;
    margin-right: 15px;
    font-weight: bold;
    color: #626262;
    padding-bottom: 3px;
}

.symenu-zbzp-title ul li:hover {
    color: #004fa2;
    border-bottom: 2px solid #004fa2;
}

.symenu-zbzp-title ul li.zbzp-active {
    color: #004fa2;
    border-bottom: 2px solid #004fa2;
}

.symenu-zbzp-title a {
    width: 180px;
    float: right;
    height: 32px;
    color: #fff;
    line-height: 32px;
    background: linear-gradient(to left, #26935a, #fff);
    padding-right: 10px;
    box-sizing: border-box;
    text-align: right;
}

.newbg-a {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    background: linear-gradient(to left, #26935a, #fff);
    padding-right: 10px;
    box-sizing: border-box;
    text-align: right;
}

.symenu-zbzp-first {
    background-color: #f9f9f9;
    padding: 15px 30px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.zbzp-first-left {
    float: left;
    width: 100px;
}

.zbzp-first-left i {
    font-size: 70px;
    color: #c4c4c4;
    margin-top: 5px;
}

.zbzp-first-right {
    width: 405px;
    float: right;
}

.zbzp-first-right h1 {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zbzp-first-right p {
    line-height: 23px;
    margin-top: 5px;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #acaaab;
}

.symenu-zbzp .symenu-kqjk-line {
    margin: 0 34px;
    height: 290px;
}

.symenu-zbzp .scientific {
    border: none;
    width: 100%;
}


/* 首页轮播图 */

.jq22-container {
    position: relative;
    height: 996px !important;
}

.flexslider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.slides {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.slides li {
    height: 100%;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: all 500ms linear 0s;
    background-size: cover !important;
}

@media (max-width: 1370px) {
    .slides li {
        background-size: contain !important;
    }
}

.slides li:hover {
    transform: matrix(1.05, 0, 0, 1.05, 5.89844, -1.59722);
    transition: all 500ms linear 0s;
}

.flex-control-nav {
    position: absolute;
    bottom: 6%;
    z-index: 10000;
    width: 100%;
    height: 20px;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
    cursor: pointer;
}

.flex-control-nav li a {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.5);
}

.flex-control-nav li a.flex-active {
    background: #fff;
    color: #fff;
}

/* @media( max-width: 1400px) {
    .swiper-ul {
        top: 45% !important;
    }
} */


/* 轮播图上的菜单栏 */

.swiper-ul ul {
    /* width: 710px; */
    width: 600px;
    float: right;
    height: 116px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}

.swiper-ul ul li {
    padding-top: 23px;
    width: 114px;
    height: 116px;
    cursor: pointer;
    background: rgba(27, 145, 87, 0.9);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
}

.swiper-ul ul li.liTwo {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-ul ul li.liTwo i {
    color: #1b9157;
}

.swiper-ul ul li.liTwo h2 {
    color: #1b9157;
}

.swiper-ul ul li a {
    display: block;
}

.swiper-ul ul li span {
    display: block;
    text-align: center;
}

.swiper-ul ul li i {
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.swiper-ul ul li h2 {
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.swiper-div img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-divBlock {
    display: block;
    transition: all 0.5s;
}

.swiper-ul ul li:hover {
    background: rgba(255, 255, 255, 0.6);
}

.swiper-ul ul li:hover i {
    color: #1b9157;
}

.swiper-ul ul li:hover h2 {
    color: #1b9157;
}

.header-top2 {
    /* background: #fff; */
    transition: top 0.2s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 1;
    overflow: auto;
    margin-top: 996px;
    border-top: 20px solid rgba(28, 78, 176, 0.7);
}

.header-block {
    transition: all 0.2s;
    display: block;
}

.header-none {
    transition: all 0.5s ease-out 0s;
    display: none;
}

.header-logo2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    background: #fff;
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 88px;
}

.header-top2 .header-logo2 {
    opacity: 0;
    transform: translateY(-100%);
}

.header-top2 .logo2 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.5s ease-out 0s;
}

.main {
    background: #f3f3f3;
}

.main-topborder {
    height: 20px;
    width: 100%;
}

.newsAll {
    overflow: hidden;
}


/*医院新闻*/

.hospitalNew-left {
    width: 745px;
    float: left;
    overflow: hidden;
}

.news-title {
    height: 100px;
    line-height: 100px;
}

.news-title h1 {
    color: #000000;
    font-size: 30px;
    width: 600px;
    float: left;
    height: 100px;
    line-height: 100px;
}

.news-title h1 span {
    font-size: 14px;
    color: #8c8c8c;
}

.swiper2 {
    position: relative;
    width: 745px;
    height: 380px;
    overflow: hidden;
}

.swiper-container2 {
    width: 100%;
    height: 380px;
    z-index: 2
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper2 .pagination {
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 14%;
    text-align: center;
    right: 10px;
}

.swiper2 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px 0 0;
    opacity: 0.8;
    /*border: 1px solid #fff;*/
    cursor: pointer;
}

.swiper2 .swiper-active-switch {
    background: #fa906b;
}

.clearfix:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.swiper2 .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 380px;
    background-size: cover !important;
}

.swiper2 a .swiper-p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 0px 15px;
    padding-bottom: 0;
    overflow: hidden;
    text-align: center;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper2 a .swiper-p h1 {
    display: block;
    font-size: 18px;
    width: 80%;
    float: left;
    line-height: 60px;
    height: 60px;
    text-align: left;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.device2 {
    width: 60px;
    height: 30px;
    margin: 0 auto;
    position: absolute;
    bottom: 135px;
    right: 0%;
    z-index: 20;
}

.arrow-left2 {
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 30px;
    float: left;
}

.arrow-right2 {
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 30px;
    float: right;
}

.arrow-left2:hover {
    background: rgba(0, 0, 0, 0.8);
}

.arrow-right2:hover {
    background: rgba(0, 0, 0, 0.8);
}

.hospitalNew-list {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.hospitalNew-list ul {}

.hospitalNew-list ul li {
    padding-left: 10px;
    height: 45px;
    margin-bottom: 2px;
}

.hospitalNew-list ul li a {
    display: block;
    height: 100%;
    width: 98%;
    margin-top: 2px;
}

.hospitalNew-list ul li a h2 {
    width: 600px;
    float: left;
    font-size: 16px;
    color: #3d3d3d;
    height: 45px;
    line-height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}

.hospitalNew-list ul li a span {
    display: block;
    float: right;
    color: #3d3d3d;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.hospitalNew-list ul li:hover a h2 {
    color: #1b9157;
}

.hospitalNew-more {
    overflow: hidden;
    margin-top: 20px;
}

.hospitalNew-more .symore {
    display: block;
    font-size: 16px;
    float: right;
    width: 105px;
    height: 42px;
    line-height: 42px;
    border: none;
    background: #26935c;
    color: #fff;
    text-align: center;
    margin:0 2px;
}

.dzyb {
    width: 625px;
    height: 42px;
    float: left;
    background: url('../images/yb2.png')no-repeat center;
    background-size: cover;
    padding-right: 5px;
}

.dzyb a {
    display: block;
    height: 42px;
    width: 95px;
    float: right;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}


/*医院新闻右侧*/

.hospitalNew-right {
    width: 393px;
    float: right;
    height: 842px;
    background: url('../images/newsright2.jpg')no-repeat top center;
    background-size: cover;
    padding: 35px 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.notice-div {
    overflow: hidden;
    /*margin-bottom: 25px;*/
}

.news-title2 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    /* padding-bottom: 15px; */
}

.news-title2 ul {
    width: 240px;
    float: left;
    overflow: hidden;
}

.news-title2 ul li {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    margin-right: 10px;
    margin:2px;
}

.news-title2 ul li.active {
    color: #ffa800;
    border-bottom: 3px solid #ffa800;
}

.news-title2 ul li:hover {
    color: #ffa800;
    border-bottom: 3px solid #ffa800;
}

.news-title2 h1 {
    color: #ffa800;
    font-size: 24px;
    width: 200px;
    float: left;
    height: 40px;
    line-height: 40px;
}

.news-title2 a {
    display: block;
    width: 60px;
    float: right;
    font-size: 14px;
    color: #a4c8ff;
    text-align: right;
    overflow: hidden;
    margin-top: 2px;
    margin-right: 2px;
}

.notice-listall {
    overflow: hidden;
    margin-top: 5px;
}

.notice-listall .notice-list {
    height: 395px;
    overflow: hidden;
}

.notice-list {
    overflow: hidden;
    display: none;
}

.notice-list-block {
    display: block;
}

.notice-list ul li {
    overflow: hidden;
    margin: 27px 0;
}

.notice-list ul li a {
    display: block;
    margin:2px;
}

.notice-list ul li a h1 {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    max-height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
}

.notice-list ul li a span {
    /* display: inline-block; */
    display: block;
    text-align: right;
    color: #a5c2f4;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 5px;
}

.notice-list ul li:hover a h1 {
    text-decoration: underline;
}

.notice-line {
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
}


/* 医院视觉 */

.swipe5-all {
    position: relative;
    width: 100%;
    height: 264px;
    overflow: hidden;
    margin: 0 auto;
}

.swiper5 {
    width: 100%;
    height: 264px;
    overflow: hidden;
    margin: 0 auto;
}

.swiper-container5 {
    width: 100%;
    height: 264px;
    z-index: 1;
}

.pagination5 {
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.swiper5 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d1d1;
    margin: 0 5px 0 0;
    opacity: 0.8;
    cursor: pointer;
}

.swiper4 .swiper-active-switch {
    background: #6e511a;
}

.clearfix:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.swiper5 .swiper-slide a {
    display: block;
    width: 100%;
    height: 264px;
    padding: 40px;
    box-sizing: border-box;
}

.device5-one {
    position: absolute;
    left: 6%;
    top: 45%;
}

.device5-two {
    position: absolute;
    right: 6%;
    top: 45%;
}

.arrow-left5 {
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    float: left;
    text-align: center;
    font-size: 30px;
    display: block !important;
    transition: all 0.3s;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
}

.arrow-right5 {
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    float: right;
    text-align: center;
    font-size: 30px;
    display: block !important;
    transition: all 0.3s;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
}

.arrow-left5:hover {
    background: rgba(0, 0, 0, 0.8);
}

.arrow-right5:hover {
    background: rgba(0, 0, 0, 0.8);
}


/* 国际学术交流 */

.quick {
    margin-top: 10px;
    height: 230px;
}

.car-title h1 {
    color: #acacac;
    font-size: 30px;
    text-align: center;
    height: 110px;
    line-height: 110px;
}

.quick .container_12 {
    height: 85px;
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.quick .container_12 .car_div {
    width: 1090px;
    margin: 0 auto;
}

.caroufredsel_wrapper {
    width: 100% !important;
}

.quick .container_12 .car {
    height: 85px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.quick .container_12 .car a {
    cursor: pointer;
    width: 30px;
    height: 84px;
    line-height: 84px;
    color: #c5c5c7;
    float: left;
    text-align: center;
    font-size: 38px;
    display: block !important;
    transition: all 0.3s;
    background-color: #eaeaea;
}

.container_12 .car a.next {
    float: right;
}

.container_12 .carousel {
    cursor: default !important;
}

.container_12 .carousel li {
    overflow: hidden;
    height: 82px;
    margin: 0px 5px;
    width: 208px !important;
    transition: all 0.3s;
    float: left;
    border: 1px solid #ccc;
}

.container_12 .carousel li:first-child {
    margin-left: 0;
}

.container_12 .carousel li a {
    display: block;
    width: 208px;
    float: left;
}


/* 教学动态 */

.trends {
    padding-top: 50px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 50px;
}

.trends-left {
    width: 550px;
    float: left;
}

.trends-title {
    overflow: hidden;
    margin-bottom: 35px;
}

.trends-title-left {
    width: 400px;
    float: left;
}

.trends-right {
    width: 550px;
    float: right;
}

.trends-title-left h1 {
    font-size: 30px;
    color: #000;
    height: 45px;
    line-height: 45px;
}

.trends-title-left h2 {
    font-size: 14px;
    color: #878787;
}

.trends-title-right {
    width: 90px;
    float: right;
    margin-right: 2px;
}

.trends-title-right a {
    display: block;
    text-align: center;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    margin-top: 10px;
    background-color: #24945c;
}

.trends-first {
    background-color: #ededed;
    padding: 15px 22px;
    padding-top: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.trends-first-left {
    width: 100%;
    float: left;
}

.trends-first-left h1 {
    color: #000;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s;
}

.trends-first-left p {
    font-size: 14px;
    height: 75px;
    color: #adadad;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 25px;
    padding-left: 13px;
}

.trends-first-right {
    float: right;
}

.trends-first-right h2 {
    font-size: 20px;
    text-align: right;
    color: #adadad;
    height: 30px;
    line-height: 40px;
}

.trends-first-right span {
    display: block;
    font-size: 26px;
    text-align: right;
    color: #adadad;
}

.trends-main .hospitalNew-list ul li {
    padding: 0 22px;
}

.trends-first:hover .trends-first-left h1 {
    color: #24945c;
}

.trends-main .hospitalNew-list ul li a h2 {
    width: 380px;
}


/* 主题专栏 */


/* .title-special{
    width: 100%;
    height: 320px;
    background: url('../images/titlebg.jpg')no-repeat center;
    background-size: cover;
}
.title-special-title h1 {
    font-size: 30px;
    color: #000;
    height: 45px;
    line-height: 45px;
    text-align: left;
    height: 102px;
    line-height: 102px;
}
.title-special ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.title-special ul li{
    width: 270px;
    height: 165px;
    position: relative;
    overflow: hidden;
}
.title-special ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.title-img{
    width: 270px;
    height: 106px;
    overflow: hidden;
}
.title-img img{
    width: 100%;
}
.title-special ul li a h1 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #424242;
    text-shadow: 2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white, -2px 2px 0 white;
} */

.title-special {
    width: 100%;
    background-size: cover;
    padding-bottom: 30px;
    background-color: #f1f5f6;
}

.title-special-title h1 {
    font-size: 30px;
    color: #000;
    height: 45px;
    line-height: 45px;
    text-align: left;
    height: 115px;
    line-height: 115px;
}

.title-special ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.title-special ul li {
    /* width: 271px; */
    height: 215px;
    position: relative;
    overflow: hidden;
}

.title-special ul li a {
    display: block;
    /* width: 100%;
    height: 100%; */
    margin:2px;
}

.title-img {
    width: 271px;
    height: 203px;
    overflow: hidden;
    position: relative;
}

.title-img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.title-img h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.title-img:hover img {
    transform: scale(1.1);
}


/* 底部 */

.syfooter {
    height: 100px;
    line-height: 100px;
    background: #1c4eb0;
    text-align: center;
}

.syfooter p {
    font-size: 14px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-top: 25px;
    /* width: 900px; */
    float: left;
}

.syfooter p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.syfooter2-right {
    float: right;
    width: 300px;
    margin-top: 18px;
}

.syfooter2-right select {
    width: 255px;
    height: 36px;
    margin-top: 15px;
    border: none;
    padding-left: 10px;
    color: rgba(13, 45, 97, 0.94);
    float: right;
}


/* 菜单栏 */

.zyfeilei {
    height: 75px;
    width: 100%;
    margin: 0 auto;
    margin-top: 175px;
    border-bottom: 1px solid #DDDDDD;
}

.zyfeilei ul {
    float: left;
    margin-top: 15px;
    position: relative;
}

.zyfeilei ul li {
    float: left;
    height: 47px;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}

.zyfeilei ul li a:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2000;
}

.zyfeilei ul li a {
    padding: 0 13px;
    display: block;
    height: 45px;
    color: #5d5d5d;
    text-align: center;
    line-height: 45px;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
    margin:2px;
}

.zyfeilei ul li.li_on a {
    background: #42A06E;
    color: #ffffff;
}

.zyfeilei ul li:hover a {
    color: #FFFFFF;
    background: #42A06E;
}

.newactive {
    overflow: hidden;
    float: right;
    line-height: 73px;
}

.newactive h3 {
    line-height: 73px;
    font-size: 22px;
    overflow: hidden;
    font-weight: normal;
    color: #2659cb;
}


/* 新闻列表页 */

.kejiaocontent {
    margin: 20px auto;
    margin-bottom: 50px;
    min-height: 650px;
}


/*文字列表*/

.connewslist ul li {
    width: 1180px;
    height: 80px;
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.3s;
    margin: 0 auto;
}

.connewslist ul li:hover {
    background: #fff;
    box-shadow: 0 6px 16px rgba(43, 43, 43, 0.2);
}

.connewslist ul li a {
    display: block;
    background: url(../images/newslist_bg.jpg) no-repeat right center;
    height: 80px;
    padding-right: 200px;
    width: 980px;
}

.connewslist ul li a span {
    width: 130px;
    height: 80px;
    float: left;
    display: block;
}

.connewslist ul li a h5 {
    font-size: 24px;
    text-indent: 24px;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    color: #595757;
}

.connewslist ul li a h6 {
    font-size: 14px;
    text-indent: 24px;
    height: 20px;
    line-height: 20px;
    color: #8c8c8c;
}

.newscontent1 {
    float: left;
    margin-left: 30px;
    overflow: hidden;
}

.connewslist ul li a h3 {
    height: 25px;
    line-height: 25px;
    width: 820px;
    font-size: 16px;
    color: #202020;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}

.connewslist ul li:hover a h3 {
    color: #2659cb;
}

.connewslist ul li a p {
    height: 50px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 8px;
    width: 820px;
    color: #959393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 文字列表2 */

.newslist {
    overflow: hidden;
}

.newslist ul {
    overflow: hidden;
}

.newslist li {
    width: 560px;
    padding: 0;
    overflow: hidden;
    margin: 10px 0;
    height: 180px;
    float: left;
    margin-right: 80px;
    transition: all 0.3s;
}

.newslist li:nth-of-type(2n) {
    margin-right: 0px;
}

.newslist li a {
    display: block;
    height: 150px;
    width: 100%;
    overflow: hidden;
}

.newslist li a span {
    line-height: 20px;
    font-size: 12px;
    display: block;
    width: 100%;
    color: #999;
}

.newslist li a h3 {
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
    position: relative;
    width: 100%;
    color: #000;
    transition: all 0.3s;
    border-bottom: 1px solid #F0F0F0;
}

.newslist li:hover a h3 {
    color: #2659cb;
}

.newslist li a h3 i {
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: all 0.3s;
}

.newslist li:hover a h3 i {
    width: 100%;
}

.newslist li a p {
    line-height: 25px;
    font-size: 14px;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*分页*/

.black2 {
    padding: 10px;
    margin: 40px auto;
    text-align: center;
    overflow: hidden;
}

.black2 a {
    border: #757575 1px solid;
    padding: 5px 10px;
    color: #000000;
    text-decoration: none;
    margin: 2px;
}

.black2 a:hover {
    border: #29a868 1px solid;
    background: #29a868;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    margin: 2px;
}

.black2 span.current {
    border: #29a868 1px solid;
    background: #29a868;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    margin: 2px;
}

.black2 span.disabled {
    border: #ccc 1px solid;
    padding: 5px 10px;
    color: #ccc;
    text-decoration: none;
    margin: 2px;
}


/* 底部 */

.footer {
    height: 80px;
    line-height: 80px;
    background: #1c4eb0;
    text-align: center;
}

.footer p {
    font-size: 14px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-top: 15px;
}

.footer p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}


/*图片新闻*/

.newslist3 {
    overflow: hidden;
    margin-bottom: 60px;
}

.newslist3 ul {
    margin-bottom: 20px;
}

.newslist3 ul li {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    height: 152px;
    padding: 30px 10px;
    transition: all 0.5s;
    border-bottom: 1px solid #F0F0F0;
}

.newslist3 ul li a {
    height: 152px;
}

.newslist3 .news_pic {
    float: left;
    width: 245px;
    height: 152px;
    overflow: hidden;
}

.news_pic img {
    width: 100%;
    transition: all 0.3s;
    height: 100%;
}

.newslist3 .news_font {
    width: 685px;
    height: 160px;
    float: left;
    transition: all 0.3s;
    margin-left: 50px;
}
.newslist3 .news_font p {
    font-size: 14px;
    height: 52px;
    line-height: 25px;
    color: #959393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_font>em {
    display: block;
    width: 75px;
    height: 10px;
    border-bottom: 1px solid #8c8c8c;
}

.newslist3 h3 {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #202020;
    transition: all 0.3s;
}

.news3date h2 {
    height: 40px;
    line-height: 45px;
    font-size: 26px;
    color: #8c8c8c;
    display: inline-block;
    font-weight: bold;
}

.news3date em {
    font-size: 14px;
    color: #8c8c8c;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
}

.news3more {
    width: 110px;
    height: 35px;
    border: 1px solid #eeeeee;
    line-height: 35px;
    text-align: center;
    float: right;
    margin-top: 50px;
    transition: all 0.5s;
}

.newslist3 ul li:hover .news3more {
    border: 1px solid #2659cb;
    color: #2659cb;
}

.newslist3 ul li:hover {
    background: #fff;
    box-shadow: 0 6px 16px rgba(43, 43, 43, 0.2);
}

.newslist3 ul li:hover h3 {
    color: #2659cb;
}

.newslist3 ul li:hover img {
    transform: scale(1.2);
}


/* 新闻内容页 */

.content-title {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
    padding-top: 25px;
    margin-bottom: 30px;
}

.content-title h1 {
    font-size: 24px;
    color: #444545;
    text-align: center;
    padding: 15px 0;
    padding-bottom: 10px;
    line-height: 40px;
}

.content-title h2 {
    font-size: 16px;
    color: #a1a2a2;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.content-main {
    color: #484848;
    line-height: 25px;
    margin: 15px auto;
    font-size: 14px;
}

.content-main p {
    color: #484848;
    line-height: 25px;
    margin: 15px 0;
    font-size: 16px;
    /* text-indent: 2em; */
}


/* 引导页 */

.yd-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: url('../images/yindaobg2.jpg')no-repeat center top;*/
    /*background: url('../images/yindao_bg_20240321.jpg')no-repeat center top;*/
    background: url('../images/yindao_bg_20240722.jpg')no-repeat center top;
    background-size: cover;
}

.yd-main {
    width: 790px;
    margin: 0 auto;
}

.yd-logo {
    width: 732px;
    height: auto;
    overflow: hidden;
}

.yd-main img {
    width: 100%;
}

.yd-btn {
    text-align: center;
}

.yd-btn a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 240px;
    height: 110px;
    margin: 10px;
    background: url('../images/btnone2.png')no-repeat center;
    background-size: contain;
}

.yd-btn a.btntwo {
    background: url('../images/btntwo2.png')no-repeat center;
    background-size: contain;
}
.yd-btn a.btnthree{
    background: url('../images/yixueyuan_btn.png')no-repeat center;
    background-size: contain;
}
@media (min-width: 1370px) {
    .yd-logo {
        height: 430px;
    }
}

@media (max-width: 798px) {
    .yd-main {
        width: auto;
    }
    .yd-logo {
        width: auto;
        margin-top: 70px;
    }
    .yd-btn a {
        width: 150px;
        height: 60px;
    }
}


/* 视频列表 */

.lecture_room2 {
    overflow: hidden;
    margin: 10px 0;
    margin-bottom: 40px;
}

.lecture_room2 ul {
    overflow: hidden;
}

.lecture_room2 ul li {
    width: 380px;
    height: 300px;
    border: 1px solid #dedede;
    padding: 13px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 9px;
    float: left;
    margin-bottom: 12px;
    transition: all 0.3s;
}
.lecture_room2 ul li a{
    display: block;
    margin:2px;
    overflow: hidden;
}
.lecture-pic {
    width: 355px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.lecture-pic img {
    width: 100%;
}

.lecture_room2 h3 {
    font-size: 18px;
    color: #000000;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

.lecture_room2 span {
    display: block;
    width: 100%;
    color: #b4b4b4;
    overflow: hidden;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.shipinbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 355px;
    height: 200px;
    background: url('../images/shipin.png')no-repeat center;
    background-size: contain;
}


/*视频列表2*/

.lecture_room {
    overflow: hidden;
    margin: 10px 0;
    margin-bottom: 40px;
}

.lecture_room ul {
    overflow: hidden;
}

.lecture_room ul li {
    width: 320px;
    height: 157px;
    border: 1px solid #dedede;
    padding: 30px;
    overflow: hidden;
    margin: 9px;
    float: left;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.lecture_room ul li:hover {
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, .1);
    transition: all .2s linear;
}

.lecture_room ul li .roomall {
    width: 320px;
    height: 157px;
    overflow: hidden;
}

.roomall h3 {
    font-size: 18px;
    color: #000000;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.room {
    height: 41px;
    margin: 10px 0;
}

.roomdiv {
    width: 230px;
    height: 41px;
    float: left;
    overflow: hidden;
    background: url('../images/room.jpg');
}

.room span {
    display: block;
    float: right;
    width: 85px;
    color: #b4b4b4;
    overflow: hidden;
    text-align: right;
    height: 40px;
    line-height: 38px;
}

.lecture_room ul li a {
    display: block;
    color: #9b9b9b;
    text-align: center;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #e6e6e6;
    margin-top: 20px;
    transition: all 0.3s;
}

.lecture_room ul li a:hover {
    background: #2659cb;
    color: #ffffff;
}

.entrykeshi {
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
}

.entrykeshi a {
    display: block;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    text-align: center;
    padding: 0 25px;
    background: #f1f1f1;
    float: right;
    transition: all 0.3s;
}

.entrykeshi a:hover {
    color: #ffffff;
    background: #2659cb;
}

.piclist-more {
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: right;
    margin-top: 50px;
    font-size: 50px;
    transition: all 0.5s;
    color: #d4d4d6;
}

.news3date2 h2 {
    color: #c7c7c7;
}

.news3date2 em {
    color: #c4c4c4;
}


/* 院报 */

.page_selest {
    height: 120px;
    background-color: #EBEBEB;
    position: relative;
    margin-bottom: 20px;
}

.page_selest h3 {
    height: 60px;
    width: 300px;
    position: absolute;
    line-height: 60px;
    left: 40px;
    top: 30px;
    font-size: 56px;
    color: #AEAEAE;
}

.page_selest h3 em {
    font-size: 16px;
}

.page_selest .nianfen {
    width: 200px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 40px;
    right: 40px;
}

.yuanbao li {
    width: 586px;
    float: left;
    border: 1px solid #eae9e9;
    margin-right: 22px;
    margin-bottom: 22px;
    overflow: hidden;
    height: 100px;
    transition: all 0.3s;
}

.yuanbao li:nth-of-type(2n) {
    margin-right: 0px;
}

.yuanbao li a {
    width: 536px;
    height: 60px;
    display: block;
    overflow: hidden;
    padding: 20px 25px;
}

.xhleft {
    width: 82px;
    height: 60px;
    float: left;
    overflow: hidden;
    background: url(../images/yuanbao.png)no-repeat center;
}

.xhright {
    float: right;
    width: 435px;
    height: 60px;
}

.xhright h2 {
    width: 345px;
    float: left;
    font-size: 18px;
    color: #000;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xhright span {
    font-size: 14px;
    display: block;
    color: #fff;
    text-align: center;
    width: 75px;
    height: 30px;
    line-height: 30px;
    background: #2659cb;
    float: right;
    border-radius: 15px;
    margin-top: 15px;
}

.yuanbao li:hover {
    border: 1px solid #2659cb;
}

.symenu-img .discipline-list {
    margin-top: 0;
}

.symenu-img .discipline-list ul {
    display: block;
    border-bottom: none;
    overflow: hidden;
    margin-bottom: 10px;
    height: auto;
}

.symenu-img .discipline-list ul li {
    width: 90px;
    position: relative;
    height: 100px;
    float: left;
    cursor: pointer;
    margin: 0 4px;
    margin-bottom: 10px;
}
.symenu-img .discipline-list ul li a{
    display: block;
}
.symenu-img .discipline-img {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.symenu-img .discipline-list ul li h1 {
    font-size: 12px;
}

.symenu-img .discipline-list ul li.discipline-li:before {
    display: none;
}

.symenu-img .discipline-list ul li h1 {
    height: 30px;
    line-height: 30px;
}

.symenu-img .discipline-list ul li.discipline-li {
    border-bottom: none;
}

.dayactive {
    margin-top: 15px;
}

.dayactive ul li {
    height: 85px;
    padding: 5px 0;
    /*border-bottom: 1px solid #ccc;*/
}
.dayactive ul li a{
    display: block;
    height: 60px;
    margin:0 2px;
}
.dayactive-left {
    width: 55px;
    height: 60px;
    float: left;
    background-color: #2e57b9;
    border: 1px solid #2e57b9;
}

.dayactive-left h1 {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.dayactive-left h2 {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background-color: #163274;
}

.dayactive-right {
    width: 225px;
    float: right;
    margin-left: 10px;
}

.dayactive-right h1 {
    height: 60px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dayactive-right h2 {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666666;
}

.dayactive-right h2 i {
    font-size: 15px;
    margin-right: 5px;
}

.dayactive ul li:hover .dayactive-right h1 {
    text-decoration: underline;
}

.quickmess {
    display: none;
}

.notice-listall .notice-list-block {
    display: block;
}


/* 重点学科 */

.zhongdiankeshi-left {
    width: 382px;
    height: 607px;
    float: left;
    overflow: hidden;
}

.zhongdiankeshi-left img {
    width: 100%;
}

.zhongdiankeshi-right {
    width: 775px;
    float: right;
}

.zdxueke-title {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.zdxueke-title h1 {
    font-size: 20px;
    color: #000000;
}

.zdxueke-title h1 span {
    margin-right: 15px;
}

.zdxueke-title h1 i {
    color: #1f965b;
    font-size: 24px;
}

.zdxueke {
    overflow: hidden;
    margin-bottom: 20px;
}

.zdxueke ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.zdxueke ul li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 19px;
    color: #fff;
    font-size: 16px;
    background-color: #1f965b;
}


/* 历史发展 */

.history-container {
    width: 100%;
    min-height: 1741px;
    background: url('../images/history.jpg')no-repeat center;
    /* background-size: cover; */
    background-repeat: repeat-y;
    /* overflow-y: auto; */
    padding-bottom: 20px;
    box-sizing: border-box;
}

.history-container::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.history-container::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.history-container::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.history-container ul {
    width: 1120px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.history-container ul li {
    position: relative;
    width: 100%;
}

.history-left {
    width: 440px;
    border: 5px solid #a1753a;
    background: rgba(124, 109, 103, 0.8);
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
}

.history-div {
    overflow: hidden;
    margin-bottom: 20px;
}

.history-left .history-div:last-child {
    margin-bottom: 0;
}

.history-img-left {
    width: 145px;
    /* height: 95px; */
    overflow: hidden;
    float: left;
}

.history-img-left img {
    width: 100%;
    height: auto;
}

.history-img-right {
    width: 210px;
    float: right;
}

.history-img-right p {
    font-size: 16px;
    color: #eaa549;
    line-height: 25px;
}

.history-right {
    position: absolute;
    left: 440px;
    top: 10px;
    width: 162px;
    height: 84px;
    content: '';
    background: url('../images/icon-left.png')no-repeat;
}

.history-right span {
    display: block;
    float: right;
    width: 84px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    font-size: 24px;
    color: #f8d6a8;
}

.history-container ul li:nth-of-type(2n) .history-left {
    float: right;
}

.history-container ul li:nth-of-type(2n) .history-right {
    background: url('../images/icon-right.png')no-repeat;
    left: 518px;
}

.history-container ul li:nth-of-type(2n) .history-right span {
    float: left;
}

.history-con {
    width: 100%;
}

.expert-search {
    width: 600px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    border: 1px solid #ccc;
    padding: 0 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.expert-search input {
    width: 500px;
    height: 100%;
    border: none;
    background: none;
    float: left;
    font-size: 16px;
}

.expert-search button {
    width: 50px;
    float: right;
    text-align: right;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: none;
    border:none;
}

.expert-search button i {
    font-size: 24px;
    color: #ccc;
    line-height: 50px;
}


/* 科学研究 */

.symenu-doctor {
    padding-top: 20px;
}

.symenu-doctor-title {}

.symenu-doctor-left {
    width: 50%;
    float: left;
}

.symenu-doctor-left h1 {
    font-size: 18px;
    color: #004fa2;
    width: 210px;
    float: left;
    font-weight: bold;
}

.doctor-title ul {
    width: 200px;
    float: left;
    margin-left: 10px;
}

.doctor-title li {
    display: inline-block;
    font-size: 18px;
    color: #626262;
    font-weight: bold;
    margin: 0 5px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    height: 40px;
    line-height: 40px;
}

.doctor-title li.doctor-active {
    color: #004fa2;
    border-bottom: 1px solid #004fa2;
}

.symenu-doctor-right ul {
    text-align: right;
}

.symenu-doctor-right ul li {
    display: inline-block;
}

.symenu-doctor-right ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #339b68;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 20px
}

.symenu-doctor-img {
    width: 100%;
    display: none;
}

.doctor-img-block {
    display: block;
}

.symenu-doctor-img img {
    width: 100%;
}

.symenu-imgnine .symenu-divtwo {
    margin-right: 40px;
}

.symenu-imgnine .symeny-jigou a {
    width: 190px;

}


/* 三级 */

.sanji {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 40px;
}

.sanjione ul {
    height: 40px;
    width: 1200px;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid #2da167;
}

.sanjione ul li {
    display: inline-block;
}

.sanjione ul li a {
    display: block;
    padding: 0 12px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #e8e8e8;
}

.sanjione ul li a:hover {
    background: #2da167;
    color: #ffffff;
}

.sanjione ul li.sanjili a {
    background: #2da167;
    color: #ffffff;
}


/* 每日快讯 */

.daily-title {
    width: 100%;
    height: 56px;
    overflow: hidden;
    background: url('../images/daily.jpg')no-repeat center;
    background-size: cover;
}

.daily-left {
    width: 330px;
    float: left;
}

.daily-left h1 {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.daily-right {
    width: 500px;
    float: left;
    margin-left: 70px;
}

.daily-right .layui-form-item {
    margin-bottom: 5px;
    margin-top: 10px;
}

.daily-right .layui-form-label {
    font-size: 16px;
    color: #707070;
    width: auto;
}

.daily-right .layui-input {
    width: 370px;
}

.daily-quick {
    overflow: hidden;
    margin-top: 10px;
}

.daily-quick-title {
    height: 65px;
    border-bottom: 1px dotted #ccc;
    width: 100%;
}

.daily-quick-title span {
    display: inline-block;
    color: #3b3b3b;
    font-size: 20px;
    height: 63px;
    line-height: 63px;
    border-bottom: 3px solid #1f965b;
}

.daily-quick-list ul {
    margin-top: 20px;
}

.daily-quick-list ul li {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 170px;
    padding: 15px 0px;
    transition: all 0.3s;
}

.daily-quick-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
}

.daily-pic {
    float: left;
    width: 250px;
    height: 170px;
    overflow: hidden;
}

.daily-pic img {
    width: 100%;
    height: 100%;
}

.daily_font {
    width: 730px;
    height: 125px;
    float: left;
    margin-left: 50px;
    margin-top: 20px;
}

.daily_font h3 {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #1a1a1a;
}

.daily_font p {
    font-size: 16px;
    height: 52px;
    line-height: 26px;
    color: #959393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.daily-icon {
    width: 100px;
    float: right;
}

.daily-icon span {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 170px;
}

.daily-icon span i {
    font-size: 40px;
    line-height: 170px;
    color: #d9d9db;
}


/*分享*/

#Share {
    width: 40px;
    min-height: 300px;
    position: fixed;
    top: 30%;
    right: 30px;
}

#Share ul li {
    width: 40px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 15px;
}

#Share ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    position: relative;
}

#Share ul li a i {
    color: #fff;
}

#Share ul li a.share7 {
    background: #14ab85;
}

#Share ul li a.share6 {
    background: #1ca73b;
}

#Share ul li a.share1 {
    background: url('../images/qzone.jpg')no-repeat center;
    background-size: cover;
}

#Share ul li a.share2 {
    background: #e7911a;
}

#Share ul li a.share6 {
    background: #1ca73b;
}

#Share ul li.share-top {
    height: 40px;
}

#Share ul li.share-top a {
    background: #e0e0e0;
    line-height: 18px;
}

#Share ul li.share-top a i {
    color: #878787;
}

#Share ul li.share-top a h2 {
    color: #878787;
    font-size: 13px;
}

.layui-layer {
    /*top: 20% !important;*/
    /*margin-top: -190px !important;*/
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#Share ul li a span {
    position: absolute;
    left: 20px;
    top: 15px;
    background: rgba(0, 0, 0, 0.4);
    width: 0;
    height: 0;
    border-radius: 15px;
    -webkit-transition: all .32s cubic-bezier(.24, .82, .48, .89);
    transition: all .32s cubic-bezier(.24, .82, .48, .89);
}

#Share ul li a:hover span {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 3px;
}

.search-title {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ccc;
}

.search-title span {
    font-size: 32px;
    color: #000;
    display: inline-block;
    height: 78px;
    line-height: 78px;
    border-bottom: 3px solid #1d8aea;
}

.search-content {
    overflow: hidden;
    margin-top: 20px;
}

.search-expert li {
    overflow: hidden;
    width: 225px !important;
    height: 338px;
    float: left;
    transition: all 0.3s;
    position: relative;
    margin-right: 18px;
    margin-bottom: 20px;
}

.search-expert li:nth-of-type(5n) {
    margin-right: 0;
}

.search-expert li a {
    display: block;
    width: 225px;
    height: 338px;
    position: relative;
    overflow: hidden;
}

.search-expert li a img {
    width: 100%;
    height: 100%;
}

.message>h4 {
    font-size: 14px;
    color: #d0cfd0;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
}

.search-expert .message {
    height: 125px;
}

.search-news li {
    width: 560px;
    padding: 0;
    overflow: hidden;
    margin: 10px 0;
    height: 180px;
    float: left;
    margin-right: 80px;
    transition: all 0.3s;
}

.search-news li:nth-of-type(2n) {
    margin-right: 0px;
}

.search-news a h1 {
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
    position: relative;
    width: 100%;
    color: #000;
    transition: all 0.3s;
    border-bottom: 1px solid #F0F0F0;
}

.search-news a p {
    line-height: 25px;
    font-size: 14px;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}




.news_pics{
    float: left;
    width: 245px;
    height: 152px;
    overflow: hidden;
}


@media screen and (max-width: 768px) {
    .yuanqu-content ul li{height: auto !important;width: 100% !important;}
    .yuanqu-content ul li a{
        height: auto !important;
    }
    .yuanqu-content .yuanqu-a{
        height: auto !important;
    }
    .m-footer{
        display: block !important;
        padding:10px 0;
    }
}
.symenu .menu-visible:hover .symenu-img,
.symenu .menu-visible:focus .symenu-img,
.symenu .menu-visible:focus-within .symenu-img {
    transition: all 0.5s;
    cursor: auto;
    display: block !important;
}


. a:hover,
.tab_left a.on ,
.tab_left a:focus,
.tab_left a:focus-within{
    background: #FFF url(../images/dot3.gif) no-repeat 10px center;
    border: 1px solid #26935a;
    border-right: 0 none;
    z-index: 99;
    background-size: 15px 15px;
    color: #26935a;
}