.imgBox {
  width: 100%;
  position: relative;
  margin: 0 auto;
  font-size: 0px;
}
.imgBox>img {
  width: 100%;
  height: 348px;
  margin: 0 auto;
  z-index: 1;
  display: block;
}
.imgBox2 {
  position: absolute;
  z-index: 2;
  width: 1078px;
  top: 96px;
}

.imgBox2>img {
  width: 510px;
}

.imgBox2>.img2 {
  margin-left: 45px;
}

/* 文化建设 */
.history_title,.prize_title{
    width: 1200px;
    margin: 45px auto;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-bottom: 4px;
}
.prize_title{
    margin-top: 100px;
}
.history_title::before,.prize_title::before{
    content: "";
    display: block;
    width: 116px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(75, 153, 122, 0.5);
}
.culture_list{
    margin-top: 46px;
}
.culture_list li{
    float: left;
    overflow: hidden;
}
.culture_list li a{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.culture_list li.li1{
    width: 800px;
    height: 400px;
}
.culture_list li.li1 img{
    width: 100%;
    height: 100%;
}
.culture_list li.li2{
    background-image: url("../images/history/li2.png");
}
.culture_list li.li3{
    background-image: url("../images/history/li3.png");
}
.culture_list li.li4{
    background-image: url("../images/history/li4.png");
}
.culture_list li.li5{
    background-image: url("../images/history/li5.png");
}
.culture_list li.li2,.culture_list li.li3{
    width: 400px;
    height: 200px;
    background-size: 100% 100%;
}
.culture_list li.li2 a,.culture_list li.li3 a{
    padding: 54px;
}

.culture_list li.li2 h4,.culture_list li.li3 h4,.culture_list li.li4 h4{
    font-size: 14px;
    color: #fff;
}
.culture_list li.li2 p,.culture_list li.li3 p,.culture_list li.li4 p{
    margin-top: 9px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.culture_list li.li2 span,.culture_list li.li3 span,.culture_list li.li4 span{
    margin-top: 4px;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: right;
}
.culture_list li.li2 span::before,.culture_list li.li3 span::before,.culture_list li.li4 span::before{
    content: "...";
    float: left;
}

.culture_list li.li4{
    width: 800px;
    height: 180px;
    background-size: 100% 100%;
}
.culture_list li.li4 a{
    padding: 49px 53px 0;
}
.culture_list li.li5{
    width: 400px;
    height: 180px;
    background-size: 100% 100%;
}
.culture_list li.li5 a{
    padding: 75px;
}
.culture_list li.li5 p{
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}
.culture_list li.li5 p i{
    font-size: 26px;
    margin-right: 10px;
    vertical-align: middle;
}

.culture_list li:hover>a{
    transform: scale(1.04);
}




/* 裘法祖医德风范奖 */
.main_content2{
    margin-top: 94px;
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}
.main_content2::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}
.main_content2::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 328px;
    background-color: #f5f5f5;
    z-index: -1;
}
.time_tab{
    /* width: 550px; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.time_tab::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 21px;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}
.time_tab li{
    padding: 0 24px;
    background-color: #fff;
    font-size: 32px;
    height: 42px;
    line-height: 42px;
    color: #333333;
    float: left;
    cursor: pointer;
    position: relative;
    margin-left: 38px;
    /* font-weight: bold; */
}
.time_tab li:first-child{
    margin-left: 0;
}
.time_tab li::before,.time_tab li::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    position: absolute;
    top: 18px;
}
.time_tab li::before{
   left: 0;
}
.time_tab li::after{
   right: 0;
}

.time_tab li:hover{
    color: #489476;
}
.time_tab li.current{
    color: #489476;
}

.prize_container{
    margin-top: 60px;
    position: relative;
}

