﻿.main{
    width: 1200px;
    margin: 0 auto;
}
@font-face {
	font-family: 'tao31';  /* project id 2341812 */
	src: url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.eot');
	src: url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.woff') format('woff'),
	url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_2341812_s8u5kmcgr7.svg#tao31') format('svg');
  }
.tao31{
    font-family:"tao31" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'qqzzao';  /* project id 2341812 */
  src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot');
  src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff') format('woff'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.svg#qqzzao') format('svg');
}
.qqzzao{
    font-family:"qqzzao" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
/* header */
#header {
	width: 100%;
	height: 35px;
	background: #f5f5f5;
	margin: 0 auto;
}	
.header {
	width: 1200px;
	margin: 0 auto;
	height: 35px;
}	
.header ul {
	color: #666;
}			
.header ul li {
	float: left;
	line-height: 35px;
	margin-right: 25px;
}		
.header ul li a {
	color: #666;
}	
.header ul li a:hover {
	color: #ff6600;
}	
.header p a:hover {
	color: #ff6600;
}	
.header p {
	line-height: 35px;
	color: #666;
	float: right;
	margin-right: 64px;
}	
.header p a {
	color: #666;
	margin: 0 5px;
	display: inline-block;
}
/* mobilewx */
.mobilewx {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 99999;
}

.mobileTop {
	position: absolute;
	padding: 0 0 0 28px;
	top: -40px;
	right: 0px;
	cursor: pointer;
	line-height: 38px;
	background: url(../images/noticeList/version/2021/iconPhone.png) 9px 10px no-repeat;
}
.mobileTop a{
	color: #014099;
}

