﻿.main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	/*position: relative;*/
}

.main .lunbo {
	margin-top: 28px;
	float: left;
	position: relative;
	width: 785px;
	height: 435px;
	border-radius: 4px;
	behavior: url(../src/pie/PIE.htc);
	min-height: 400px;
	overflow: hidden;
}

.main .lunbo #b04 {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
	behavior: url(../pie/PIE.htc);
}

.main .lunbo #b04 .dots {
	position: absolute;
	right: 10px;
	bottom: 18px;
	z-index: 10;
}

.main .lunbo #b04 .dots li {
	width: 12px;
	display: inline-block;
	height: 12px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 50%;
	behavior: url(../pie/PIE.htc);
	cursor: pointer;
	margin-right: 10px;
}

.main .lunbo #b04 .dots li.active {
	width: 20px;
	opacity: 1;
	border-radius: 6px;
	behavior: url(../pie/PIE.htc);
}

.main .lunbo #b04 .arrow {
	position: absolute;
	top: 200px;
}

.main .lunbo #b04 #al {
	left: 20px;
	top: 204px;
	color: #fff;
	font-size: 46px;
	opacity: 0.5;
}

.main .lunbo #b04 #al:hover {
	color: #E30B20;
	opacity: 1;
}

.main .lunbo #b04 #ar {
	right: 20px;
	top: 204px;
	color: #fff;
	font-size: 46px;
	opacity: 0.5;
}

.main .lunbo #b04 #ar:hover {
	color: #E30B20;
	opacity: 1;
}

.main .lunbo #b04 ul li {
	float: left;
	width: 785px;
	height: 435px;
	overflow: hidden;
}

.main .lunbo #b04 ul li a {
	width: 785px;
	height: 435px;
	display: block;
}

.main .lunbo #b04 ul li a img {
	width: 785px;
	height: 435px;
	display: block;
}

.main .lunbo .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
	line-height: 60px;
	text-indent: 20px;
	color: #fff;
	font-size: 20px;
}

.main .lunbo .text a {
	margin-left: 20px;
	color: #fff;
	font-size: 20px;
}

.main .lunbo .jSlider .navigator .prev {
	display: none;
	margin-left: -30px;
}

.main .lunbo .jSlider .navigator .next {
	display: none;
	margin-right: -30px;
}

.main .lunbo .jSlider:hover .navigator .prev {
	display: block;
}

.main .lunbo .jSlider:hover .navigator .next {
	display: block;
}

.main .lunbo .jSlider .controller .indicator {
	text-align: right;
	margin-right: 30px;
	z-index: 10;
}

.main .lunbo .jSlider .controller .indicator span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.main .lunbo .jSlider .controller .indicator .selected {
	background-color: #E30B20;
	width: 20px;
}

.main .lunbo-right {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	width: 395px;
	height: 250px;
	background: #FFFFFF;
	box-shadow: 0px 12px 16px 0px #E1E1E1;
}

.main .lunbo-right h4 {
	font-size: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 240px;
	height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #1687AF;
	line-height: 33px;
	margin: 0 auto;
}

