*{margin: 0;padding: 0;}



.pubc-title1 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    width: 100%;
    height: 20px;
}
.span1 {
    font-size: 24px;
    color: #333333;
    float: left;
}
.pubc-more {
    font-size: 12px;
    color: #474747;
    width: 90px;
    line-height: 22px;
    height: 22px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    border-radius: 10px;
    float: right;
}


.major_box1{
    width: 100%;
    margin-top: 60px;
}
.major_box1 .mj_m1440{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.major_box1 .box1-left{
    width: 712px;
}
.major_box1 .box1-left .item1{
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 10px;
    background: #fff;
}
.major_box1 .box1-left .item1 .inner{
    padding: 35px 30px;
     padding-bottom: 25px;
     
 }
 .major_box1 .box1-left .item1 .desc{
    font-size: 14px;
    color: #474747;
    line-height: 22px;
    margin-top: 20px;
    overflow-y: auto;
    height: 120px;
 }
 .major_box1 .box1-left .item1 .list{
    margin-top: 20px;
 }
 .major_box1 .box1-left .item1 .list .item a{
     display: block;
     padding: 12px 0;
     border-bottom: 1px solid #eeeeee;
     line-height: 1.2;
 }
 .major_box1 .box1-left .item1 .list .item a:hover{
     border-color: #01763a;
 }
 .major_box1 .box1-left .item1 .list .item a:hover .h3{
     color: #01763a;
 }
 .major_box1 .box1-left .item1 .list .item a:hover .date{
     color: #01763a;
 }
 .major_box1 .box1-left .item1 .list .h3{
    font-size: 16px;
    color: #474747;
     width: 80%;
 }
 .major_box1 .box1-left .item1 .list .date{
    font-size: 14px;
    color: #909090;  
     margin-top: 6px;
     font-family: 'Arial';
 }
 .major_box1 .box1-left .item2 {
    height: 231px;
}
.major_box1 .box1-right{
    width: 712px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
    height: 478px;
    padding: 30px 30px;
    box-sizing: border-box;
}
.major_box1 .box1-right .box{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    height: 380px;
}

.major_box1 .box1-right .box ul{
    position: relative;
    /* margin-top: 25px; */
    padding: 8px;
    float: left;
    border: 1px solid #dcdcdc;
}
.major_box1 .box1-right .box ul li {
    width: 25%;
    padding: 8px;
    float: left;
    box-sizing: border-box;
}
.major_box1 .box1-right .box ul li a{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #e9e9e9;
    text-align: center;
    flex-direction: column;
    color: #333;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.major_box1 .box1-right .box ul li .zhuan{
    font-size: 13px;
    color: #999;
    margin-top: 8px;
}
.major_box1 .box1-right .box ul li a img{
    margin-bottom: 12px;
    width: 34px;
    height: 34px;
}
.major_box1 .box1-right .box ul li a .kuai_cen_img2{
    display: none;
}
.major_box1 .box1-right .box ul li:hover a .kuai_cen_img1{
    display: none;
}
.major_box1 .box1-right .box ul li:hover a .kuai_cen_img2{
    display: block;
}
.major_box1 .box1-right .box ul li:hover{
    background: #009944;
}
.major_box1 .box1-right .box ul li:hover a,
.major_box1 .box1-right .box ul li:hover a .zhuan{
    color: #fff;
}

































.m_news{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}
.m_news .news_list{
    width: 100%;
    margin-top: 30px;
}
.m_news .news_list .bd ul li,
.m_news .news_list .bd ul li .item{
    width: 345px;
    height: 230px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
    position: relative;
}
.m_news .news_list .bd ul li:last-child{
    margin-right: 0px;
}
.m_news .news_list .bd ul li .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m_news .news_list .bd ul li .item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../images/mask50.png);
    font-size: 22px;
    color: #fff;
    text-align: center;
    width: calc(100% - 30px);
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}
.m_news .news_list .bd ul li .item a:hover {
    background-image: url(../images/mask80.png);
}



