/** banner **/
.index_banner{
	height: 9rem;
}
/** 药品分类 **/
#index .swiper_drugs ul li{
	width: 25%;
	margin-bottom: 1rem;
}
#index .swiper_drugs ul li .swiper_drugs_img{
	width: 2.25rem;
	height: 2.25rem;
	overflow: hidden;
	border-radius: 100%;
}
#index .swiper_drugs ul li:nth-child(1) .swiper_drugs_img{
	background: -webkit-linear-gradient(top, #52C0FF, #26AFF5);
	background: linear-gradient(to bottom, #52C0FF, #26AFF5);
}
#index .swiper_drugs ul li:nth-child(2) .swiper_drugs_img{
	background: -webkit-linear-gradient(top, #FD678D, #FE4E7C);
	background: linear-gradient(to bottom, #FD678D, #FE4E7C);
}
#index .swiper_drugs ul li:nth-child(3) .swiper_drugs_img{
	background: -webkit-linear-gradient(top, #5BABF0, #5CACF0);
	background: linear-gradient(to bottom, #5BABF0, #5CACF0);
}
#index .swiper_drugs ul li:nth-child(4) .swiper_drugs_img{
	background: -webkit-linear-gradient(top, #7989DE, #7889DB);
	background: linear-gradient(to bottom, #7989DE, #7889DB);
}
#index .swiper_drugs ul li:nth-child(5) .swiper_drugs_img{
	background: -webkit-linear-gradient(top, #25F0AF, #0EE19A);
	background: linear-gradient(to bottom, #25F0AF, #0EE19A);
}
#index .swiper_drugs ul li:nth-child(6) .swiper_drugs_img{
	background: -webkit-linear-gradient(top, #5AC4FF, #2CACFF);
	background: linear-gradient(to bottom, #5AC4FF, #2CACFF);
}
#index .swiper_drugs ul li:nth-child(7) .swiper_drugs_img{
	background: -webkit-linear-gradient(top, #FFB243, #FF9C26);
	background: linear-gradient(to bottom, #FFB243, #FF9C26);
}
#index .swiper_drugs ul li:nth-child(8) .swiper_drugs_img{
	background: -webkit-linear-gradient(top, #3FE7EF, #28D1D7);
	background: linear-gradient(to bottom, #3FE7EF, #28D1D7);
}
#index .swiper_drugs ul li img{
	left: 0.5rem;
	width: 1.2rem;
}
#index .drugs_pagination {
	font-size: 0;
	bottom: 0.3rem;
}
#index .drugs_pagination .swiper-pagination-bullet{
	width: 0.5rem;
	height: 0.05rem;
	border-radius: inherit;
	background-color: #000;
}
#btnTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #89cff0;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 10px;
	font-size: 18px;
}
#btnTop:hover {
	background-color: #1E90FF;
}

/* index_service */
.index_service{
	padding: 0.5rem 1.5rem 0.8rem;
	line-height: 1rem;
}
.index_service a{
	padding: 0.8rem 0 0.8rem 1.3rem;
	width: 7rem;
	height: 3.9rem;
	box-shadow: 0 0.2rem 0.2rem 0.05rem rgba(188,187,187,0.25);
	-webkit-box-shadow: 0 0.2rem 0.2rem 0.05rem rgba(188,187,187,0.25);
	border-radius: 0.5rem;
}
.index_service a img{
	width: 1rem;
	margin-top: 0.2rem;
}

/* index_title */
.index_title::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 0;
	height: 1px;
	background-color: #ccc;
}
.index_title .title::before,
.index_title .title::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 100%;
	background-color: #666;
}
.index_title .title::before{
	left: 0;
}
.index_title .title::after{
	right: 0;
}

.common_more{
	color: #FEFBFB;
	background-color: #2681D8;
	border-radius: 0.25rem;
	line-height: 1.5rem;
}
.common_more:active{
	color: #FEFBFB;
	background-color: #2681D8;
}
/* index_wrap */
.index_wrap{
	padding: 0.6rem 0 0;
	box-shadow: 0rem 0 0.4rem 0 #ccc;
	-webkit-box-shadow: 0rem 0 0.4rem 0 #ccc;
	border-radius: 0.25rem;
}

.index_com_list{
	padding: 0 0.4rem;
}
.index_com_list .com_top_list{
	width: 49%;
}
.index_com_list .com_top_list a:active{
	color: #2681D8;
}
.index_com_list .com_top_list .top_list_img{
	height: 5.4rem;
	padding: 0 0.1rem;
}
.hr_line{
	border-bottom: .5px dashed #ccc;
}
/* index_hos */
.index_hos .index_hos_btn{
	padding: 0 0.4rem;
}
.index_hos .index_hos_btn span{
	border: 0.1rem solid transparent;
	position: relative;
	height: 1.4rem;
	border-radius: 1.2rem;
	overflow: visible;
	margin: 0 5px;
}
.index_hos .index_hos_btn span.active{
	border-color: #84C7F6;
	color: #84C7F6;
}
.index_hos .index_hos_btn span::before{
	content: '';
	position: absolute;
	right: -0.2rem;
	top: 0.35rem;
	z-index: 0;
	width: 0.05rem;
	height: 0.5rem;
	background: rgba(51,51,51,0.64);
}
.index_hos .index_hos_btn span.active::before,
.index_hos .index_hos_btn span:last-child::before{
	display: none;
}
.index_hos .index_hos_list{
	display: none;
}
.index_hos .index_hos_list.active{
	display: block;
}
.index_hos .index_com_list li{
	padding: 0.35rem 0.2rem;
	border-bottom: .5px dashed #ccc;
}
.index_hos .index_com_list li:last-child{
	border-bottom: 0;
}
.index_hos .index_com_list li a:active{
	color: #2681D8;
}
.index_hos .index_com_list li .city{
	width: 1.2rem;
	padding: 0.15rem 0;
	background-color: #A0D7FE;
	border-radius: 0.25rem;
	margin-right: 0.5rem;
}

/* index_video */
.index_video .index_com_list li{
	padding: 0.3rem 0;
	border-bottom: .5px dashed #ccc;
}
.index_video .index_com_list li:last-child{
	border-bottom: 0;
}
.index_video .index_com_list li a:active{
	color: #2681D8;
}
.index_video .index_com_list li .name{
	font-size: 0.75rem;
	color: #4EC492;
	margin-right: 0.5rem;
}
.index_video .index_com_list li .name:active{
	color: #2681D8;
}

/* index_art */
.index_art .index_art_btn span{
	width: 3rem;
	height: 1.2rem;
	line-height: 1.2rem;
	background-color: #EDEBEB;
	border-radius: 0.25rem;
}
.index_art .index_art_btn span.active{
	color: #2681D8;
	background-color: #D2ECFE;
}
.index_art .index_art_list{
	display: none;
}
.index_art .index_art_list.active{
	display: block;
}
.index_art .index_art_list li{
	padding-bottom: 0.6rem;
	margin-bottom: 0.6rem;
	border-bottom: .5px dashed #ccc;
}
.index_art .index_art_list li a:active{
	color: #2681D8;
}
.index_art .index_art_list li:last-child{
	margin-bottom: 0;
	border-bottom: 0;
}
.index_art .index_art_list .art_list_img{
	width: 5.8rem;
	height: 3.6rem;
	border-radius: 0.25rem;
	margin-right: 0.5rem;
}
.index_art .index_art_list .more_thr,
.index_art .index_art_list .more_thr p{
	font-size: 0.6rem !important;
	line-height: 0.9rem !important;
	color: #666 !important;
}
.index_art .index_art_list .more_thr{
	height: 1.8rem;
}
.index_art .index_art_list .tip:first-child img{
	width: 0.45rem;
	margin: 0.15rem 0.2rem 0 0;
}
.index_art .index_art_list .tip:last-child img{
	width: 0.5rem;
	margin: 0.25rem 0.2rem 0 0;
}

.swiper-container2 {
	width: 100%;
	height: 30px;
}

.swiper-container2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	margin: 0;
;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	width: auto !important;
	margin: 0 10px !important;
}