.mobileBot {
	position: absolute;
	right: 0px;
	top: -1px;
	display: none;
	border: 1px solid #d1d1d1;
}
.mobileBot img{
	width: 90px;
}
/* top */
.top{
	height: 122px;
	box-shadow: 0 4px 5px -3px #eee;  
}
.top .logo{
	float: left;
	height: 70px;
	margin-top: 22px;
}
.top .logo a{
	float: left;
    position: relative;
    height: 70px;
    width: 250px;
}
.top .logo a img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 225px;
}
.top .logo a i{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 28px;
	width: 1px;
	background-color: #e5e5e5;
}
.top .logo span{
	display: inline-block;
	margin:13px 0 0 30px;
}
.top .search{
	float: right;
	height: 44px;
	margin-top: 35px;
}
.top .search input{
	float: left;
	height: 40px;
	line-height: 40px;
	width: 440px;
	border:2px solid #014099;
	border-right: 0;
	text-indent: 16px;
	font-size: 12px;
	color: #999;
}
.top .search button{
	height: 44px;
	line-height: 44px;
	width: 100px;
	background-color: #014099;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border: 0;

}
/* container */
.container{
	padding: 30px 0 40px;
	background-color: #eee;
}
.container table{
	width: 100%;
	position: relative;
}
.container table .tableTop{
	background-color: #a8bee3!important;
	box-shadow: none !important;
}
.container table .tableTop th{
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.container table{
	height: 50px;
}
.container table tr{
	position: relative;
}
.container table tr:nth-child(2n){
	background-color: #fff;
}
.container table tr:nth-child(2n+1){
	background-color: #f5f9fe;
}
.container table tr:hover{
	background-color: #f5f9fe;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.container table td{
	padding: 13px 10px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 0;
}
.container table td span{
	/* display: block; */
	/* height: 50px; */
	overflow: hidden;
}
.container table td a{
	/* display: block; */
	/* height: 50px; */
	overflow: hidden;
	color: #4280e7;
}
.container table td a:hover{
	color: #f60;
}
.container table td i{
	font-style: normal;
	color: #f00000;
}
.container table td em{
	font-style: normal;
	color: #999;
}
/* pages */
.pages {
	margin: 0 auto;
	height: 40px;
	clear: both;
    padding: 30px 0 0;
	text-align: center;
    color: #333;
    font-size: 0;
}
.pages a {
	width: 38px;
	height: 38px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	text-align: center;
	font: normal 16px/38px "Microsoft YaHei";
	color: #333;
	vertical-align: top;
	border-radius: 3px;
	margin-right: 8px;
	background-color: #fff;
}
.pages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 14px/38px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: top;
}
.pages .jump {
	font-size: 14px;
	line-height: 40px;
	display: none;
}
.pages button {
	width: 62px;
	height: 40px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font: normal 16px/38px "Tahoma";
	vertical-align: top;
	cursor: pointer;
	background: #014099;
	color: #fff;
	margin-left: 10px;
}
.pages a:hover,.pages a.on {
	background-color: #014099;
	border-color: #014099;
	color: #fff;
}
.pages a.ft {
	background:#fff url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat 15px 14px;
}
.pages a.prev {
	background:#fff url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -35px 14px;
}
.pages a.lt {
	background:#fff url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -322px 14px;
}
.pages a.next {
	background:#fff url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -369px 14px;
}
.w{width: 1200px;margin: 0 auto;}
/* aboutUs */
.aboutUs {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #014099;
	color: #0d428c;
	font-size: 14px;
	white-space: nowrap;
}
.aboutUs p {
	font-size: 0;
}
.aboutUs p a {
	font-size: 14px;
	color: #fff;
	padding: 0 34px;
	position: relative;
}
.aboutUs p a:first-of-type {
	padding-left: 0;
}
.aboutUs p a:last-of-type {
	padding-right: 0;
}
.aboutUs p a::after {
	content: "/";
	color: #0d428c;
	position: absolute;
	right: 0;
	top: 0;
	line-height: normal;
}
.aboutUs p a:last-of-type::after {
	content: "";
}
/* footer */
.footer{
	width: 100%;
	background-color: #474443;
	padding-top:20px;
}
.footer .main{
	overflow: hidden;
}
.footerRight{
	float: right;
	height: 160px;
	width: 200px;
	margin-left: 90px;
	opacity: 0.5;
}
.footerRight span {
	float: left;
	width: 34px;
	padding: 2px 10px;
	font-size: 13px;
	color: #fff;
	/* writing-mode: vertical-lr; */
	writing-mode: tb-lr;
	background-color: #0d428c;
	height: 100%;
	box-sizing: border-box;
}
.footerRight img{
	width: 160px;
}
.footerLeft{
	overflow: hidden;
}
.footerLeft .footerIcon{
	overflow: hidden;
}
.footerIconLeft{
	float: left;
	width: 455px;
	opacity: 0.5;
}
.footerIconLeft p{
	height: 48px;
	margin: 0 0 10px 0;
}
.footerIconLeft p:last-child{
	margin-bottom: 0;
}
.footerIconLeft p span{
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconLeft p span i{
	font-size: 22px;
	color: #fff;
}
.footerIconLeft p em {
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconLeft p b{
	display: block;
	font-size: 14px;
	margin-top: 8px;
}
.footerIconRight {
	font-size: 0;
	overflow: hidden;
}
.footerIconRight p.footerIconRight_title{
	height: 48px;
	opacity: 0.5;
}
.footerIconRight p.footerIconRight_title span{
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconRight p.footerIconRight_title span i{
	font-size: 22px;
	color: #fff;
}
.footerIconRight p.footerIconRight_title em{
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconRight p.footerIconRight_cont{
	margin-left: 70px;
}
.footerIconRight p.footerIconRight_cont b {
	float: left;
	width: 33.3%;
	font-size: 14px;
	color: #787776;
	margin-bottom: 8px;
	font-weight: normal;
}
.footerIconRight p.footerIconRight_cont b a{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background-color: #6c6969;
}
.footerIconRight p.footerIconRight_cont b a i {
	display: inline-block;
	width: 14px;
	height: 16px;
	vertical-align: top;
	margin-top: 5px;
	background: url("../../../../../images/expo/version/2021/expo1/qq.png") no-repeat;
}
.copyright{
	overflow: hidden;
	color: #ccc;
	font-size: 14px;
	opacity: 0.5;
	margin-top: 25px;
}
.copyright a{
	color: #ccc;
}
.footer .footer_img{
	display: block;
	height: 33px;
	background: url("../../../../../images/expo/version/2021/expo1/copyright.png") no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
	margin-bottom: 30px;
	opacity: 0.5;
}
.footer .footer_img li{
	float: left;
	width: 83px;
	height: 33px;
	margin-right: 10px;
}
.footer .footer_img li a{
	display: block;
	height: 33px;
	width: 100%
}
.footer_bot{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #393939;
	color: #646464;
	font-size: 14px;
}
.footer_bot i{
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../../../../images/Index/Version/2021/ghs.png) no-repeat;
	vertical-align: top;
	margin-top: 15px;
	opacity: 0.2;
	margin-right: 10px;
}
/* .container div */
.container .tableShows h2{
	line-height: 60px;
	background-color: #315a93;
}
.container .tableShows h2 span{
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color:#fff;
}
.container .tableShows h2 span:nth-child(2n+1){
	width: 30%;
}
.container .tableShows h2 span:nth-child(2n){
	width: 20%;
}
.container .textShows p span:nth-child(1){
	width: 60%;
}
.container .textShows p span:nth-child(2){
	width: 40%;
}
.container .textShows{
	position: relative;
	overflow: hidden;
}
.container .textShows p{
	padding: 13px 0;
	position: relative;
	overflow: hidden;
		float: left;
	width: 50%;
	background-color: #f5f9fe;
}
.container .textShows p span{
	float: left;
	padding: 0 10px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	overflow: hidden;
}
.container .textShows p:nth-child(4n+1), .container .textShows p:nth-child(4n+2) {
	background-color: #fff;
}
.container .textShows p span a{
	color: #014099;
}
.container .textShows p span i{
	font-style: normal;
	color: #f00000;
	cursor: pointer;
	position: relative;
}
.container .textShows p span em{
	font-style: normal;
	color: #999;
}
.promptInfoBg {
	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 1001;
	display: none;
}
.promptInfo{
	position: fixed;
	top: 250px;
	left: 50%;
	margin-left: -290px!important;
	width: 580px;
	height: auto;
	z-index: 1002;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}
.promptInfo_title {
	height: 50px;
	position: relative;
	background-color: #014099;
	padding: 0 20px;
}
.promptInfo_title h4 {
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}
.promptInfo_title .close {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}
.promptInfo_text{
	padding: 25px 30px 40px;
	background-color: #fff;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}