.prize_container .contentbox{
    width: 100%;
    height: 435px;
    position: relative;
    display: none;
}
.prize_container .content{
    padding-left: 368px;
    width: 100%;
    height: 435px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.prize_container .contentbox1,.prize_container .content1{
    display: block;
}
.prize_container .doctor_img{
    position: absolute;
    width: 238px;
    height: 302px;
    left: 89px;
    top: 0;
    overflow: hidden;
}
.prize_container .doctor_img img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.prize_container .content .name{
    position: absolute;
    left: 89px;
    top: 342px;
    width: 238px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
  white-space: nowrap;
}
.prize_container .content .name span{
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.prize_container .content>p{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    width: 808px;
    /* text-align: justify; */
}
.prize_container .content .job{
    font-size: 16px;
    padding-top: 8px;
  font-weight: bold;
}
.prize_container .mt20{
    margin-top: 20px;
  font-weight: bold;
}
.prize_container .mt40{
    margin-top: 40px;
}

.swpcontain{
    width: 100%;
    padding-left: 56px;
    padding-right: 56px;
    position: relative;
    height: 324px;
}
.doctor_swp{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 324px;
    margin: 0 auto;
}
.doctor_list{
    /* padding-left: 56px; */
    position: relative;
    height: 324px;
}
.doctor_list li{
    width: 264px;
    padding: 46px 52px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
/* .doctor_list li a{
    display: block;
    width: 264px;
    padding: 46px 52px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
} */
.doctor_list li .head{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.doctor_list li .head::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(51,51,51,0.6);
    transition: all 0.5s;
}
.doctor_list li .head img{
    width: 100%;
}
.doctor_list h3{
    margin-top: 20px;
    font-size: 20px;
    line-height: 26px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.doctor_list h3 p{
    font-size: 16px;
    font-weight: normal;
  white-space: nowrap;
}

.doctor_list li.current::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;

    border-bottom: 20px solid #f5f5f5;
}
.doctor_list li.current h3,.doctor_list li:hover h3{
    color: #468f73;
}
.doctor_list li.current .head::after,.doctor_list li:hover .head::after{
    background-color: transparent;
}



.swp_prev,.swp_next{
    position: absolute;
    width: 46px;
    height: 46px;
    cursor: pointer;
    top: 103px;
}
.swp_prev{
    left: 0;
}
.swp_next{
    right: 0;
}
.swp_prev::after,.swp_next::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #469074;
    opacity: 0.6;
}
.swp_prev::before,.swp_next::before{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    box-sizing: content-box;
    border: 8px solid transparent;
    position: absolute;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    left: 15px;
    top: 15px;
    opacity: 0.6;
    transition: all 0.5s;
}
.swp_prev::before{
    border-right: 8px solid #469074;
    margin-left: -6px;
}
.swp_next::before{
    border-left: 8px solid #469074;
    margin-left: 6px;
}
.swp_prev span,.swp_next span{
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.swp_prev span{
    right: 0;
}
.swp_next span{
    left: 0;
}
.swp_prev span::before,.swp_next span::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #469074;
}
.swp_prev span::before{
    right: 0;
    left: auto;
}
.swp_prev:hover::before,.swp_next:hover::before{
    opacity: 1;
}
.swp_prev:hover span,.swp_next:hover span{
    width: 41px;
    height: 46px;
}



/*移动端*/
@media screen and (max-width: 768px){
.main_content2 {
    margin-top: 0.5rem;
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}
.time_tab li {
    padding: 0 0.15rem;
    background-color: #fff;
    font-size: 0.35rem;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #333333;
    float: left;
    cursor: pointer;
    position: relative;
    margin-left: 38px;
    /* font-weight: bold; */
}
.time_tab li::before, .time_tab li::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    position: absolute;
    top: .33rem;
}
.prize_container {
    margin-top: 0.5rem;
    position: relative;
}
.swpcontain {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    height: 3rem;
}
.doctor_swp {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 3rem;
    margin: 0 auto;
}
.doctor_list li {
    width: 1.5rem;
    padding: 0.1rem;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
.doctor_list li .head {
    width: 1.15rem;
    height: 1.15rem;
    margin-left: 0.2rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.doctor_list h3 {
    margin-top: 0.2rem;
    font-size: 0.25rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.doctor_list h3 p {
    font-size: 0.2rem;
    font-weight: normal;
    white-space: nowrap;
}
.doctor_list h3 p {
    font-size: 0.2rem;
    font-weight: normal;
    white-space: pre-wrap;
}
.swp_prev {
    left: -0.4rem;
}
.swp_next {
    right: -0.4rem;
}
.swp_prev, .swp_next {
    position: absolute;
    width: 46px;
    height: 46px;
    cursor: pointer;
    top: 1rem;
    transform: scale(0.5);
}
.doctor_list li.current::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.2rem solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 0.2rem solid #f5f5f5;
}
.prize_container .contentbox {
    width: 100%;
    height: auto!important;
    margin-top: 0.1rem;
    position: unset!important;
    overflow: hidden;
}
.prize_container .content {
    padding-left: 0;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    position: unset!important;
    /* left: 0; */
    /* top: 0; */
}
.prize_container .doctor_img {
    position: absolute;
    width: 2.5rem;
    height: 3.15rem;
    left: 0.3rem;
    top: 3rem;
    overflow: hidden;
}
.prize_container .content .name {
    position: absolute;
    left: 3.3rem;
    top: 3.1rem;
    width: 3.9rem;
    text-align: left;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.prize_container .content .name span {
    font-size: 0.2rem;
    line-height: 0.6rem;
    font-weight: normal;
}
.prize_container .content>p {
    color: #333;
    font-size: 0.2rem;
    line-height: 1.5;
    width: 100%;
    /* text-align: justify; */
}
.prize_container .content .job {
    font-size: 0.2rem;
    padding-top: 1rem;
    font-weight: bold;
    /* position: absolute; */
    /* left: 3.3rem; */
    /* top: 3.7rem; */
    width: 3.5rem;
    margin-left: 3.3rem;
}
.prize_container .mt20 {
    margin-top: 0.5rem;
    margin-left: 3.3rem;
    font-weight: bold;
    width: 3.8rem!important;
}
.prize_container .mt40 {
    margin-top: 1.3rem;
}
.main_content2::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
}
.main_content2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5rem;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    z-index: -1;
}

}

