body{
	line-height: 1;
	background: #f5f5f5;
}
a {
	outline: none;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.w {
	width: 1400px;
	margin: 0 auto;
}
.advs {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


.iframe {
	overflow: hidden;
	height: 40px;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.header {
	height: 40px;
	background-color: #f5f5f5;
}
.head {
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}
#divLogin{
	float: left;
}
#divLogin ul {
	float: left;
}
#divLogin ul li {
	font-size: 13px;
	line-height: 39px;
	float: left;
	color: #666;
}
#divLogin ul li.login1 {
	margin-right: 20px;
}
#divLogin ul li.login1 a {
	color: #0195df;
}
#divLogin ul li a{
	color: #999;
}
#divLogin ul li.register1 {
	margin-right: 20px;
}
#divLogin ul li.register1 a {
	border: 1px solid #dddddd;
	color: #666;
}
#divLogin ul li.register1 a:hover {
	color: #fff;
	background: #185ead;
	border: 1px solid #185ead;
}
.head ul{
	float: left;
}
.head ul li {
	float: left;
	color: #666;
    font-size: 14px;
}
.head ul li a {
	color: #666;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
}
.head ul li a:hover {
	color: #185ead;
}
.head .left ul li:first-child a {
	padding: 0 5px;
}
.head .left ul li a {
	padding: 0 10px;
}
.head .right p {
	float: right;
	color: #5d5b56;
    font-size: 0;
}
.head .right p a {
	color: #666;
	padding: 0 10px;
	line-height: 40px;
    font-size: 14px;
	display: inline-block;
    position: relative;
}
.head .right p a {
	margin-right: 3px;
	font-size: 14px;
}
.head .right p a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    width: 1px;
    height: 11px;
}
.head .right p a:last-of-type {
	border: 0;
}
.head .right a:hover{
	color: #185ead;
}

.top{
	background-color: #fff;
}
.top .item{
	margin: 0 auto;
	padding: 18px 0;
	background-color: #fff;
	position:relative;
}
.top .item .logo{
	float: left;
	width: 220px;
}
.top .item .pageName{
	float: left;
	font-size: 24px;
	color: #000;
	margin: 8px 0 0 20px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	line-height: 38px;
}
.top .item .menu{
	float: right;
	margin-top: 15px;
}
.top .item .menu a{
	display: inline-block;
	font-size: 20px;
	height: 22px;
	line-height: 20px;
	border-right: 1px solid #ddd;
	color: #333;
	padding: 0 22px;
}
.top .item .menu a:hover{
	color: #185ead;
}
.top .item .menu a:last-child{
	border:none;
}
.search {
	width: 465px;
	height: 35px;
	margin: 6px 0 0 80px;
	float: left;
	border: 2px solid #185ead;
	position: relative;
	border-radius: 18px;
}

.searchSelect {
	width: 88px;
	height: 35px;
	position: relative;
	float: left;
}

.selectTop {
	position: relative;
	cursor: pointer;
}

.selectTop p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 20px;
	border-right: 1px solid #e6e6e6;
	margin-top: 8px;
}

