﻿.main_tit {
 margin-bottom: 1.5vw;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.main_tit_name {
 font-size: 20px;
 color: #245CCE;
}

.main_tit_more {
 color: #7B818D;
 background-image: url(/Content/Areas/Hospitals/images/Main/more_bg_black.png);
}

.main_tit_more {
 color: #fff;
 padding-right: 40px;
 background-image: url(/Content/Areas/Hospitals/images/Main/more_bg_whrite.png);
 background-repeat: no-repeat;
 background-position: right 10px center;
 transition: all .2s linear;
}

.main_tit_more {
 color: #000;
 padding-right: 40px;
 background-image: url(/Content/Areas/Hospitals/images/Main/more_bg_black.png);
 background-repeat: no-repeat;
 background-position: right 10px center;
 transition: all .2s linear;
}

.main_tit_more:hover {
 color: #245CCE;
 background-position: right 0px center;
}

ul.article_list_site {
 width: 31.3vw;
 float: left;
}
ul.article_list_site li{
 width: 100%;
}
ul.article_list_site li:nth-child(2) {
 padding-top: 1vw;
}

ul.article_list_site li:nth-last-child(2) {
 border-bottom: 0.03vw solid #C1CCDE;
}

ul.article_list_site li {
 padding-top: 1vw;
}
.article3_row2 .article_list_site li{
 width: 48%;
}
.article_list_right {
 width: 28.02vw;
 display: flex;
 flex-wrap: wrap;
 float: right;
}

.article_list_right li {
 width: 13.49vw;
 height: 4.97vw;
 margin-right: 1.04vw;
 margin-bottom: 1.09vw;
}

.article_list_right li:nth-child(2n) {
 margin-right: 0;
}

.article_list_right li a {
 display: block;
 width: 100%;
 height: 100%;
 font-size: 20px;
 color: #245CCE;
 background: RGBA(214, 227, 249, 0.5);
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 0.47vw;
 transition: all 0.2s;
}

.article_list_right li a:hover {
 background: RGBA(214, 227, 249, 1);
}

.article_row1 {
 overflow: hidden;
 padding-bottom: 3.13vw;
}

.row1 {
 background: url(/Content/Areas/Common/images/common/depbg2.png) no-repeat right bottom;
 background-size: 26.09vw 25.31vw;
}

.row2 {
 padding-top: 4.17vw;
 background: #DAE6FA;
 padding-bottom: 3vw;
}

.row2 .main_tit {
 margin-bottom: 2.6vw;
}

a.row2_Article_left {
 display: flex;
 width: 25.16vw;
 height: 11vw;
 background: url(/Content/Areas/Hospitals/images/Main/row_menu_img.png) no-repeat center center;
 justify-content: end;
 border-radius: 0.78vw;
 overflow: hidden;
 background-size: 100%;
 transition: all 0.2s;
}

a.row2_Article_left .right {
 width: 6.1vw;
 height: 100%;
 background: #245CCE;
 display: flex;
 align-items: center;
 flex-direction: column;
 justify-content: center;
 color: #fff;
 font-size: 0.94vw;
}

a.row2_Article_left .right img {
 width: 2.24vw;
 margin-bottom: 0.73vw;
}

a.row2_Article_left:hover {
 background-size: 110%;
}

.row2_Article {
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.row2_Article_right {
 /* width: 34.32vw; */
 font-size: 16px;
 line-height: 1.67vw;
 color: #24252E;
}

h2.main_tit_subname {
 font-size: 20px;
 margin-top: 2.6vw;
 margin-bottom: 1.56vw;
 position: relative;
}

h2.main_tit_subname::after {
 content: '';
 width: 55.63vw;
 height: 0.1vw;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 background: #364159;
 right: 0;
}

.article3_row2 .article_list_site {
 float: none;
 width: 100%;
}

.article3_row2 ul.article_list_site li:nth-child(2) {
 padding-top: 0;
}

ul.article_list_site2 li {
 width: 30.47vw;
 height: 7.14vw;
 background: #fff;
 border-radius: 1.04vw;
 box-shadow: 0rem 0.68rem 0.99rem 0rem rgba(29, 61, 171, 0.1);
 margin-bottom: 1.56vw;
 margin-right: 1.56vw;
 box-sizing: border-box;
 padding-left: 1.72vw;
 display: flex;
 align-items: center;
}

ul.article_list_site2 {
 display: flex;
 flex-wrap: wrap;
}

ul.article_list_site2 li:nth-child(even) {
 margin-right: 0;
}

ul.article_list_site2 li:nth-last-child(1),
ul.article_list_site2 li:nth-last-child(2) {
 margin-bottom: inherit;
}

ul.article_list_site2 li .span-date {
 font-size: 0.83vw;
 font-weight: normal;
 display: flex;
 flex-direction: column;
 float: left;
}

ul.article_list_site2 li .span-date b {
 font-size: 36px;
 display: block;
}

ul.article_list_site2 li .article_mains {
 float: left;
 width: 22.34vw;
 margin-left: 1.82vw;
}

ul.article_list_site2 li .article_mains a {
 font-size: 16px;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 display: -webkit-box;
 overflow: hidden;
 font-weight: 600;
}

.row3 .row3_icon1 {
 background: url(/Content/Areas/News/images/KeYanJiaoXue/bg1.png);
 background-repeat: no-repeat;
 background-size: contain;
}

.row3 .row3_icon2 {
 background: url(/Content/Areas/News/images/KeYanJiaoXue/bg2.png);
}

.row3 {
 padding: 4.17vw 0;
}

.row3>a {
 width: 30.47vw;
 height: 11.2vw;
}

.row3 .main_content {
 display: flex;
 justify-content: space-between;
}

.main_content {}

.row3 .main_content>a {
 width: 30.47vw;
 height: 11.2vw;
 font-size: 20px;
 color: #fff;
 display: flex;
 flex-direction: column;
 justify-content: center;
 text-align: right;
 padding-right: 2.08vw;
 box-sizing: border-box;
 background-repeat: no-repeat;
 background-size: contain;
}

.row3 .main_content>a span {
 display: block;
 position: relative;
}

.row3 .main_content>a span:nth-last-child(1)::after {
 content: '';
 width: 3.91vw;
 height: 0.31vw;
 position: absolute;
 background: #fff;
 right: 0;
 bottom: -1.5vw;
 transition: all 0.2s;
}

.row3 .main_content>a:hover span:nth-last-child(1)::after {
 width: 4.91vw;
}

@media only screen and (max-width: 768px) {
 .main_tit_name {
 font-size: 18px;
 }
 .main_tit {
 margin-bottom: 2vw;
 }
 ul.article_list_site {
 width: 100%;
 float: none;
 }
 .article_list_right {
 width: 100%;
 float: none;
 }
 .article_list_right li:nth-child(2n) {
 margin-right: 2%;
 }
 .article_list_right li {
 width: 32%;
 height: auto;
 margin-right: 2%;
 margin-bottom: 2vw;
 }
 .article_list_right li:nth-child(3n) {
 margin-right: 0;
 }
 .article_list_right li a {
 font-size: 16px;
 padding: 2vw;
 box-sizing: border-box;
 }
 .article_row1 {
 padding-bottom: 0;
 }
 .row2_Article {
 flex-wrap: wrap;
 }
 a.row2_Article_left {
 width: 100%;
 height: 50vw;
 }
 a.row2_Article_left .right {
 width: 30vw;
 font-size: 16px;
 }
 a.row2_Article_left .right img {
 width: 7vw;
 margin-bottom: 2vw;
 }
 .row2_Article_right {
 width: 100%;
 font-size: 16px;
 line-height: 24px;
 margin-top: 2vw;
 }
 h2.main_tit_subname {
 font-size: 18px;
 margin-top: 2vw;
 margin-bottom: 2vw;
 }
 ul.article_list_site2 li {
 width: 100%;
 height: auto;
 margin-bottom: 2vw;
 margin-right: 0;
 padding-left: 2vw;
 }
 ul.article_list_site2 li .span-date {
 font-size: 14px;
 }
 ul.article_list_site2 li .span-date b {
 font-size: 32px;
 }
 ul.article_list_site2 li .article_mains a {
 font-size: 14px;
 }
 ul.article_list_site2 li .article_mains {
 width: 75vw;
 margin-left: 2vw;
 }
 ul.article_list_site2 li:nth-last-child(1),
 ul.article_list_site2 li:nth-last-child(2) {
 margin-bottom: 2vw;
 }
 .row3 {
 padding: 0;
 }
 .row3 .main_content {
 flex-wrap: wrap;
 }
 .row3 .main_content>a {
 width: 100%;
 height: 36vw;
 font-size: 16px;
 padding-right: 2.08vw;
 }
 .row3 .row3_icon1 {
 margin-bottom: 2vw;
 }
 .page-title{
  display: none;
 }
 .article_row1 .article_list_site{
  margin-bottom: 15px;
 }
}  