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

.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: 150px;
	color: #fff;
	font-size: 46px;
	opacity: 0.5;
}

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

.main .lunbo #b04 #ar {
	right: 20px;
	top: 150px;
	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 {
	
	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 {
    /*??��?��?????????��?????-������??��??3??????��?350%???????o|*/
    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: 170px;
    /* background: #ccc; */
}

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

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

.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;
}


/* ������Ѷ start */

.bg_color {
    background: rgba(22, 135, 175, 0.02);
}

.first_list_box {
    width: 100%;
    height: 295px;
    /* background: pink; */
    cursor: pointer;
    position: relative;
    margin-top: 40px;
}

.first_list_box:hover {
    background: rgba(22, 135, 175, 0.02);
}

/* ������Ѷ�µĸ������� */

.first_list_box h5 {
    width: 100%;
    height: 52px;
    line-height: 36px;
    /* border:1px solid green; */
    text-align: center;
}

.first_list_box h5 .line {
    display: inline-block;
    width: 80px;
    border-top: 2px solid #B5D9E6;
    vertical-align: 8px;
}

.first_list_box h5 .text {
    font-size: 28px;
    font-weight: 600;
    color: #1687AF;
    padding: 0 5px;
    box-sizing: border-box;
}

.first_list_box .first_list_box_ul {
    display: flex;
    flex-wrap: wrap;
}

.first_list_box .first_list_box_ul li {
    width: 44%;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-bottom: 12px;
}

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

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

.first_list_box .first_list_box_ul li:nth-child(even) {
    margin-left: 117px;
}