.main .lunbo-right h4:hover a {
	color: #E30B20;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .lunbo-right div {
	margin-top: 20px;
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .lunbo-right .detail {
	width: 360px;
	height: 180px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1C1C1C;
	line-height: 36px;
	margin: auto;
	white-space: normal;
}

.main .lunbo-right div:hover a {
	color: #E30B20;
}

.main .lunbo-bottom {
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	width: 395px;
}

.main .lunbo-bottom h4 {
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.main .lunbo-bottom h4:hover a {
	color: #E30B20;
}

.main .lunbo-bottom div {
	margin-top: 20px;
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .lunbo-bottom div:hover a {
	color: #E30B20;
}

.main .news-left {
	width: 785px;
	float: left;
	margin-top: 60px;
}

.main .news-left .news-header {
	width: 100%;
	background-color: #F5F5F5;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}

.main .news-left .news-header ul li {
	font-size: 16px;
	float: left;
	width: 92px;
	text-align: center;
}

.main .news-left .news-header ul li a {
	color: #333;
}

.main .news-left .news-header ul li a:hover {
	color: #E30B20;
}

.main .news-left .news-header ul li.active {
	background-color: #E30B20;
}

.main .news-left .news-header ul li.active a {
	color: #fff;
}

.main .news-left .item {
	width: 100%;
	height: 170px;
	border-bottom: 1px solid #E5E5E5;
}

.main .news-left .item:hover {
	background-color: #F5F5F5;
}

.main .news-left .item .item-left {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 130px;
	width: 220px;
}

.main .news-left .item .item-left img {
	display: block;
	height: 125px;
	width: 220px;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.main .news-left .item .item-right {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 545px;
	height: 130px;
	position: relative;
}

.main .news-left .item .item-right a {
	color: #333333;
	font-size: 20px;
}

.main .news-left .item .item-right a:hover {
	color: #E30B20;
}

.main .news-left .item .item-right .bottom {
	position: absolute;
	bottom: 5px;
	width: 100%;
}

.main .news-left .item .item-right .bottom ul .time {
	margin-right: 160px;
	margin-left: 20px;
	color: #a2a2a2;
}

.main .news-left .item .item-right .bottom ul li {
	font-size: 12px;
	display: inline-block;
	color: #333333;
}

.main .news-left .item .item-right .bottom ul a {
	font-size: 12px;
	color: #333333;
}

.main .news-left .item .item-right .bottom ul li.box {
	float: right;
	margin-left: -20px;
	margin-right: 15px;
}

.main .news-left .item .item-right .bottom ul li.box a {
	display: block;
	float: left;
	margin-left: 20px;
}

.main .news-left .item .item-right .bottom ul li.box a.hover:hover i {
	color: #E30B20;
}

.main .news-left .item .item-right .bottom ul li.box a.hover:hover {
	color: #E30B20;
}

.main .news-left .item .item-right .bottom ul li i {
	font-size: 14px;
	margin-right: 10px;
	color: #999;
}

.main .news-left .item .item-right .bottom ul .uicon.hover:hover i {
	color: #E30B20;
}

.main .news-left .item .item-right .bottom ul .uicon.hover:hover span {
	color: #E30B20;
}

.banner ul,
.banner li {
	height: 435px;
}

.main .news-left .item .item-right .addone {
	text-align: center;
	height: 15px;
	line-height: 15px;
	color: #fff;
	background-color: #E30B20;
	font-size: 10px;
	width: 30px;
	border-radius: 20px;
	behavior: url(../src/pie/PIE.htc);
	position: absolute;
	right: 84px;
	bottom: 35px;
}

.main .news-left .loading {
	width: 100%;
	margin: 35px 0;
	height: 50px;
	line-height: 50px;
	background-color: #F5F5F5;
	text-align: center;
	border-radius: 4px;
	behavior: url(../src/pie/PIE.htc);
}

.main .news-left .loading {
	font-size: 14px;
	color: #333;
}

.main .news-left .loading:hover {
	background-color: #EDEDED;
	cursor: pointer;
	color: #E30B20;
}

.main .news-left .none-loading {
	font-size: 14px;
	color: #333;
	width: 100%;
	margin: 35px 0 !important;
	height: 50px;
	line-height: 50px;
	background-color: #F5F5F5;
	text-align: center;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.main .news-right {
	float: left;
	width: 370px;
	margin-top: 60px;
	margin-left: 45px;
}

.main .news-right .hot-search {
	width: 100%;
	position: relative;
	padding-left: 13px;
	font-size: 16px;
}

.main .news-right .hot-search div {
	border-bottom: 1px solid #e5e5e5;
	width: 267px;
	position: absolute;
	top: 11px;
	left: 100px;
}

.main .news-right .hot-search .hot-right {
	behavior: url(../pie/PIE.htc);
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background-color: #E30B20;
}

.main .news-right .right-tag {
	margin-top: 30px;
	width: 384px;
	margin-right: -14px;
}

.main .news-right .right-tag ul li {
	float: left;
	text-align: center;
}

.main .news-right .right-tag ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	border-radius: 20px;
	behavior: url(../src/pie/PIE.htc);
	margin-right: 14px;
	margin-bottom: 20px;
	padding: 0 25px;
	height: 40px;
	background-color: #F5F5F5;
}

.main .news-right .right-tag ul li a:hover {
	background-color: #E30B20;
	color: #fff;
}

.main .news-right .today-news {
	width: 100%;
	position: relative;
	padding-left: 13px;
	margin-top: 40px;
	font-size: 16px;
	color: #333;
}

.main .news-right .today-news div.cut {
	border-bottom: 1px solid #e5e5e5;
	width: 200px;
	position: absolute;
	top: 10px;
	left: 83px;
}

.main .news-right .today-news div.update {
	border-bottom: 0;
	font-size: 14px;
	position: absolute;
	left: 293px;
	top: 0;
	color: #999999;
}

.main .news-right .today-news div.update i {
	margin-right: 10px;
}

.main .news-right .today-news div.update i {
	display: block;
	float: left;
}

.main .news-right .today-news div.update:hover i {
	transform: rotate(180deg);
	transform-origin: center center;
}

.main .news-right .today-news div.update i:hover {}

.main .news-right .today-news div.update:hover {
	color: #e30b20;
	cursor: pointer;
}

.main .news-right .today-news div.hot-right {
	behavior: url(../pie/PIE.htc);
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background-color: #E30B20;
}

.main .news-right .right-main-news {
	width: 100%;
}

.main .news-right .right-main-news .main-news {
	width: 100%;
	margin-top: 30px;
}

.main .news-right .right-main-news .main-news .left-img {
	float: left;
	margin-right: 20px;
	height: 90px;
	width: 160px;
}

.main .news-right .right-main-news .main-news .left-img img {
	height: 90px;
	width: 160px;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.main .news-right .right-main-news .main-news .right-text {
	width: 188px;
	height: 89px;
	float: left;
	position: relative;
}

.main .news-right .right-main-news .main-news .right-text a {
	color: #333;
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main .news-right .right-main-news .main-news .right-text div {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	color: #333;
}


.main .news-right .right-main-news .main-news .right-text div i {
	font-size: 12px;
	margin-right: 10px;
}

.main .news-right .right-main-news .main-news:hover .right-text a {
	color: #e30b20;
}

.main .news-right .hot-sort {
	margin-top: 60px;
	width: 100%;
	position: relative;
	padding-left: 13px;
	color: #333;
	font-size: 16px;
	margin-bottom: 28px;
}

.main .news-right .hot-sort div {
	border-bottom: 1px solid #e5e5e5;
	width: 283px;
	position: absolute;
	top: 10px;
	left: 83px;
}

.main .news-right .hot-sort .hot-right {
	behavior: url(../pie/PIE.htc);
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background-color: #E30B20;
}

.main .news-right .sorting .item {
	margin-bottom: 20px;
	font-size: 14px;
}

.main .news-right .sorting .item .number {
	width: 38px;
	font-size: 20px;
	color: #999999;
	font-style: italic;
}

.main .news-right .sorting .item .text {
	color: #333;
	font-size: 16px;
}

.main .news-right .sorting .item .text a:hover {
	color: #E30B20;
}

.main .news-right .sorting .item .before-three {
	color: #E30B20;
}

/*# sourceMappingURL=newslist.css.map */


.manager_list {
    width: 365px;
    margin-left: 35px;
    height: 100%;
	float: right;
	margin-top: 20px;
	text-align: center;
}

.manager_list .manager_list_top {
    margin-top: 15px;
}

.manager_list .manager_list_top li {
    width: 385px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    margin-bottom: 16px;
}

.manager_list .manager_list_top li:hover {
    color: #1687AF;
}

.manager_list .manager_list_center {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: -32px;
}

.manager_list .manager_list_center dl {
    width: 170px;
}

.manager_list .manager_list_center dl:nth-child(2) {
    margin-left: 21px;
}

.manager_list .manager_list_center dl dt {
    width: 170px;
    height: 92px;
    margin-top: 5px;
    /* margin-left: -5px; */
}

.manager_list .manager_list_center dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manager_list .manager_list_center dl dd {
    font-size: 18px;
    width: 100%;
    height: 31px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: rgba(28, 28, 28, 1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-top: 10px;
}

.manager_list .manager_list_center dl dd a {
    color: #000;
    font-size: 18px;
}

.manager_list .manager_list_center dl dd a:hover {
    padding-bottom: 5px;
    border-bottom: 1px solid #000
}

.manager_list .manager_list_center dl dd:hover {
    font-weight: 500;
}

.manager_list .manager_list_center dl dd:hover:before {
    left: 0%;
    width: 50%;
}

.manager_list .manager_list_center dl dd:hover:after {
    /*åŠ¨ç”»æ•ˆæžœæ˜¯ä»Žä¸­é—´å‘å³å»¶ä¼¸è‡³50%çš„å®½åº¦*/
    width: 50%;
}

.manager_list .news_list_model {
    width: 364px;
    height: 288px;
    cursor: pointer;
}

.manager_list .news_list_model .list_model_top {
    margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* 甘肃广电动态的底部盒子 */

.zongtaiBox_bottom {
    width: 100%;
    height: 600px;
    margin-top: 38px;
    display: flex;
	padding-top: 20px;
    justify-content: space-between;
    /* background: pink; */
}

/* 甘肃广电动态栏目 */

.zongtaiBox_bottom_lanmuLeft {
    width: 785px;
    height: 100%;
    /* background: #ccc; */
}

.zongtaiBox_bottom_lanmuLeft .div_news_list {
    width: 100%;
    height: 50px;
    /* background: orange; */
}

.zongtaiBox_bottom_lanmuLeft .div_news_list .news_list_model {
    width: 100%;
    height: 100%;
}

.zongtaiBox_bottom_lanmuLeft .div_news_list .news_list_model .list_model_top {
    height: 100%;
	display:flex;
	justify-content: space-between;
	align-items:center;
}

.zongtaiBox_bottom_lanmuLeft .div_news_list .news_list_model .list_model_top .list_model_top_left h3 {
    height: 50px;
}

/* 甘肃广电动态带有图片 */

.lanmuLeft_img {
    width: 100%;
    height: 115px;
    display: flex;
    /* background: pink; */
    margin-top: 8px;
}

.lanmuLeft_img dl {
    width: 32%;
    height: 113px;
    /* background: #ccc; */
    margin-left: 13px;
    position: relative;
    cursor: pointer;
}

.lanmuLeft_img dl:hover dd {
    visibility: visible;
}

.lanmuLeft_img dl:nth-child(1) {
    margin-left: 0;
}

.lanmuLeft_img dl dt {
    width: 100%;
    height: 100%;
}

.lanmuLeft_img dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lanmuLeft_img dl dd {
    width: 100%;
    height: 26px;
    background: rgba(0, 0, 0, 0.46);
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    visibility: hidden;
}

.lanmuLeft_img dl dd span {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 甘肃广电动态纯文字 */

.lanmuLeft_word {
    width: 100%;
    height: 405px;
}

.lanmuLeft_word li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    font-family: PingFangSC-Regular, PingFang SC;
    cursor: pointer;
}

.lanmuLeft_word li:hover span:nth-child(1) {
    color: rgba(22, 135, 175, 1);
}

.lanmuLeft_word li:hover span:nth-child(2) {
    color: rgba(22, 135, 175, 0.6);
}

.lanmuLeft_word li span:nth-child(1) {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.lanmuLeft_word li span:nth-child(2) {
    color: #8C8C8C;
}

.zongtaiBox_bottom_lanmuRight {
    width: 390px;
    height: 100%;
    /* background: pink; */
}

.zongtaiBox_bottom_lanmuRight .live_broadcast_scroll_right {
    width: 100%;
    height: 195px;
    /* background: #ccc; */
    background-image: url(../images/newslist/gonggaolan@2x.png);
    background-size: 100% 100%;
    padding: 0 50px;
    box-sizing: border-box;
    margin-top: 18px;
    cursor: pointer;
}

.zongtaiBox_bottom_lanmuRight .live_broadcast_scroll_right h3 {
    width: 100%;
    height: 55px;
    /* background:#ccc; */
    color: #1687AF;
    font-size: 24px;
    font-family: FZCSJW--GB1-0, FZCSJW--GB1;
    /* background: #ccc; */
    line-height: 70px;
    text-align: center;
}

.zongtaiBox_bottom_lanmuRight .live_broadcast_scroll_right marquee {
    width: 100%;
    height: 120px;
    /* background: pink; */
}

.zongtaiBox_bottom_lanmuRight .live_broadcast_scroll_right marquee span {
    width: 100%;
}

/* 频道列表 */

.channelList {
    width: 100%;
    height: 120px;
    /* background: #ccc; */
}

.channelList .div_news_list {
    width: 100%;
    height: 50px;
    /* background: orange; */
}

.channelList .div_news_list .news_list_model {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.channelList .div_news_list .news_list_model h3 {
    height: 50px !important;
    cursor: default;
}

.channelList .channelContent {
    width: 100%;
    height: 120px;
    display: flex;
    /* background: pink; */
    flex-wrap: wrap;
    align-content: flex-start;
}

.channelList .channelContent li {
    width: 25%;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    margin-top: 12px;
    cursor: pointer;
}

.channelList .channelContent li:hover {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1687AF;
}

/* 总台动态 end */

/* 直通县区 start */

.tenAntList {
    width: 100%;
    /* height:1300px ; */
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 14px;
}

.tenAntList dl {
    width: 24%;
    height: 136px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 12px;
}

.tenAntList dl:hover dd {
    visibility: visible;
}

.tenAntList dl:nth-child(4n) {
    margin-right: 0;
}

.tenAntList dl dt {
    width: 100%;
    height: 100%;
}

.tenAntList dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tenAntList dl dd {
    width: 100%;
    height: 32px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.46);
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 32px;
    visibility: hidden;
}

.tenantBox .videoBack_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    /* background: pink; */
    height: 900px;
    align-content: flex-start;
}

.goBackBox {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    background: #A1A1A1;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
    top: 40px;
    cursor: pointer;
}

.goBackBox .left {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(223deg);
    /* margin-right: -50px; */
}

.tenantBox .videoBack_content .videoBack_content_lists {
    width: 31.4%;
    height: 607px;
    margin-left: 7px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    margin-right: 17px;
}

.tenantBox .videoBack_content .videoBack_content_lists .div_news_list, .videoBack .videoBack_content .videoBack_content_list .div_news_list .news_list_model {
    height: 100%;
    width: 100%;
}

.tenantBox .videoBack_content .videoBack_content_lists .div_news_list .news_list_model .list_artical_list {
    width: 100%;
    height: 546px;
}

.tenantBox .videoBack_content .videoBack_content_lists .div_news_list .news_list_model .list_artical_list:hover {
    background: #FFFFFF;
    box-shadow: 0px 12px 16px 0px #E1E1E1;
}

.tenantBox .videoBack_content .videoBack_content_lists .div_news_list .news_list_model .list_artical_list li {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #1C1C1C;
}

.tenantBox .videoBack_content .videoBack_content_lists .div_news_list .news_list_model .list_artical_list li:hover {
    color: #1687AF;
}

.tenantBox .videoBack_content .videoBack_content_lists .div_news_list .news_list_model .list_artical_list li:nth-child(1) {
    width: 100%;
    height: 200px;
    position: relative;
}

.tenantBox .videoBack_content .videoBack_content_lists .div_news_list .news_list_model .list_artical_list li:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.videoBack_content_lists .div_news_list .news_list_model .list_artical_list li:nth-child(1) span {
    width: 95%;
    height: 43px;
    background: rgba(0, 0, 0, 0.46);
    display: inline-block;
    text-align: center;
    line-height: 43px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
}

.tenantBox .videoBack_content .videoBack_content_lists:hover p {
    display: block;
}

.tenantBox .videoBack_content .videoBack_content_lists .iconImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 20px;
    object-fit: cover;
}

.tenantBox .videoBack_content .videoBack_content_lists img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tenantBox .videoBack_content .videoBack_content_lists p {
    position: absolute;
    width: 100%;
    height: 35px;
    background: rgba(0, 0, 0, 0.46);
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 35px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: none;
}

.tenantBox .videoBack_content .videoBack_content_lists:nth-child(4n+1) {
    margin-left: 0;
}

.page-bar {
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
}




.list_model_top_left {
    display: flex;
    height: 30px;
}

.list_model_top_left span {
    width: 5px;
    height: 26px;
    display: inline-block;
    background: #1687AF;
    margin-top: 7px;
}

.list_model_top_left h3 {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(22, 135, 175, 1);
    margin-left: 7px;
    width: 200px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.manager_list .news_list_model .list_model_content {
    /* width:316px; */
    width: 100%;
    height: 238px;
    padding: 0 18px;
    box-sizing: border-box;
}

.div_news_list .news_list_model .list_model_content:hover, .manager_list .news_list_model .list_model_content:hover {
    /* 划过时候的背景色 */
    background: rgba(22, 135, 175, 0.06);
}

.div_news_list .news_list_model .list_model_content li {
    width: 100%;
    height: 43px;
    line-height: 60px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #1C1C1C;
    /* margin-bottom: 10px; */
}

.manager_list .news_list_model .list_model_content li {
    width: 100%;
    height: 35px;
    /* line-height: 60px; */
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #1C1C1C;
}

.div_news_list .news_list_model .list_model_content li:hover, .manager_list .news_list_model .list_model_content li:hover {
    color: #1687AF;
}

.list_model_top .list_model_top_right {
    font-size: 18px;
    height: 20px;
    line-height: 26px;
    color: #8C8C8C;
}