.m_news .news_list .hd a{
    position: absolute;
    top: 0;
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 16px;
    border-radius: 5px;
}
.m_news .news_list .hd a:after{
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.5px;
    margin-top: -4.5px;
    background: url(../images/illnesscenter-icon2.png) no-repeat 0 0;
}
.m_news .news_list .hd .prev{
    left: 0;
}
.m_news .news_list .hd .prev:after{
    
    background-position: 0 0;
}
.m_news .news_list .hd .next{
    right: 0;
}
.m_news .news_list .hd .next:after{
    
    background-position: right top;
}
.m_news .news_list .hd{
    position: relative;
    float: right;
    width: 62px;
    margin-top: -48px;
}








.m_book{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.m_book .book_list{
    width: 100%;
    margin-top: 30px;
}
.m_book .book_list .bd ul li{
    width: 228px;
    height: 328px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 13px;
}
.m_book .book_list .bd ul li .book_pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.m_book .book_list .bd ul li .book_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m_book .book_list .bd ul li:nth-child(6n){
    margin-right: 0px;
}
.m_book .book_list .bd ul li a{
    position: relative;
}
.m_book .book_list .bd ul li .book_txt{
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,0.4);
    z-index: 99;
    color: #fff;
    padding-bottom: 12px;
    padding: 12px 5px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    bottom: 0px;
}




.major_box2{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.major_box2 .mj_m1440{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.major_box2 .box1-left{
    width: 712px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
    height: 461px;
    padding: 35px 30px;
    box-sizing: border-box;
    height: 100%;
}
.major_box2 .box1-left .list-box{
    height: 588px;
    overflow: hidden;
    margin-top: 24px;
}
.major_box2 .box1-left .img{
    width: 191px;
    height: 110px;
    float: left;
    overflow: hidden;
}
.major_box2 .box1-left .img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.major_box2 .box1-left .text{
    overflow: hidden;
    padding: 0 20px;
    padding-right: 0;
    line-height: normal;
}
.major_box2 .box1-left .text .h2{
    font-size: 18px;
    color: #333333;
}
.major_box2 .box1-left .item{
    padding: 24px 0;
    border-top: 1px solid #eeeeee;
    float: left;
    width: 100%;
}
.major_box2 .box1-left .item:first-child{
    border-top: 0;
    padding-top: 0px;
}
.major_box2 .box1-left .text .desc{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.major_box2 .box1-left .item:last-child{
    padding-bottom: 0px;
}





.major_box2 .box1-right{
    width: 712px;
}
.major_box2 .box1-right .item1{
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 10px;
    background: #fff;
}
.major_box2 .box1-right .item1 .inner{
    padding: 35px 30px;
    padding-bottom: 25px;
     
 }
.major_box2 .box1-right .item1 .list{
    margin-top: 12px;
}
.major_box2 .box1-right .item1 .list .item a{
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
}
.major_box2 .box1-right .item1 .list .item a:hover{
    border-color: #01763a;
}
.major_box2 .box1-right .item1 .list .item a:hover .h3{
    color: #01763a;
}
.major_box2 .box1-right .item1 .list .item a:hover .date{
    color: #01763a;
}
.major_box2 .box1-right .item1 .list .h3{
   font-size: 14px;
   color: #474747;  
 margin: 0;   
    width: 80%;
}
.major_box2 .box1-right .item1 .list .date{
   font-size: 14px;
   color: #909090;  
    margin-top: 6px;font-family: 'Arial';
}

.major_box2 .box1-right .item2 .h2{
   border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}
.major_box2 .box1-right .item2{
    height: auto;
}
.major_box2 .box1-right .item1{
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
    behavior: url(css/PIE.htc);
    margin-bottom: 20px;
    height: 341px;
}
.major_box2 .box1-right .item1 .inner{
    padding: 36px 30px;
}
.major_box2 .box1-right .item1.last a{
    border-bottom: 0;
}