.first_list_box .first_list_box_ul li span:nth-child(1) {
    display: inline-block;
    width: 420px;
    /* background: skyblue; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.first_list_box .line_little {
    width: 1px;
    height: 160px;
    background: #eee;
    position: absolute;
    left: 50%;
    top: 50px;
}

/* ��� */

.first_list_box .list_model_top_right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.first_list_box .list_model_top_right span {
    margin-left: 15px;
    color: #8C8C8C;
    font-size: 16px;
}

.first_list_box .list_model_top_right span:hover {
    color: #3A3A3A;
}

.second_list_box {
    margin-top: 20px;
}

.second_list_box:hover {
    background: rgba(229, 152, 84, 0.02);
}

/* �ֲ�ͼ */

.afternooe_list {
    height: 405px;
    /* background: skyblue; */
}

.afternooe_list:hover {
    background: rgba(22, 135, 175, 0.02);
}

/* �?ɽ�����ӽǶ��� */

.afternooe_list .video_list_title {
    height: 52px;
}

.afternooe_list .video_list_title .list_title_left h3 {
    /* margin-top: 3px; */
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(22, 135, 175, 1)
}

.afternooe_list .video_list_title .list_title_right {
    font-size: 16px;
}

.afternooe_list .content_list {
    width: 100%;
    height: 333px;
    /* background: pink; */
    display: flex;
    margin-top: 18px;
}

.afternooe_list .content_list .banner_right {

    height: 100%;
    width: 47%;
    margin-left: 10px;
    margin-left: 32px;
    /* background: #ccc; */
}

.afternooe_list .content_list .big_lunbo {
    width: 570px !important;
}

.afternooe_list .content_list .big_lunbo .swiper-container .swiper-pagination {
    bottom: 20px !important;
}

.afternooe_list .content_list .banner_right li {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
}

/* .afternooe_list .content_list .banner_right li span:nth-child(2){
    font-size: 14px;
} */

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

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

.afternooe_list .content_list .banner_right li:first-child {
    margin-top: 22px;
    font-size: 22px;
}

.afternooe_list .content_list .banner_right li span:nth-child(1) {
    width: 400px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.afternooe_list .video_list_title .list_title_left {
    display: flex;
}

.afternooe_list .content_list .big_lunbo {
    width: 500px;
    height: 100%;
}

/* ������Ѷ end */


.div_video_list .video_list_title, .div_media_list .video_list_title {
    width: 100%;
    height: 48px;
    display: flex;
    font-size: 28px !important;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
}

.div_video_list .video_list_title .list_title_left, .div_media_list .video_list_title .list_title_left {
    display: flex;
    height: 40px;
}

.div_video_list .video_list_title .list_title_left span, .div_media_list .video_list_title .list_title_left span {
    width: 5px;
    height: 27px;
    display: inline-block;
    background: #1687AF;
    margin-top: 7px;
}

.div_video_list .video_list_title .list_title_left h3, .div_media_list .video_list_title .list_title_left h3 {
    font-size: 28px !important;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(22, 135, 175, 1);
    margin-left: 7px;
    margin-top: 0;
}

.div_video_list .video_list_title .list_title_right {
    color: #8C8C8C;
    font-size: 18px;
    margin-right: 10px;
}

.div_video_list .video_list_title .list_title_right:hover {
    color: #3A3A3A;
}

.video_list_content_all {
    width: 100%;
    /* height: 400px; */
    /* height: 174px; */
    /* background: pink; */
}

.div_video_list .video_list_content {
    width: 100%;
    /* height: 174px; */
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 17px; */
}

.div_scene_list .video_list_content {
    width: 100%;
    height: 438px;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 17px; */
}

.div_video_list .video_list_content .video_list_content_all {
    width: 100%;
    height: 256px;
}

.div_video_list .video_list_content .video_list_content_img {
    width: 371px;
    height: 265px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.div_video_list .video_list_content .video_list_content_img:nth-child(7) {
    width: 371px;
    height: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.div_video_list .video_list_content .video_list_content_img:nth-child(8) {
    width: 371px;
    height: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.div_video_list .video_list_content .video_list_content_img:nth-child(9) {
    width: 371px;
    height: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.div_video_list .video_list_content .video_list_content_img .video_list_img_hover {

    width: 361px;
    height: 269px;
}

.div_video_list .video_list_content .video_list_content_img:nth-child(1) {
    margin-left: 0;
}

.div_video_list .video_list_content .video_list_content_img .video_list_img_hover img {
    width: 343px;
    height: 193px;
    object-fit: cover;
    /* background: pink; */
    margin: 15px auto;
}

.div_video_list .video_list_content .video_list_content_img .video_list_img_hover span {
    width: 100%;
    display: inline-block;
    height: 30px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(28, 28, 28, 1);
    line-height: 28px;
    padding-left: 10px;
    box-sizing: border-box;
    /* text-align: center; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.div_video_list .video_list_content .video_list_content_img:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 16px 0px rgba(225, 225, 225, 1);
}

.div_video_list .video_list_content .video_list_content_img .video_list_img_hover:hover span {
    color: #1687AF;
}

.div_video_list .video_list_content .video_list_content_img .video_list_img_hover .audio_div .audioImg {
    width: 54px;
    height: 54px;
    object-fit: cover;
    position: absolute;
    /* top:27%; */
    top: 48%;
    /* left: 33%; */
    left: 8%;
}

/* ֱ�� end */

/* ��Ƶ���� start */

.videoNews_list {
    width: 100%;
    height: 602px;
    margin-top: 28px;
    /* background: pink; */
}

.videoNews_list:hover {
    background: rgba(229, 152, 84, 0.02);
}

/* ���վ۽��Ȱ�� */

.videoNews_list .video_news {
    width: 100%;
    margin-top: 10px;
}

/* ���վ۽� */

.videoNews_list .video_news .today_list {
    width: 100%;
    height: 175px;
    display: flex;
    margin-bottom: 8px;
    /* background: skyblue; */
}

.videoNews_list .video_news .today_list:nth-child(2) .list_content {
    background: rgba(229, 152, 84, 0.06);
}

.videoNews_list .video_news .today_list:nth-child(3) .list_content {
    background: rgba(100, 198, 203, 0.06);
}

.videoNews_list .video_news .today_list .list_title {
    width: 201px;
    height: 172px;
    /* background: orange; */
    background: url(../../common/imgList/shipinbeijing@2x.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoNews_list .video_news .today_list .list_title span {
    color: #1A9EFB;
    font-size: 28px;
    font-family: FZLTCHJW--GB1-0, FZLTCHJW--GB1;
    font-weight: 500;
}

.videoNews_list .video_news .today_list .list_title:hover {
    box-shadow: 0px 12px 16px 0px #E1E1E1;
}

.videoNews_list .video_news .today_list:nth-child(2) .list_title {
    background: url(../../common/imgList/shipinxinwen@2x.png) no-repeat;
    background-size: 100% 100%;
}

.videoNews_list .video_news .today_list:nth-child(2) .list_title span {
    color: #FF8A27;
    font-weight: 500;
}

.videoNews_list .video_news .today_list:nth-child(3) .list_title {
    background: url(../../common/imgList/xinwenwangaofeng@2x.png) no-repeat;
    background-size: 100% 100%;
}

.videoNews_list .video_news .today_list:nth-child(3) .list_title span {
    color: #12D2EB;
    font-weight: 500;
}

.videoNews_list .video_news .today_list .list_title span {
    width: 72px;
    display: inline-block;
    font-size: 28px;
}

.videoNews_list .video_news .today_list .list_content {
    flex: 1;
    /* background: orange; */
    display: flex;
    background: rgba(22, 135, 175, 0.06);
    align-items: center;
}

.videoNews_list .video_news .today_list .list_content li {
    width: 248px;
    height: 140px;
    position: relative;
}

.videoNews_list .video_news .today_list .list_content li img {
    width: 100%;
    height: 100%;
}

.videoNews_list .video_news .today_list .list_content li span {
    width: 100%;
    height: 35px;
    display: inline-block;
    text-align: center;
    background: rgba(0, 0, 0, 0.46);
    position: absolute;
    bottom: 0;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
    visibility: hidden;
}

.videoNews_list .video_news .today_list .list_content li:hover span {
    visibility: visible;
}

/* ���ȵ� */

.readHost_list {
    width: 100%;
    height: 412px;
    background: rgba(22, 135, 175, 0.02);
}

.readHost_list:hover {
    background: rgba(22, 135, 175, 0.02);
}

.readHost_list .read_list_content {
    width: 100%;
    height: 350px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 10px;
}

.readHost_list .read_list_content li {
    width: 49%;
    height: 70px;
    margin-right: 16px;
    /* background: pink; */
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 8px 0px rgba(226, 242, 248, 0.5);
}

.readHost_list .read_list_content li:hover h4 {
    color: rgba(22, 135, 175, 1);
}

.readHost_list .read_list_content li:hover span {
    color: rgba(22, 135, 175, 0.6);
}

.readHost_list .read_list_content li:nth-child(even) {
    margin-right: 0;
}

.readHost_list .read_list_content li h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    width: 510px;
    font-size: 16px;
}

.readHost_list .read_list_content li span {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: rgba(140, 140, 140, 1);
    width: 510px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ��������Ŀ */

.readGanSu_list {
    width: 100%;
    height: 442px;
    margin-top: 28px;
    /* background: #ccc; */
}

.readGanSu_list:hover {
    background: rgba(229, 152, 84, 0.02);
}

.readGanSu_list .video_list_title {
    height: 52px !important;
    font-size: 28px !important;
    font-weight: 500 !important;
    color: rgba(22, 135, 175, 1);
}

.readGanSu_list .video_list_title .list_title_right {
    font-size: 16px !important;
}

.readGanSu_list .video_list_title h3 {
    font-size: 25px !important;
    margin-top: 3px;
}

.readGanSu_list .lookGanSu_content {
    width: 100%;
    height: 372px;
    /* background: #ccc; */
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.readGanSu_list .lookGanSu_content .lookGanSu_content_img {
    width: 376px;
    height: 212px;
    position: relative;
    margin-right: 36px;
    color: #fff;
}

.readGanSu_list .lookGanSu_content .lookGanSu_content_img:hover span {
    visibility: visible;
}

.readGanSu_list .lookGanSu_content .lookGanSu_content_img:last-child {
    margin-right: 0;
}

.readGanSu_list .lookGanSu_content .lookGanSu_content_img img {
    width: 100%;
    height: 100%;
}

.readGanSu_list .lookGanSu_content .lookGanSu_content_img span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.46);
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    visibility: hidden;
}

.readGanSu_list .lookGanSu_content .lookGanSu_content_list {
    width: 100%;
    height: 155px;
    /* background: pink; */
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.readGanSu_list .lookGanSu_content .lookGanSu_content_list li {
    width: 356px;
    height: 40px;
    line-height: 40px;
    margin-right: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 1px 0 0 rgba(252, 237, 229, 0.5);
    box-shadow: 1px 0 0 rgba(252, 237, 229, 0.5);
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(28, 28, 28, 1);
    font-size: 18px;
    /* box-shadow:0px 8px 0px 0px rgba(252,237,229,0.5); */
}

.readGanSu_list .lookGanSu_content .lookGanSu_content_list li:hover {
    color: rgba(22, 135, 175, 1);
}

.readGanSu_list .lookGanSu_content .lookGanSu_content_list li:nth-child(3n+0) {
    margin-right: 0;
}

.readGanSu_list .lookGanSu_content .lookGanSu_content_list li:nth-child(10), .readGanSu_list .lookGanSu_content .lookGanSu_content_list li:nth-child(11), .readGanSu_list .lookGanSu_content .lookGanSu_content_list li:nth-child(12) {
    box-shadow: 0 1px 0 rgba(252, 237, 229, 0.5);
}

/* �۹�����Ŀ */

.getherCouny_content {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 28px;
    /* background: #eee; */
}

.getherCouny_content:hover {
    background: rgba(229, 152, 84, 0.02);
}

.getherCouny_content .getherCountry_list {
    width: 100%;
    height: 380px;
    /* background: #ccc; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-content: flex-start;
}

.getherCouny_content .getherCountry_list li {
    width: 44.8%;
    font-size: 18px!important;
    display: flex;
    justify-content: space-between;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin-bottom: 14px;
}
.getherCouny_content .getherCountry_list li span {
   
    font-size: 16px!important;
    height:18px;
    line-height: 18px;
}
.getherCouny_content .getherCountry_list li:hover span:nth-child(1) {
    color: rgba(22, 135, 175, 1);
}

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

.getherCouny_content .getherCountry_list li:nth-child(even) {
    margin-left: 117px;
}

.getherCouny_content .getherCountry_list li span:nth-child(1) {
    display: inline-block;
    width: 430px;
    /* background: skyblue; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.getherCouny_content .lines_little {
    width: 1px;
    height: 350px;
    background: #eee;
    position: absolute;
    left: 50%;
    top: 50px;
}