.swiper-container2 .swiper-slide span {
	padding: 0 10px;
}




.swiper-container3 {
	width: 100%;
	height: 30px !important;
}

.swiper-container3 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	margin: 0;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	width: auto !important;
	height: 30px !important;
	margin: 0 10px !important;
}
.slide3_cons{
	/* display: flex; */
	font-size: 14px;
	margin: 5px 0
}
.slide3_con{
	/* display: flex; */
	margin-bottom: 5px;
	padding: 0.6rem 0 0;
	box-shadow: 0rem 0 0.4rem 0 #ccc;
	-webkit-box-shadow: 0rem 0 0.4rem 0 #ccc;
	border-radius: 0.25rem;
}
.slide3_con_main{
	display: flex;
}
.slide3_con_imgbox img{
	width: 80px;
	height: 80px;
}
.slide3_con_right{
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 10px;
}
.slide3_con_right div{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slide3{
	border: 1px solid transparent;
	padding: 0 10px;
}
.slide3_active{
	border: 1px solid #84C7F6;

	border-radius: 10px;
	color: #84C7F6;

}
.slide3_bottom{
	display: flex;
	margin:10px 0px;
}
.slide3_bottom_left{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slide3_bottom_right{
	width: 100px;
	flex:  0 0 auto;
}




.slide3_con_list {
	display: flex;
	padding: 0 0.4rem;
	padding-bottom: 0.6rem;
	margin-bottom: 0.6rem;
	border-bottom: 0.5px dashed #ccc;
}

.slide3_con_list_img {
	flex: 0 0 auto;
	width: 5.8rem;
	height: 3.6rem;
	border-radius: 0.25rem;
	margin-right: 0.5rem;
}

.slide3_con_list_img img {
	width: 100%;
	height: 100%;
	border-radius: 0.25rem;
}

.slide3_con_list_con {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.slide3_con_list_con_title {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #444444;
}

.slide3_con_list_con_main {
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*新增对话框*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
}

.bigbox {
	width: 100%;

}

.barrage {
	position: fixed;
	display: block;
	right: 2px;
}

.barrage_name {
	width: 40px;
}

.barrage_name img {
	width: 100%;
}

.barrage_other {
	width: 100%;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 7rem;
	z-index: 9999;
	/*background: rgba(0, 0, 0, 0.4);*/
}

.barrage_other img {
	width: 55%;

}

.non {
	display: none;
}


.swiper-container2 {
	width: 100%;
	height: 30px;
}

.swiper-container2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	margin: 0;
;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	width: auto !important;
	margin: 0 10px !important;
}

.swiper-container2 .swiper-slide span {
	padding: 0 10px;
}


.none {
	display: none !important;
}

body{
	background: #fff;
}
.tocall_box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-fff{
	background: #fff;
}

.img_box {
	width: 80%;
	position: relative;
}

.tocall_box img {
	width: 100%;
}

.to_call_btns {
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	/* background-color: red; */
}

.to_call_btns div {
	width: 50%;
	/* border: 1px solid; */
}


/*首页改版 */
* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-size: 5.33333vw;
}

body {}

a {
	list-style: none;
	text-decoration: none;
	color: #333;
	padding: 0px 0px 0 9px;
}

ul,
li {
	list-style: none;
}

.new_swiper {
	width: 100%;
}

.new_swiper .swiper-wrapper {
/*	margin: 10px 0;*/
}

.new_swiper .swiper-pagination {
	bottom: 6px;
}

.new_swiper .swiper-slide {
	width: 100%;
}

.new_swiper ul {
	display: flex;
	flex-wrap: wrap;
}

.new_swiper ul li {
	width: 25%;
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.new_swiper a {
	display: flex;
	flex-direction: column;
	font-size: 0.6rem;
	color: #444444;
	align-items: center;
}

.new_swiper .bg {
	width: 2.25rem;
	height: 2.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.swiper-con li:nth-child(1) .bg {
	background: linear-gradient(to bottom, #52C0FF, #26AFF5);
}

.swiper-con li:nth-child(2) .bg {
	background: linear-gradient(to bottom, #FD678D, #FE4E7C);
}

.swiper-con li:nth-child(3) .bg {
	background: linear-gradient(to bottom, #5BABF0, #5CACF0);
}

.swiper-con li:nth-child(4) .bg {
	background: linear-gradient(to bottom, #7989DE, #7889DB);
}

.swiper-con li:nth-child(5) .bg {
	background: linear-gradient(to bottom, #25F0AF, #0EE19A);
}

.swiper-con li:nth-child(6) .bg {
	background: linear-gradient(to bottom, #5AC4FF, #2CACFF);
}

.swiper-con li:nth-child(7) .bg {
	background: linear-gradient(to bottom, #FFB243, #FF9C26);
}

.swiper-con li:nth-child(8) .bg {
	background: linear-gradient(to bottom, #3FE7EF, #28D1D7);
}

.new_swiper img {
	width: 1.2rem;
}

.new_swiper span {
	margin-top: 5px;
	text-align: center;
}


/* -------------------------肿瘤医生 */
.tumour-lists {
	padding: 0.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.tumour-list {
	width: 31%;
	font-size: 0.7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0;
	color: #444444;
	box-shadow: 0 0 5px 0 #ccc;
	padding:10px;
}

.tumour-list img {
	width: 95px;
	height:95px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.tumour-list div {
	margin: 3px 0;
}

.tumour-list div :nth-child(1) {
	font-weight: bold;
}


.tumour-list :nth-child(3) {
	font-size: 0.6rem;
	color: #666666;
	line-height: 1.5em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}



/*-------------------- 肿瘤医院资讯 */

.tumour-hos-info-lists {
	padding: 0.6rem;
}

.tumour-hos-info-list {
	font-size: 0.6rem;
	display: flex;
	margin: 5px 0;
}

.tumour-hos-info-list img {
	flex: none;
	width: 6rem;
	height: 4rem;
	margin-right: 0.5rem;
}

.tumour-hos-info-list div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.tumour-hos-info-list div a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


/*-------------------- 质子重离子资讯 */


.hos-hosinfo {
	font-size: 0.6rem;
	display: flex;
	float: left;
	width: 100%;
	margin: 2px 0;
}

.hos-hosinfo-tips {
	padding: 0 5px;
	color: #84C7F6;
	border:1px solid;
	border-radius: 8px;
	flex: none;
	margin-right: 5px;
}

.hos-hosinfo-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flex-items.hos-lists a {
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.proton-lists {
	padding: 0 0.6rem;
}

.proton-list {
	font-size: 0.6rem;
	display: flex;
	margin: 20px 0;
}

.proton-list-left {
	position: relative;
	margin-right: 0.5rem;
}

.proton-list-left div {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.proton-list img {
	flex: none;
	width: 4.5rem;
	height: 4rem;

}

.proton-list div {
	width: 100%;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
}

.proton-list div a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 5px 0;
}

.proton-list div a:first-child {
	font-size: 0.65rem;
	font-weight: bold;
}

.dib.tac.link a {
	color: #fff;
}



* {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
}

.none {
	display: none !important;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px;
}

.header .logo {
	width: 80px;
}

.header .menu {
	width: 25px;
}

.header .tosearch {
	padding-left: 15px;
	font-size: 14px;
	color: #999;
	background: #EAEBF0;
	width: 180px;
	height: 30px;
	display: flex;
	align-items: center;
	border-radius: 20px;
}

.header .tosearch i {
	margin-right: 5px;
	color: #333;
}

/*  */
.project_box {
	border-bottom: 2px solid #DCDCDC;
	padding-bottom: 10px;
}

.project_title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 10px 12px;
	border-bottom: 1px solid #EAEBF0;
}

.project_title>div {
	display: flex;
	align-items: flex-end;
}

.project_title>div:first-child>span:first-child {
	color: #2681D8;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
}

.project_title>div:first-child>span:nth-child(2) {
	font-size: 12px;
	color: #9F9F9F;

}

.project_title a {
	color: #636363;
	font-size: 12px;
}

.project_title a i {
	font-size: 10px;
}

/* 质子重离子 */
.project_tabs {
	display: flex;
	padding: 10px 12px;
	border-bottom: 1px solid #EAEBF0;
	overflow-x: scroll;
}

.project_tabs::-webkit-scrollbar {
	display: none;
}

.project_tab {
	margin-right: 15px;
	color: #727272;
	font-size: 16px;
	white-space: nowrap;
	padding:0 10px;
}

.project_tab.active {
	position: relative;
	border-color: #84C7F6;
	color: #84C7F6;
	border: 0.1rem solid #84C7F6;
	border-radius: 1.2rem;
}



.project_lists {
	padding: 0 12px;
}

.project_list {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #F5F5F5;
}

.project_list_left {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 10px;
	flex: none;
	padding-left: 0;
}

.project_list_left img {
	width: 120px;
	height: 60px;
}

.project_list_left div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 13px;
}

.project_list_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0;
}

.project_list_right a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #555555;
}



.fenge {
	height: 4px;
	background: #F1F1F1;
}

.com-title {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 1rem;
	margin: 0.5rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #D9D9D9;
}

.com-title-left {
	display: flex;
	align-items: baseline;
}

.com-title-left span {
	color: #666666;
	font-size: 0.7rem;
	margin-right: 1rem;
}

.com-title-left .active {
	color: #333333;
	font-size: 0.8rem;
	font-weight: bold;
}

.com-title-right {
	display: flex;
	align-items: center;
}

.com-title-right a {
	display: flex;
	align-items: center;
	font-size: 0.6rem;
	color: #666666;
}

.com-title-right a img {
	width: 0.5rem;
}

.hos-lists_new {
	margin: 0.5rem;
	display: flex;
	justify-content: space-between;
}

.hos-list_new {
	width: 5.5rem;
	border: 0.5px solid #D9D9D9;
	border-radius: 0.01rem;
}

.hos-list-top {
	position: relative;
	display: flex;
}

.hos-list-top img {
	width: 100%;
	height: 3.5rem;
}

.hos-list-top span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 0.55rem;
	text-align: center;
	padding: 0.1rem;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hos-list-bottom {
	padding: 0.3rem 0.2rem;
	display: flex;
	justify-content: space-between;
}

.hos-list-bottom a {
	font-size: 0.65rem;
	color: #666666;
}

.news-lists {}

.news-list {
	display: flex;
	margin: 0.5rem;
	margin-bottom: 0.8rem;
}

.news-list-left {
	flex: none;
	width: 5.5rem;
	position: relative;
	margin-right: 0.5rem;
	display: flex;
}

.news-list-left img {
	width: 100%;
	height: 3.5rem;
}

.news-list-left span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 0.5rem;
	text-align: center;
	padding: 0.1rem;
	box-sizing: border-box;
}

.news-list-right {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-width: 0;
}

.news-list-right a {
	color: #333333;
	font-size: 0.7rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}