﻿.main{
    width: 1200px;
    margin: 0 auto;
}
/* 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: -41px;
	right: 0px;
	cursor: pointer;
	line-height: 38px;
	background: url(../images/noticeList/version/2021/iconPhone.png) 9px 10px no-repeat;
}
.mobileTop a{
	color: #2b82d9;
}

.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 #2b82d9;
	border-right: 0;
	text-indent: 16px;
	font-size: 12px;
	color: #999;
}
.top .search button{
	height: 44px;
	line-height: 44px;
	width: 100px;
	background-color: #2b82d9;
	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: #2b82d9;
	color: #fff;
	margin-left: 10px;
}
.pages a:hover,.pages a.on {
	background-color: #2b82d9;
	border-color: #2b82d9;
	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;
}
/* .container div */
.container .tableShows h2{
	line-height: 60px;
	background-color: #89b2db;
}
.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: #2b82d9;
}
.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: #2b82d9;
	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;
}
/* footer */
.foot {
	background: #282828;
	width: 100%;
	padding: 30px 0 20px;
	font-family:"Microsoft YaHei";
}
.foot1 {
	width: 1400px;
	margin: 0 auto;
}
.footLeft {
	width: 650px;
	float: left;
}
.footLeft ul {
	margin: 20px 0;
	overflow: hidden;
}
.footLeft ul li img {
	height: 35px;
	margin: 0 5px;
	float: left;
}
.footLeft ul li {
	float: left;
	margin-right: 15px;
	background: #f8f8f8;
	border: 1px solid #cacaca;
	padding: 5px 0;
	padding-left: 0;
}
.footLeft ul li:last-child {
	margin-right: 0;
}
.footLeft ul li b {
	margin-right: 5px;
	width: 60px;
	display: inline-block;
	font-weight: normal;
}
.footLeft ul li b a {
	color:#333;
}
.footLeft p {
	color: #dcdcdc;
	height: 24px;
	line-height: 24px;
}
.footLeft p a {
	color: #333;;
}
.footLeft p span {
	margin-right: 50px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
}
.footNav {
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
}
.footNav a {
	color: #dcdcdc;
	line-height: 36px;
	margin-right: 50px;
	display: inline-block;
}
.footRight {
	float: left;
	width: 300px;
	padding-left: 50px;
	box-sizing: border-box;
	padding-right: 20px;
	
	
}
.footRight ul {
	float: left;
}
.footRight ul.ul2 {
	float: right;
}
.footRight ul li {
	line-height: 36px;
	font-size: 14px;
	color: #dcdcdc;
}
.footRight ul li a {
	color: #dcdcdc;
	position: relative;
	cursor: pointer;
}
.footRight ul li a .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;
	 resize: none;
	 overflow: hidden;
	 font-family:"Microsoft YaHei";
	}
	.footRight ul li a .QQhover::after{
	 position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	 content: "QQ:";
	}
	.footRight ul li a:hover .QQhover{
	 display: inline-block;
	}

.footRight ul li i {
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	background: url(../../images/index420/qq-ico.png) no-repeat;
	background-size: contain;
	margin-top: 5px;
}

.footRight p {
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
}
.footRight p b {
	font-size: 16px;
}
.ybw {
	width: 100%;
	font-size: 14px;
	color: #dcdcdc;
	line-height: 30px;
	height: 30px;
}
.ybw a {
	color: #dcdcdc;
}
.ybw span {
	color: #dcdcdc;
}
.lxqq {
   height: 108px;
	margin-bottom:10px;
}
.footRight .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight-r .title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../images/index420/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.footRight-r {
	overflow: hidden;
	padding-left: 50px;
	box-sizing: border-box;
}
.footRight-r .title i {
	width: 14px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../images/index420/foot_ico.png) no-repeat;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
}
.footRight-r ul li {
	float: left;
	margin-right: 30px;
}
.footRight-r ul li:last-child {
	margin-right: 0;
}
.footRight-r ul li .image{
	width: 122px;
	height: 122px;
	padding: 6px;
	box-sizing: border-box;
	background: #535353;
}
.footRight-r ul li .image img{
	max-width: 100%;
  max-height: 100%;
   vertical-align: middle;
}
.footRight-r ul li p {
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #dcdcdc;
}
.footer {
	text-align: center;
	color: #dcdcdc;
	font-size: 14px;
	height: 55px;
	line-height: 25px;
	background: #222;
	padding: 10px 0;
	font-family:"Microsoft YaHei";
}
.footer a {
	color: #dcdcdc;
}