.header {
    background:rgba(29,41,73,0.25);
    display:flex;
    z-index:2;
    position:absolute;
    top:0;
    border-bottom:0.0625rem solid #fff;
}
.navs>li>a {
    color:#FFFFFF;
    font-size:1.125rem;
    line-height:1.75rem;
    opacity:0.7;
}
.content {
    margin-top:-6rem;
}
.content-box {
    text-align:center;
    padding:6.25rem 0 9.375rem;
    background:#fff;
}
.content-box .more {
    display:block;
    width:7rem;
    height:7rem;
    border:1px solid rgba(29,41,73,0.2);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:rgba(29,41,73,0.3);
    margin:0 auto;
    margin-top:3.125rem;
}
.one_title {
    font-size:2.5rem;
    /*font-weight:bold;*/
    font-family:'HarmonyOS Sans SC-Medium','HarmonyOS Sans SC';
    color:#1D2949;
    margin-bottom:2.5rem;
    text-align:center;
}
.one_con {
    font-size:1.125rem;
    line-height:2rem;
    color:#5C5E66;
    width: 83.5rem;
    margin:0 auto;
    text-align:justify;
    /*text-indent:2rem;
    text-align:justify;*/;
}
.content-box .more:hover {
    background-color:#1876F2;
    color:#fff;
    border:1px solid #1876F2;
}
.carousel-item img{
    width: 120rem;
    height: 67.5rem;
}
/*.carousel-item:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,.1);
}*/
.f_right p {
    margin-top:0.3125rem;
}
.index_title {
    font-family:'HarmonyOS Sans SC-Medium';
    position:absolute;
    width:100%;
    height:4.5rem;
    line-height:4.5rem;
    text-align:center;
    z-index:99;
    top:calc(50% - 2.25rem);
    font-size:4.5rem;
    font-weight:500;
    color:#FFFFFF;
    text-shadow:0rem 0.1875rem 0.375rem rgba(0,0,0,0.16);
}
.index_flex {
    position:absolute;
    display:flex;
    color:#FBFBFB;
    bottom:8rem;
    width:100%;
    justify-content:space-around;
    align-items:center;
    height:9.25rem;
    background:linear-gradient(90deg,rgba(29,41,73,0) 0%,rgba(29,41,73,0.2) 50%,rgba(29,41,73,0) 100%);
}
.index_flex div {
    height:3.75rem;
    transition:transform 0.3s ease-in-out;
}
.index_flex div:hover {
    transform:scale(1.2);
}
.index_flex p {
    color:#FBFBFB;
    text-shadow:0rem 0.1875rem 0.375rem rgba(0,0,0,0.16);
    margin-bottom:0;
    line-height:1.75rem;
}
.index_flex p span {
    text-shadow:0rem 0.1875rem 0.375rem rgba(0,0,0,0.16);
    color:#FBFBFB;
}
.index_flex p .num {
    font-family:'DIN-Medium';
    font-size:2.5rem;
}
.downward {
    position:absolute;
    bottom:3.75rem;
    color:#fff;
    width:2rem;
    margin:0;
    z-index:9;
    font-size:2rem;
    left:calc(50% - 1rem);
    animation:duwn 1.2s ease-out infinite;
}
.content-two {
    padding:0 0 5rem;
    background: #fff;

}
.two_con {
    display:flex;
    justify-content:space-between;
    width: 102.0625rem;
    margin:0 auto;
    
}

.t_c_right {
    width:45%;
    margin-bottom:0;
}
.item_left {
    width:40%;
    margin-right:1.875rem;
}
.item_right {
    width:60%;
}
.item_left img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:0.5rem;
}
.item_right {
    position:relative;
}
.right_title h2 {
    font-weight:500;
    color:#1D2949;
    font-size:1.375rem;
    line-height:1.75rem;
    margin-bottom:1.25rem;
    font-family:'HarmonyOS Sans SC-Medium';
}
.right_con {
    line-height:1.75rem;
    opacity:0.8;
    text-align:justify;
}
.right_bottom {
    position:absolute;
    bottom:0;
    width:100%;
}
.right_bottom .time {
    opacity:0.8;
}
.t_c_right li {
    border-bottom:0.0625rem solid rgba(112,112,112,0.2);
    line-height:1.3125rem;
    padding:1.5rem 0;
    padding-right:1.25rem;
    position:relative;
    opacity:0.8;
}
.t_c_right li {
    opacity:1;
}
.t_c_right li h2 {
    margin-bottom:0;
}
.t_c_right li a {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.t_c_right li:hover span {
    color:#1D2949;
}
.t_c_right .time {
    font-family:'DIN';
    color:rgba(168,170,174,1);
    padding-right:1.25rem;
}
.t_c_right li:last-child {
    border:0;
}
.right_cys {
    border-top:0.0625rem solid #C3C4C8;
    border-right:0.0625rem solid #C3C4C8;
    position:absolute;
    top:1.8125rem;
    right:0.625rem;
    width:0.625rem;
    height:0.625rem;
}
.t_c_right li:hover .right_cys{
    border-top:0.0625rem solid #1D2949;
    border-right:0.0625rem solid #1D2949;
}
/*@media only screen and (max-width:105rem) {
    .content-box {
    padding:6.875rem 11.25rem 5rem 8.75rem;
}*/ 
/*;
}*/
/* @media only screen and (max-width:105rem) {
    .one_con {
    padding:0 2.1875rem;
}
.two_con {
    padding:0 3.125rem;
}
} */

/*明医动态*/
.my_item {
   width:49.8125rem;
}
.item_top{  
    height:20.625rem;
    border-radius: 0.5rem; 
    overflow:hidden;
}
.item_top img{
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 0.5rem; 
    transition: 0.5s
}
.item_bottom h2{
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    font-size: 1.375rem;
    line-height: 150%;
    color: rgb(29, 41, 73);
}
.item_bottom div{
    font-size: 1rem;
    line-height: 150%;
    color: rgb(92, 94, 102);
    opacity: 0.7;
}
.my_item:hover .item_top img{
    transform: scale(1.1);
}

.my_item:hover h2,.my_item:hover div{
    color: #1876f2;
}
.my_right {
    display: flex;
    flex-wrap: wrap;
    width: 49.75rem;
    margin-bottom: 0;
    justify-content: space-between;
    align-content: space-between;
}
.my_right li{
    width:24.125rem;
}
.my_right li div{
    width:24.125rem;
    height:10.875rem;
    border-radius: 0.5rem; 
    overflow:hidden;
}
.my_right li div img{
    width: 100%;
    height: 100%;
    border-radius: 0.5rem; 
    object-fit: cover;
    transition: 0.5s
}
.my_right li h2{
    margin-top: 0.625rem;
    color: rgb(29, 41, 73);
    font-size: 1.25rem;
    line-height: 150%;
    margin-bottom: 0;
}
.my_right li:hover div img{
    transform: scale(1.1);
}

.my_right li:hover h2{
    color: #1876f2;
}