.selectTop i {
	position: absolute;
	right: 14px;
	top: 7px;
	width: 14px;
	height: 8px;
	background: url("../../../../images/Version/2022/live/index.png") no-repeat;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.selectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search button {
	position: absolute;
	height: 39px;
	line-height: 39px;
	background-color: #185ead;
	color: #ffffff;
	width: 80px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 0 19px 19px 0;
}

.search input {
	width: 296px;
	height: 35px;
	float: left;
	border: none;
	font-size: 14px;
	color: #333;
	text-indent: 14px;
	background-color: #fff;
}

.selectBot {
	position: absolute;
	width: 88px;
	background-color: #ffffff;
	top: 37px;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #185ead;
	border-left: 2px solid #185ead;
	border-right: 2px solid #185ead;
	color: #fff;
	cursor: pointer;
}

/* briefing */
.briefing {
	width: 100%;
	overflow: hidden;
	height: 506px;
	background: url("../../../../images/Version/2022/live/briefing_blue.jpg") no-repeat top center #f4f4f4;
	background-size: cover;
}
.briefing_main {
	width: 1300px;
	margin: 0 auto;
}
.briefingLive {
	width: 900px;
	height: 506px;
	float: left;
	position: relative;
	overflow: hidden;
}
.briefing .briefingRight ul li.focus {
	background: #185ead;
}
.liveBigImg {
	height: 506px;
	width: 100%;
	overflow: hidden;
	position: absolute;
}
.briefingLive ul li {
	width: 100%;
	height: 506px;
	position: relative;
	float: left;
}
.briefingLive ul li img {
	width: 100%;
	height: 100%;
}
.briefingLive ul li i {
	font-size: 78px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
.briefingLive ul li  p {
	position: absolute;
	bottom: 0;
	left:0;
	height: 80px;
	font-size: 26px;
	line-height: 100px;
	text-indent: 20px;
	overflow: hidden;
	width: 100%;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8)); /* 标准的语法（必须放在最后） */
}
.briefingLive ul li p a {
	color: #fff;
}
.briefingRight{
	overflow: hidden;
	background: #002d60;
}
.briefingTitle {
	padding-left: 20px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}
