.xwzx-cont {
    background-color: #fff;
    padding: 20px;
    <!--text-align: center;-->
}
.xwzx-cont{
  margin-top:30px;
}

.xwzx-cont>div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
}

.xwzx-cont>div img {
    width: 70%;
    margin-top: 60px;
}

.xwzx-cont p {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.xwzx-cont p:first-child {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.xwzx-cont p:nth-child(2) {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
    
}

.xwzx-cont span {
    color: #999999;

}

.inx {
    text-align: left;
    text-indent: 2em;
}

.list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px 20px;
}

.list a {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 19px;
    color: #666666;
    line-height: 40px;
}

.list .back {
    display: flex;
    width: 132px;
    height: 42px;
    background-color: #045C49;
    color: #fff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}




/* 通知公告 */
.tzgg-list{
  margin-top:30px;
}
.tzgg-list ul li a {
box-sizing:border-box;
margin-bottom:20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    width: 100%;
    font-family: PingFang;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.tzgg-list ul li a p:first-child {
    max-width: 800px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tzgg-list ul li a p::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 9px;
    height: 9px;
    background-color: #C0985E;
}

.tzgg-list ul li a span {
    width: 104px;
    font-size: 14px;
}

.tzgg-list ul li a span::before {
    width: 17px;
    height: 17px;
    content: "";
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    background-image: url('../images/shijian-2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.tzgg-list ul li a:hover {
    background-color: #fff;
    
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

/* 医院新闻 */
.yyxw-box ul li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.yyxw-box ul li>a p {
    font-family: PingFang;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.yyxw-box ul li>a>img {
    max-width:287px;
    max-height:214px;
    min-height:214px;
    object-fit: cover;
    height:100%;
    width: 100%;
}

.yyxw-right p,.yyxw-box ul li>a>img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

<!--.yyxw-box li:hover .yyxw-right p {-->
<!--    color: #045C49;-->
<!--}-->
<!--.yyxw-box li:hover .yyxw-right>p:first-child{-->
<!--    font-weight: bold;-->
<!--}-->
<!--.yyxw-box ul li:hover>a>img{-->
<!--    transform: scale(1.1);-->
<!--    -webkit-transform: scale(1.1);-->
<!--    -moz-transform: scale(1.1);-->
<!--    -ms-transform: scale(1.1);-->
<!--    -o-transform: scale(1.1);-->
<!--}-->

.yyxw-right {
    padding: 0 3%;
    width:80%;
    max-height:214px;
    border-bottom: 1px dotted #DADADA;
}
.yyxw-box li:hover .yyxw-right {
    background:
        url('../images/xw-left.png') no-repeat left center,
        url('../images/xw-right.png') no-repeat right center
}

.yyxw-box .yyxw-right>p:first-child {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.yyxw-box .yyxw-right>p:first-child::after {
    position: absolute;
    width: 3%;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 4px solid #C0985E;
}

.yyxw-box .yyxw-right>p:nth-child(2) {
    margin-bottom: 30px;
    width:98%;
}

.shijian {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.shijian {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.shijian>p:first-child::before {
    content: '';
    width: 17px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    background-image: url('../images/shijian-2.png');
    background-size: contain;
    background-repeat: no-repeat;
}