.briefingTitle i {
	color: #fbc917;
	font-size: 24px;
	margin-right: 6px;
	vertical-align: middle;
}
.briefingRight ul li {
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
	border-bottom: 1px solid #144e8f;
	padding: 17px 15px;
	overflow: hidden;
}
.briefingRight ul li .image {
	width: 214px;
	height: 120px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	position: relative;
}
.briefingRight ul li .image img,
.notice1 ul li .image img,
.liveList li .item .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.briefingRight ul li .image:hover img,
.notice1 ul li .image:hover img,
.liveList li .item:hover .image img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.briefingRight ul li .text{
	overflow: hidden;
	color: #fff;
}
.briefingRight ul li p {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	margin-top: 5px;
	overflow: hidden;
}
.briefingRight ul li a {
	color: #fff;
}
.briefingRight ul li  span {
	font-size: 14px;
	margin-top: 45px;
	display: block;
}
/* briefing end */
.main {
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
	border-radius: 6px;
}
.liveList{
	margin-right: -12px;
	overflow: hidden;
	padding: 2px 14px 14px 14px;
}
.liveList li{
	width: 25%;
	float: left;
	box-sizing: border-box;
}
.liveList li .item {
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin: 12px 12px 0 0;
}
.liveList li .item:hover{
	box-shadow: 0px 10px 25px 0px rgba(40, 40, 40, 0.1);
}
.liveList li .item .image{
	height: 188px;
	position:relative;
	overflow: hidden;
}
.liveList li .item .image mark {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	background: #ff7e00;
	text-align: center;
}
.liveList li .item .image mark.new {
	background: #ff0006;
}
.liveList li .item .image mark.new::after {
	border-color: #ff0006 transparent transparent transparent;
}
.liveList li .item .image mark::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 10px 0 0;
	border-color: #ff7e00 transparent transparent transparent;
}
.liveList li .item .image img{
	width: 100%;
	height: 100%;
	display: block;
}
.liveList li .item .image b{
	position:absolute;
	z-index: 1;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 12px;
	color: #fff;
	top: 12px;
	right: 12px;
	font-size: 14px;
	font-weight: normal;
}
.liveList li .item .image i{
	font-size: 56px;
	z-index: 4;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(1.3);
	transform: translate(-50%, -50%) scale(1.3);
	color: #fff;
}
.liveList li .item .image span{
	position:absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	background-color: rgba(0,0,0,0);
	z-index: 3;
}
.liveList li .item .image a:hover span{
	background-color: rgba(0,0,0,0.3);
}
.liveList li .item .image a:hover i{
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.liveList li .item .image input{
	display: none;
}
.liveList li .item .txt{
	height: 56px;
	position:relative;
	overflow: auto;
	background: #f5f5f5;
}
.liveList li .item .txt p{
	height: 34px;
	margin-top: 11px;
	padding: 0 70px 0 12px;
	font-size: 16px;
	line-height: 34px;
	overflow: hidden;
}
.liveList li .item .txt b {
	display: block;
	width: 64px;
	height: 28px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translate(0,-50%);
	border-radius: 3px;
	z-index: 10px;
	font-weight: normal;
	background: #677cff;
	padding: 0;
}
.liveList li .item .txt b.live {
	background-color:#ff0006;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff0006), to(#ff5400));
	background-image:-webkit-linear-gradient(90deg, #ff0006, #ff5400);
	background-image:-moz-linear-gradient(90deg, #ff0006, #ff5400);
	background-image:-ms-linear-gradient(90deg, #ff0006, #ff5400);
	background-image:-o-linear-gradient(90deg, #ff0006, #ff5400);
	background-image:linear-gradient(90deg, #ff0006, #ff5400);
}
.liveList li .item .txt b.replay {
	background: #02c177;
}
.liveList li .item .txt p a{
	color: #333;
}
.liveList li .item .txt p a:hover{
	color: #185ead;
}
.liveList li .item .txt p a img{
	width: 40px;
	margin-right: 8px;
	vertical-align: middle;
}
.Title{
	margin:30px auto 20px;
	position:relative;
	text-align: center;
}
.Title .left {
	width: 988px;
	float: left;
	margin-right: 22px;
	position: relative;
}
.Title .right {
	overflow: hidden;
	position: relative;
}
.Title .left, 
.Title .right {
	text-align: left;
}
.Title a.more{
	right: 0;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
.rightExhiLive {
	width: 988px;
	float: left;
	overflow: hidden;
	margin-right: 22px;
	margin-top: -12px;
}
.notice1 {
	float: right;
	width: 390px;
}
.notice1 .notice_main {
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	background: #fff;
}
.notice1 ul {
	padding-left: 16px;
	padding-top: 5px;
	width: 100%;
	box-sizing: border-box;
	border-left: 1px solid #e6e6e6;
}
.notice1 ul li {
	width: 100%;
	margin-bottom: 8px;
	position: relative;
}
.notice1 ul li:after {
	position: absolute;
	z-index: 9;
	width: 8px;
	height: 8px;
	content: '';
	top: 8px;
	left: -21px;
	background: #cccccc;
	transform: translate(0,-50%) rotate(45deg);
	-ms-transform:translate(0,-50%) rotate(45deg); 	/* IE 9 */
	-moz-transform:translate(0,-50%) rotate(45deg); 	/* Firefox */
	-webkit-transform:translate(0,-50%) rotate(45deg); /* Safari 和 Chrome */
	-o-transform:translate(0,-50%) rotate(45deg); 	/* Opera */
}
.notice1 ul li b {
	font-weight: normal;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 8px;
	display: block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.notice1 ul li:hover b a{
	font-weight: bold;
	color: #185ead;
}
.notice1 ul li:hover .text span {
	background: #185ead;
	color: #fff;
}
.notice1 ul li:hover .text span i {
	color: #fff;
}
.notice1 ul li:hover:after {
	background: #185ead;
}
.notice1 ul li b a {
	color: #333;
}
.notice1 ul li .image {
	width: 174px;
	height: 98px;
	margin-right: 12px;
	float: left;
	overflow: hidden;
	position: relative;
}
.notice1 ul li .image img {
	width: 100%;
	height: 100%;
}
.notice1 ul li .text {
	overflow: hidden;
}
.notice1 ul li .text p {
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 4px;
}
.notice1 ul li .text p a {
	color: #999;
}
.notice1 ul li .text span i {
	margin-right: 3px;
	vertical-align: top;
	font-size: 14px;
	display: inline-block;
	margin-top: 1px;
	color: #6191c9;
}
.notice1 ul li .text span {
	width: 115px;
	height: 26px;
	display: block;
	background: #e7f2ff;
	border-radius: 15px;
	color: #185ead;
	line-height: 26px;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}
.notice1 .gduo {
	margin: 0 16px;
}
.notice1 .gduo a {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border-radius: 3px;
	background: #f4f4f4;
	color: #666666;
	text-align: center;
	display: block;
}
.notice1 .gduo a i {
	margin-left: 5px;
	font-size: 10px;
}
.rightExhiLive ul {
	width: 560px;
	float: left;
}
.rightExhiLive ul.ul2 {
	overflow: hidden;
	float: none;
	width: auto;
}
.rightExhiLive ul.ul2 li {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.rightExhiLive ul.ul2 li .image {
	padding-bottom: 52.7%;
}
.rightExhiLive li{
	width: 50%;
	float: left;
	padding: 12px;
	padding-left: 0;
	box-sizing: border-box;
}
.rightExhiLive li .image{
	padding-bottom:56%;
	height: 0;
	overflow: hidden;
	position:relative;
	border-radius: 6px;
}
.rightExhiLive li .image img{
	width: 100%;
	max-height: none;
	display: block;
}
.rightExhiLive li .image b{
	position:absolute;
	z-index: 1;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 12px;
	color: #fff;
	top: 12px;
	right: 12px;
	font-size: 14px;
	font-weight: normal;
}
.rightExhiLive li .image a{
	color: #fff;
}
.rightExhiLive li .image p{
	position:absolute;
	z-index: 5;
	bottom:0;
	left: 0px;
	right: 0px;
	padding:15px 12px 10px 12px;
	font-size: 16px;
	overflow: hidden;
	color: #fff;
	font-weight: normal;
}
.rightExhiLive li .image p strong{
	height: 18px;
	line-height: 20px;
	overflow: hidden;
	display: block;
	font-weight: normal;
}
.rightExhiLive li .image a:hover p strong{
	height: 40px;
}

.rightExhiLive li .image i{
	font-size: 50px;
	z-index: 4;
	opacity: 0;
	-ms-transform: scale(1.3) translate(-50%, -50%);
	transform: scale(1.3) translate(-50%, -50%);
}
.rightExhiLive li .image span{
	position:absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	background-color: rgba(0,0,0,0);
	z-index: 3;
}
.rightExhiLive li .image a:hover span{
	background-color: rgba(0,0,0,0.3);
}
.rightExhiLive li .image a:hover i{
	opacity: 1;
	-ms-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
}
.rightExhiLive li .image input{
	display: none;
}
.rightExhiLive li.bigImg{
	width: 100%;
	float:left;
	margin:0;
	padding-bottom: 0;
}
.rightExhiLive li.bigImg .image{
	padding-bottom:55%;
}
.rightExhiLive li.bigImg .image p{
	padding:10px 12px 10px 12px;
	font-size: 22px;
}
.rightExhiLive li.bigImg .image p strong{
	height: 30px;
	line-height: 30px;
}
.rightExhiLive li.bigImg .image a:hover p strong{
	height: 56px;
}
.rightExhiLive li.bigImg .image i{
	font-size: 64px;
}

/* footer */
.footer {
	margin-top: 35px;
	background: #232830;
	padding: 25px 0;
}
.footer-nav {
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.footer-nav a {
	font-size: 16px;
	color: #d4d4d4;
	padding: 0 20px;
	position: relative;
}
.footer-nav a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 18px;
	background: #414141;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer-nav a:last-child::after {
	display: none;
}
.footer p {
	color: #838383;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}
.footer p .qq{
	position: relative;
	cursor: pointer;
   }
   .footer p .qq .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;

   }
   .footer p .qq .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .footer p .qq:hover .QQhover{
	display: inline-block;
   }
.footer .footer_img{
	display: block;
	height: 47px;
	width: 751px;
	background: url('../../../../images/Version/2022/Index/copyright.png') no-repeat 0 0;
	background-size: auto 100%;
	margin: 15px auto 0;
}
.footer .footer_img li{
	float: left;
	width: 117px;
	height: 47px;
	margin-right: 9px;
}
.footer .footer_img li:last-child {
	margin-right: 0;
}
.footer .footer_img li a{
	display: block;
	height: 47px;
	width: 100%
}
/* footer End */



.leftBar{
	position:fixed;
	right: 5px;
	top: 30%;
	transform: translateY(-30%);
	border-radius:2px;
	overflow: hidden;
	width: 115px;
	z-index: 999;
	display: none;
}
.leftBar_item {
	width: 50px;
	height: 156px;
	background-color: #ff852d;
	float: right;
	border-radius: 3px 0 0 3px;
}
.leftBar_item .leftBar_logo {
	width: 32px;
	height: 30px;
	background: url("../../../../images/Version/2022/live/leftBar_logo.png") no-repeat;
	text-align: center;
	margin: 8px 10px;
	background-size: contain;
}
.leftBar_item .leftBar_logo img {
	width: 100%;
}
.leftBar_item p {
	font-size: 16px;
	margin: 0 15px;
	text-align: center;
	color: #fff;
}
.leftBar_item p i {
	width: 12px;
	height: 14px;
	background: url("../../../../images/Version/2022/live/leftBar_ico.png") no-repeat;
	text-align: center;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	margin-top: 5px;
}
.leftBar_hover {
	display: none;
	background-color: #fff;
}
/* .leftBar:hover .leftBar_hover {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.leftBar:hover .leftBar_item {
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
} */
.leftBar span{
	display: block;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	text-indent: 15px;
	font-weight: bold;
	color: #fff;
	font-family: 'microsoft yahei';
	background:#ff7b22 url('../../../../images/Version/2022/live/live2020.png') no-repeat 100% -436px;
}
.leftBar .item1 {
	padding:8px 0;
	border-bottom:1px solid #f0f0f0;
}
.leftBar .item1 b{
	display: block;
	font-size: 14px;
	padding:2px 10px 8px 5px;
}
.leftBar .item1 b a{
	color: #333;
}
.leftBar .item1 p a{
	display: inline-block;
	width: 55px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: 5px;
	color: #999;
}
.leftBar .item1 a:hover{
	color: #ff6600;
}
.leftBar .item1 p a.oneline{
	width: 100px;
}
.gotoTop{
	background-color: #fffbf8;
	height: 45px;
	text-align: center;
}
.gotoTop a{
	display: inline-block;
	line-height: 14px;
	font-size: 12px;
	padding-right: 20px;
	color: #ff6600;
	margin-top: 16px;
	background:url('/images/live/live2020.png') no-repeat 100% -402px;
}
@media only screen and (min-width:1920px){
	.w{
		width: 1400px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px) {
	.w{
		width: 1400px;
	}
}
@media only screen and (min-width: 1400px) and (max-width:1599px) {
	.w{
		width: 1300px;
	}
	.head ul li a {
		font-size: 12px;
	}
	.top .item .pageName {
		font-size: 22px;
	}
	.top .item .search{
		margin: 4px 0 0 100px;
		width: 416px;
	}
	.top .item .search input{
		width: 252px;
	}
	.top .item .menu a{
		padding: 0 18px;
		font-size: 18px;
	}
	.top .item .menu {
		margin-top: 12px;
	}
	.briefing {
		height: 470px;
	}
	.briefingLive {
		width: 835px;
		height: 470px;
	}
	.briefingLive ul li {
		height: 470px;
	}
	.briefingLive ul li p {
		font-size: 22px;
	}
	.briefingTitle {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.briefingTitle i {
		font-size: 20px;
	}
	.briefing_main {
		width: 1200px;
	}
	.briefingRight ul li {
		padding: 15.5px 14px;
	}
	.briefingRight ul li p {
		font-size: 14px;
	}
	.briefingRight ul li span {
		margin-top: 40px;
	}
	.briefingRight ul li .image {
		width: 198px;
		height: 112px;
		margin-right: 10px;
	}
	.Title > img {
		width: 935px;
	}
	.liveList li .item .image {
		height: 175px;
	}
	.liveList li .item .image mark {
		width: 46px;
		height: 24px;
		line-height: 24px;
		font-size: 13px;
	}
	.liveList li .item .image mark::after {
		right: -8px;
		border-width: 24px 8px 0 0;
	}
	.liveList li .item .txt b {
		font-size: 13px;
		width: 57px;
		height: 28px;
		line-height: 28px;
	}
	.liveList li .item .txt {
		height: 50px;
	}
	.liveList li .item .txt p {
		font-size: 15px;
		margin-top: 8px;
	}
	.liveList li .item .image i {
		font-size: 46px;
	}
	.briefingLive ul li i {
		font-size: 74px;
	}
	.Title .left {
		width: 917px;
	}
	.Title .left img,
	.Title .right img {
		width: 173px;
	}
	.rightExhiLive {
		margin-top: -5px;
		width: 917px;
		margin-right: 20px;
	}
	.notice1{
		width: 363px;
	}
	.rightExhiLive ul {
		width: 520px;
	}
	.notice1 .notice_main {
		padding: 10px;
	}
	.rightExhiLive li .image p {
		font-size: 15px;
	}
	.rightExhiLive li.bigImg .image p {
		font-size: 18px;
	}
	.notice1 ul li .text span {
		width: 100px;
		font-size: 13px;
		height: 24px;
		line-height: 24px;
	}
	.notice1 ul li .text span i {
		display: inline-block;
		margin-top: 1px;
		font-size: 14px;
	}
	.notice1 ul li .image {
		width: 162px;
		height: 92px;
		margin-right: 10px;
	}
	.notice1 ul {
		padding-top: 8px;
	}
	.notice1 ul li {
		margin-bottom: 8px;
	}
	.notice1 ul li b {
		margin-bottom: 8px;
		font-size: 15px;
	}
	.notice1 .gduo a {
		font-size: 12px;
		height: 28px;
		line-height: 28px;
	}
	.liveList {
		margin-right: -11px;
		overflow: hidden;
		padding: 1px 13px 13px 13px;
	}
	.liveList li .item {
		margin: 11px 11px 0 0;
	}
	.footer {
		margin: 40px auto 0;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px) {
	.w{
		width: 1140px;
	}
	.head ul li a {
		font-size: 12px;
	}
	.head .right p a {
		font-size: 12px;
	}
	#divLogin ul li {
		font-size: 12px;
	}
	.top .item {
		padding: 14px 0;
	}
	.top .item .logo {
		width: 180px;
	}
	.top .item .search{
		margin: 2px 0 0 80px;
		width: 390px;
	}
	.top .item .search input{
		width: 226px;
	}
	.top .item .menu a{
		padding: 0 8px;
		font-size: 16px
	}
	.top .item .menu a{
		padding: 0 13px;
		font-size: 16px;
	}
	.top .item .menu {
		margin-top: 12px;
	}
	.top .item .pageName {
		font-size: 20px;
		line-height: 30px;
	}
	.briefing {
		height: 412px;
	}
	.briefingLive {
		width: 733px;
		height: 412px;
	}
	.briefingLive ul li {
		height: 412px;
	}
	.briefingLive ul li p {
		font-size: 20px;
	}
	.briefingTitle {
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}
	.briefingTitle i {
		font-size: 18px;
	}
	.briefing_main {
		width: 1060px;
	}
	.briefingRight ul li {
		padding: 14px 13px;
	}
	.briefingRight ul li p {
		font-size: 14px;
	}
	.briefingRight ul li span {
		margin-top: 25px;
	}
	.briefingRight ul li .image {
		width: 175px;
		height: 98px;
		margin-right: 8px;
	}
	.Title {
		margin: 30px auto 15px;
	}
	.Title > img {
		width: 800px;
	}
	.liveList li .item .image {
		height: 154px;
	}
	.liveList li .item .image mark {
		width: 42px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.liveList li .item .image mark::after {
		right: -6px;
		border-width: 22px 6px 0 0;
	}
	.liveList li .item .txt b {
		font-size: 12px;
		width: 50px;
		height: 22px;
		line-height: 22px;
	}
	.liveList li .item .txt {
		height: 46px;
	}
	.liveList li .item .txt p {
		font-size: 14px;
		margin-top: 6px;
	}
	.liveList li .item .image i {
		font-size: 46px;
	}
	.briefingLive ul li i {
		font-size: 74px;
	}
	.Title .left {
		width: 804px;
	}
	.Title .left img,
	.Title .right img {
		width: 160px;
	}
	.rightExhiLive {
		margin-top: -6px;
		width: 804px;
		margin-right: 20px;
	}
	.notice1{
		width: 316px;
	}
	.rightExhiLive ul {
		width: 456px;
	}
	.notice1 .notice_main {
		padding: 10px;
	}
	.rightExhiLive li .image p {
		font-size: 14px;
	}
	.rightExhiLive li.bigImg .image p {
		font-size: 16px;
	}
	.notice1 ul li .text span {
		width: 100px;
		font-size: 12px;
		height: 24px;
		line-height: 24px;
	}
	.notice1 ul li .text span i {
		display: inline-block;
		margin-top: 0;
		font-size: 14px;
	}
	.notice1 ul li .image {
		width: 142px;
		height: 80px;
		margin-right: 8px;
	}
	.notice1 ul {
		padding-top: 0;
		padding-left: 10px;
	}
	.notice1 ul li::after {
		left: -14px;
	}
	.notice1 ul li {
		margin-bottom: 8px;
	}
	.notice1 ul li b {
		margin-bottom: 6px;
		font-size: 14px;
	}
	.notice1 .gduo a {
		font-size: 12px;
		height: 26px;
		line-height: 26px;
	}
	.notice1 ul li .text p {
		font-size: 12px;
	}
	.liveList {
		margin-right: -10px;
		overflow: hidden;
		padding: 0 12px 12px 12px;
	}
	.liveList li .item {
		margin: 10px 10px 0 0;
	}
	.footer {
		margin-top: 30px;
		padding: 22px 0;
	}
	.footer-nav a {
		font-size: 14px;
		padding: 0 16px;
	}
	.footer p {
		font-size: 12px;
		margin-top: 12px;
	}
	.footer .footer_img {
		width: 640px;
		height: 40px;
		margin: 13px auto 0;
	}
	.footer .footer_img li {
		width: 99px;
		height: 40px;
	}
	.footer .footer_img li a {
		height: 40px;
	}

}
@media only screen and (max-width:1199px){
	.w{
		width: 1000px;
	}
	.iframe {
		height: 30px;
	}
	.header {
		height: 30px;
	}
	.head ul li a {
		font-size: 12px;
		line-height: 20px;
	}
	.head .right p a {
		font-size: 12px;
		line-height: 30px;
	}
	#divLogin ul li {
		font-size: 12px;
		line-height: 30px;
	}
	.search {
		height: 30px;
	}
	.searchSelect {
		width: 70px;
	}
	.selectTop i {
		right: 4px;
		font-size: 12px;
	}
	.searchSelect {
		height: 30px;
	}
	.selectTop p {
		margin-top: 5px;
	}
	.search button {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.top .item {
		padding: 14px 0;
	}
	.top .item .logo {
		width: 180px;
	}
	.top .item .search{
		margin: 2px 0 0 60px;
		width: 330px;
	}
	.top .item .search input{
		width: 166px;
		height: 30px;
	}
	.top .item .menu a{
		padding: 0 10px;
		font-size: 14px;
	}
	.top .item .menu {
		margin-top: 8px;
	}
	.top .item .pageName {
		font-size: 18px;
		line-height: 30px;
		margin: 4px 0 0 20px;
	}
	.briefing {
		height: 360px;
	}
	.briefingLive {
		width: 643px;
		height: 360px;
	}
	.briefingLive ul li {
		height: 360px;
	}
	.briefingLive ul li p {
		font-size: 20px;
	}
	.briefingTitle {
		height: 32px;
		line-height: 34px;
		font-size: 14px;
	}
	.briefingTitle i {
		font-size: 16px;
	}
	.briefing_main {
		width: 928px;
	}
	.briefingRight ul li {
		padding: 11px 8px;
	}
	.briefingRight ul li p {
		font-size: 14px;
	}
	.briefingRight ul li span {
		margin-top: 15px;
		font-size: 12px;
	}
	.briefingRight ul li .image {
		width: 154px;
		height: 86px;
		margin-right: 8px;
	}
	.main {
		margin-top: 15px;
	}
	.Title {
		margin: 25px auto 15px;
	}
	.Title > img {
		width: 720px;
	}
	.liveList li .item .image {
		height: 134px;
	}
	.liveList li .item .image mark {
		width: 42px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.liveList li .item .image mark::after {
		right: -6px;
		border-width: 22px 6px 0 0;
	}
	.liveList li .item .txt b {
		font-size: 12px;
		width: 50px;
		height: 22px;
		line-height: 22px;
	}
	.liveList li .item .txt {
		height: 40px;
	}
	.liveList li .item .txt p {
		font-size: 14px;
		margin-top: 4px;
	}
	.liveList li .item .image i {
		font-size: 46px;
	}
	.briefingLive ul li i {
		font-size: 64px;
	}
	.Title .left {
		width: 705px;
	}
	.Title .left img,
	.Title .right img {
		width: 135px;
	}
	.rightExhiLive {
		margin-top: -5px;
		width: 705px;
		margin-right: 16px;
	}
	.notice1{
		width: 279px;
	}
	.rightExhiLive ul {
		width: 400px;
	}
	.rightExhiLive li {
		padding: 5px;
	}
	.rightExhiLive ul.ul2 li {
		padding-top: 5px;
	}
	.rightExhiLive li.bigImg .image i {
		font-size: 54px;
	}
	.rightExhiLive li .image i {
		font-size: 40px;
	}
	.notice1 .notice_main {
		padding: 10px;
	}
	.rightExhiLive li .image p {
		font-size: 14px;
	}
	.rightExhiLive li.bigImg .image p {
		font-size: 16px;
	}
	.notice1 ul li .text span {
		width: 90px;
		font-size: 12px;
		height: 22px;
		line-height: 22px;
	}
	.notice1 ul li .text span i {
		display: inline-block;
		margin-top: 0;
		font-size: 14px;
	}
	.notice1 ul li .image {
		width: 125px;
		height: 70px;
		margin-right: 8px;
	}
	.notice1 ul {
		padding-top: 0;
		padding-left: 10px;
	}
	.notice1 ul li::after {
		left: -14px;
	}
	.notice1 ul li {
		margin-bottom: 4px;
	}
	.notice1 ul li b {
		margin-bottom: 2px;
		font-size: 14px;
	}
	.notice1 .gduo a {
		font-size: 12px;
		height: 26px;
		line-height: 26px;
	}
	.notice1 ul li .text p {
		font-size: 12px;
		height: 32px;
		line-height: 16px;
	}
	.liveList {
		margin-right: -10px;
		overflow: hidden;
		padding: 0 12px 12px 12px;
	}
	.liveList li .item {
		margin: 10px 10px 0 0;
	}
	.footer {
		margin-top: 24px;
		padding: 16px 0;
	}
	.footer-nav {
		height: 22px;
		line-height: 22px;
	}
	.footer-nav a::after {
		height: 12px;
	}
	.footer-nav a {
		font-size: 12px;
		padding: 0 10px;
	}
	.footer p {
		font-size: 12px;
		margin-top: 8px;
	}
	.footer .footer_img {
		width: 483px;
		height: 30px;
		margin: 12px auto 0;
	}
	.footer .footer_img li {
		width: 75px;
		height: 30px;
		margin-right: 6px;
	}
	.footer .footer_img li a {
		height: 30px;
	}

}
