﻿@charset "utf-8";

/* CSS Document */

@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "微软雅黑";
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	background: #FFFFFF;
}

a,
img {
	border: 0;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #00b156;
}

a:focus {
	outline: none
}

.fl {
	float: left;
	*display: inline;
	margin-left: 10px;
}

.indexfl {
	float: left;
	*display: inline;
}

.fr {
	float: right;
	*display: inline
}

img {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#index {
	margin: 0 auto;
}


/*头部*/

header {
	width: 100%;
	height: 146px;

}

header img {
	margin: 0px auto;
}

.header_right {
	/*width: 180px;
	height: 70px;
	position: absolute;
	top: 0px;
	right: 0px;
    min-height:70px;
    min-width:180px;*/
}

.header_right a {
	color: #000000;
}

.header_right_login {
	margin-top: 40px;
	font-size: 12px;
}

.header_right_login img {
	float: left;
	margin-top: -2px;
}

section img {
    height:100%;
	width: 100%;
}

section {
	width: 100%;
	height: auto;
	background: url(/Content/image/section.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 20px;
	padding-top: 20px;
}
.center {
	width: 60%;
	height: 700px;
	margin: 50px auto;
}

.center img {
	float: left;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 3px;
}

.center_qianhou {
	width: 100%;
	height: 35px;
	background: #CBE2FA;
	border-top: 2px solid #4495E6;
	margin-top: 10px;
}

.center_qianhou_cent {
	text-align: center;
	margin: 0 auto;
	width: 30%;
	color: #4296E8;
	line-height: 35px;
}

.banner {
	width: 100%;
	height: auto;
}

.bg-white {
	width: 100%;
	background-color: #4296E6;
	font-size: 13px;
	margin-top: 50px;
}

.container {
	width: 100%;
    height:100%;
}

.container {
	margin: 0 auto;
}

.footer-link {
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
}

.footer-copyright {
	padding: 7px 0 25px;
	text-align: center;
	color: #FFFFFF;
}

.footer-link a {
	margin: 0 10px;
	color: #FFFFFF;
}

.paginal_number {
	width: 35%;
	height: 30px;
	color: #000000;
	font-size: 14px;
	margin: 0 auto;
}

.paginal_number ul {
	width: 80%;
	height: 100%;
	overflow: hidden;
}

.background_blue {
	background: #5eadfa !important;
	color: #fff !important;
}

.paginal_number ul li {
	display: inline-block;
	padding: 0 2% 0 2%;
	line-height: 30px;
	cursor: pointer;
}


/*轮播*/

.focusBox {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin: 0px auto;
}

.focusBox .pic img {
	width: 1150px;
	height: 400px;
	display: block;
}

.focusBox .hd {
	margin: auto;
	overflow: hidden;
	zoom: 1;
	position: absolute;
	bottom: 9px;
	left: 50%;
	margin-left: -50px;
	z-index: 3;
}

.focusBox .hd li {
	float: left;
	line-height: 15px;
	text-align: center;
	font-size: 12px;
	width: 25px;
	height: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #919191;
	margin-left: 4px;
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}

.focusBox .hd .on {
	background: #fff;
	filter: alpha(opacity=100);
	opacity: 1;
}

.focusBox .prev,
.focusBox .next {
	width: 45px;
	height: 99px;
	position: absolute;
	top: 75px;
	z-index: 3;
	-moz-opacity: .2;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}

.focusBox .prev {
	background: url(/Content/image/left.png) no-repeat;
	left: 10px;
}

.focusBox .next {
	background: url(/Content/image/right.png) no-repeat;
	right: 0
}

.banner_list ul li {
	width: 120px;
	height: 100px;
	float: left;
	margin-left: 15px;
	line-height: 40px;
}

.banner_list ul {
	margin-top: 5%;
	margin-left: 8%;
	text-align: center;
	font-size: 16px;
}

.banner_list ul p {
	font-size: 19px;
	margin-top: 10px;
}

.banner_list ul span {
	color: #666666;
}

.banner_list_xuan {
	background: #007AFF;
	background: -moz-linear-gradient(top, #007AFF, rgba(67, 151, 230, 0.5));
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#007AFF), to(rgba(67, 151, 230, 0.5)));
	color: #FFFFFF;
}

.banner_list_xuan span {
	color: #F2F2F2 !important;
}

.banner_list_no {
	color: #666666;
}


/*时间列表*/

.bg_none {
	background: none;
}

.displayN {
	display: none;
}

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.txtL {
	text-align: left;
}

.txtC {
	text-align: center;
}

.txtR {
	text-align: right;
}

.height025 {
	height: .25em;
	clear: both;
}

.height05 {
	height: .5em;
	clear: both;
}

.height1 {
	height: 1em;
	clear: both;
}

.height15 {
	height: 1.5em;
	clear: both;
}

.height13 {
	height: 1.3em;
	clear: both;
}

.height2 {
	height: 2em;
	clear: both;
}

.height3 {
	height: 3em;
	clear: both;
}

.height4 {
	height: 4em;
	clear: both;
}

.height10 {
	height: 7em;
	clear: both;
}

.font_07 {
	font-size: 0.7em;
}

.font_08 {
	font-size: 0.8em;
}

.font_1_1 {
	font-size: 1.1em;
}

.bold {
	font-weight: bold;
}

.bg_body {
	background: #efeff4;
}

.body_over_auto {
	overflow: auto;
}


/**文字颜色**/

.txt_blue {
	color: #007aff;
}

.txt_red {
	color: #fe0a0b;
}

.txt_org {
	color: #ff7900;
}


/*表单样式*/

input:focus {
	outline: none;
}

.width_100 {
	width: 100%;
	padding-right: 0;
}

.width_5em {
	width: 5em;
}

.width_6em {
	width: 6em;
}

.width_7em {
	width: 7em;
}

.width_10em {
	width: 10em;
}

.width_11em {
	width: 11em;
}

.width_12em {
	width: 12em;
}

.width_15em {
	width: 15em;
}


/*按钮*/

.btn_blue {
	text-align: center;
	color: #fff;
	border-radius: 0.4em;
	line-height: 2em;
	background: #035eb1;
	padding: 0 2em;
}


/*复选框样式*/


/*图标*/

.icon_time {
	width: 1em;
	height: 1em;
	background: url(../img/icon_time.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 0.1em -0.1em 0;
}


/*顶部样式*/

.top_tit {
	background: #2b57ae;
	height: 2.7em;
	overflow: hidden;
}


/*页面框架*/

.top_tit {
	height: 3.3em;
	background: #2b57ae;
}

.top_tit_center {
	width: 60%;
	margin: 0 auto;
	font-size: 1.2em;
	color: #FFF;
	display: block;
	text-align: center;
	height: 2.7em;
	line-height: 2.7em;
}

.top_tit_left {
	width: 1.5em;
	height: 1.5em;
	float: left;
	display: block;
	background: url(../img/top_l_arrow.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	margin: 0.9em 0 0 0.5em;
}

.F_wd_top_con2 {
	width: 100%;
	min-height: 4em;
	background: #fff;
}

.F_wd_top_con2_l {
	width: 45%;
	float: left;
	height: auto;
	margin-left: 57px;
}

.F_wd_top_con2_l ul li {
	line-height: 3.2em;
	text-indent: 1em;
	width: 100%;
	height: 30px;
	 line-height: 30px;
}
.sy_left{
	float: left;
}
.sy_right span{
	float: left; font-size: 10px; color: red;
}
.sy_right font{
	float: left; font-size: 10px; color: #4398E9;
}
.sy_right img{
	vertical-align: middle;
	 margin-top: 8px;
	  margin-left: 5px;
}
.F_wd_top_con2_r {
	width: 62%;
	float: left;
}

.F_wd_top_con2_r ul li {
	line-height: 3.2em;
	text-indent: 1em;
}

.F_wd_top_con2_r_borb1 {
	border-bottom: 0.1em solid #ccc;
}

.F_wd_top_con2_r_borb2 {
	border-bottom: 0.1em solid #2b57ae;
	color: #2b57ae;
}

.F_wd_top_con2_l_1 {
	width: 48%;
	float: left;
}

.F_wd_top_con2_l_1 ul li {
	line-height: 3.2em;
	text-indent: 1em;
}

.F_wd_top_con2_r_1 {
	width: 55%;
	float: right;
}

.F_wd_top_con2_r_1 ul li {
	line-height: 3.2em;
	text-indent: 1em;
}

.F_wd_top_con2_l_2 {
	width: 40%;
	background: #f2f2f2;
	float: left;
}

.F_wd_top_con2_l_2 ul li {
	line-height: 3.2em;
	text-indent: 1em;
	border-bottom: 0.1em solid #f2f2f2;
}

.F_wd_top_con2_r_2 {
	width: 55%;
	float: right;
}

.F_wd_top_con2_r_2 ul li {
	line-height: 3.2em;
	text-indent: 1em;
}

.current {
	background: #fff;
	color: #4498EA;
}

.sy a {
	color: #000000;
}

.sy li a:hover {
	color: #4296E6;
	text-decoration: underline;
}

.by {
	display: none;
}

.F_wd_top_con2_r {
	width: 45%;
	height: 200px;
	
}

.contact_list {
	width:100%;
	height: 325px;
	margin: 0px auto;
	color: #000000;
	font-size: 15px;
	padding-top: 29px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	background: url(/Content/image/heiban.png) no-repeat;
	background-size: 100% 100%;
}

.contact_list ul li {
	line-height: 30px;
	
}
.contact_list ul li h4{
	text-align: center;
	font-family:"楷体";
	font-size: 1.5rem;
}
.contact_list ul li p span{
	 width:80%;float: right;
	 	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	 }
.contact_list ul li {
	width: 65%;
	margin: 40px auto;
	text-align: left;
}
.paginal_numberone {
	width: 35%;
	height: 30px;
	color: #000000;
	font-size: 14px;
	margin-top: 20px;
}

.paginal_numberone ul {
	width: 80%;
	height: 100%;
	overflow: hidden;
}

.background_blue {
	background: #5eadfa !important;
	color: #fff !important;
	width: px;
	height: 25px;
}

.paginal_numberone ul li {
	display: inline-block;
	padding: 0 2% 0 2%;
	line-height: 30px;
	cursor: pointer;
}

/*节目单*/

.center_left {
    width: 17px;
    position: absolute;
    background: url(/Content/image/lebuf.png) no-repeat;
    background-position: right;
    height: 118px;
    right: -14px;
    top: 50%;
    margin-top: -59px;
}

#page {
	width: 55px;
	height: 101%;
	position: fixed;
	background: #4296E6;
	top: -2px;
}

.page_bottom {
	height: auto;
	border-bottom: 1px solid #FFFFFF;
}

.panel {
	display: none;
	width: 15%;
	padding-top: 15px;
	background-color: #4296E6;
	color: #fff;
}

.center_header {
	color: #FFFFFF;
	height: auto;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
}

.center_header img {
	margin: 0px auto;
}

.ledt_list img {
	/*width:60%;*/
	vertical-align: middle;
	margin: 0 auto;
}
.xian{
	border: 0.5px solid #FFFFFF;
	position: fixed;
	top: 60px;
	width: 17.7%;
}
.ledt_list span {
	line-height: 40px;
}

.ledt_list {
	height: 80px;
	width: 100%;
	padding-left: 19px;
}

.jiemu_list ul {
	padding-left: 20px;
	padding-top: 10px;
	font-size: 13px;
	height: 1000px;
	overflow: scroll;
}

.jiemu_list a {
	color: #FFFFFF;
}

.jiemu_list ul a li:hover {
	border-bottom: 1px solid #FFFFFF;
}

.jiemu_list ul li {
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.center_right {
    width: 62%;
    height: 100%;
    position: relative;
    display: inline-block;

    margin-left: calc(17.8% + 20px)
}
.center_right_head {
	height: 130px;
}

.center_right_head_left {
	width: 58%;
	height: auto;
	float: left;
}

.center_right_head_left img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

.center_right_head_left p {
	padding-top: 15px;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 5px;
}

.center_right_head_right {
	float: right;
	width: 200px;
	margin-top: 30px;
	font-size: 12px;
	line-height: 20px;
}

.center_right_head_right a {
	color: #000000;
}

.center_right_head_right img {
	float: left;
}

.center_right_head_cent {
	width: 100%;
	height: 700px;
}

.center_right_head_cent img {
	width: 100%;
	height: 100%;
}

.center_footer {
	width: 430px;
	height: 50px;
    float: right;
    margin-right: 0px;
}

.center_footer ul li {
	float: left;
	line-height: 55px;
	margin-left: 10px;
	color: #919191;
}

.center_footer ul li img {
	float: left;
	vertical-align: middle;
	margin-top: 15px;
	margin-right: 4px;
}

.center_footer_zhibo {
	width: 100%;
	height: 50px;
	border-bottom: 1.5px solid #4296E6;
	float: left;
	font-size: 23px;
	font-weight: 600px;
	padding-left: 6px;
    margin-top: 53px;
        margin-bottom: 10px;
}

.center_footer_zhibo_list ul li {
	margin-top: 7px;
}

.center_footer_zhibo_list {
	height: auto;
	/*margin-bottom: 40px;*/
}

.center_footer_img {
	position: absolute;
	z-index: 9999;
	left: 120px;
	display: none;
}

.center_footer_img img {
	width: 150px;
	height: 170px;
}
/*右边弹幕*/
.right_tanmu{
float: left;
	width: 120%;
	height: 100px;
	border: 1px solid red;
}
/*弹出层*/

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 300px;
	left: 50%;
	height: 320px;
	margin-left: -300px;
	width: 350px;
	background: #FFFFFF url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}

#tab {
	width: 348px;
	position: relative;
	margin-top: 2px;
}

#tab .tab_menu {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 1;
}

#tab .tab_menu li {
	float: left;
	width: 340px;
	height: 30px;
	line-height: 30px;
	/*border-bottom: 1px solid #ccc;*/
	cursor: pointer;
	text-align: center;
	margin: 0 2px 0 0;
	color: #666666;
}

#tab .tab_box {
	width: 348px;
	height: 275px;
	clear: both;
	top: 30px;
	position: relative;
}

#tab .tab_menu .selected {
	cursor: pointer;
	/*border-bottom: 1px solid #007AFF;*/
	color: #000000;
}

.hide {
	width: 348px;
	display: none;
}

.tab_box_admin {
	padding-top: 10px;
}

.tab_box_admin ul li {
	/*border: 1px solid #4296E6;*/
	margin-top: 20px;
	height: 40px;
	border-radius: 5px;
}

.tab_box_admin ul li img {
	float: left;
	padding: 2px;
}

.tab_box_admin ul li input {
	width: 280px;
	height: 36px;
	border: none;
	margin-left: 1px;
}

.but {
	width: 350px;
	margin-top: 20px;
	height: 50px;
	background: #4296E6;
	border: none;
	font-size: 20px;
	border-radius: 5px;
	color: #FFFFFF;
}


/*右侧导航*/


/* slides */

.slides {
	position: fixed;
	right: 0;
	top: 45%;
	font-size: 11px;
	text-align: left;
	color: #666666;
}

.slides .slideul>li {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	margin-bottom: 10px;
	overflow: visible;
}

.slides .slideul>li.kefu {
	width: 66px;
	padding-left: 10px;
	margin-left: -10px;
}

.slides .slideul>li ul.kefulist {
	position: absolute;
	left: -216px;
	top: -30px;
	padding-right: 10px;
	display: none;
}

.slides .slideul>li ul.kefulist li {
	margin-bottom: 10px;
}

.slides .slideul>li ul.kefulist li a {
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #a8defe;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.slides .slideul>li ul.kefulist li a:hover {
	text-decoration: none;
}


/*分享*/

.fenx {
	width: 500px;
	height: 50px;
	margin: 0 auto;
}


/*left*/

.leftsidebar_box {
	width: 100%;
	height: auto !important;
	overflow: visible !important;
	position: relative;
	height: 100% !important;
	background-color:#4296E6;
}

.line {
	height: 2px;
	width: 100%;
	/*background-image: url(images/left/line_bg.png);*/
	background-repeat: repeat-x;
}
.leftsidebar_box dl{
	background:#57A3EB;
}
.leftsidebar_box dt {
	padding-left: 40px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #f5f5f5;
	font-size: 14px;
	position: relative;
	line-height: 60px;
	cursor: pointer;
}

.leftsidebar_box dd {
	background-color: #317eb4;
	padding-left: 8px;
	font-size: 11px;
	    height: 30px;
    line-height: 30px;
}

.leftsidebar_box dd a {
	color: #f5f5f5;
	line-height: 25px;
	
}

.leftsidebar_box dt img {
	position: absolute;
	right: 10px;
	top: 25px;
}

.leftsidebar_box dl dd:last-child {
	padding-bottom: 10px;
}
.biaoti{
	text-align:center;
	height: 50px;
	line-height: 35px;
}
.biaoti p{
	font-size: 20px;
}
.leftsidebar_box span{
float: right;
margin-right: 15px;	
}


#wrap{  
    width:100%;  
  
}  
#container{  
    position:relative;  
    height:auto;  
}  
#left_side{  
    position:absolute;  
    top:0px;  
    left:0px;  
    border:solid 1px #0000FF;  
    width:auto;  
    height:100%;  
}  
#content{  
    margin:0px 190px 0px 190px;  
    border:solid 1px #0000FF;  
    height:100%;  
    width: 50%;
}
#right_side {
    position: fixed;
    display: inline-block;
    width: 17%;
    height: 91%;
    background: #FFFFFF;
    vertical-align: top;
    border-left: 1px solid #EDEDED;
    right:0;
}  
.ben{
	padding-top: 13px;
    padding-left: 25px;
}
.ben1{
    margin-top: -6px;
    padding-left: 25px;
}
.gif_bo{
	top: 2px;
    position: relative;
    left: 10px;
}
.logo span{
	font-size: 20px;
	padding-left: 50px;
}
@media only screen and (max-width: 1440px) {
	.panel{
	    width: 25%;
}
    .leftsidebar_box {
        /*width: 20.4%;*/
    }
.leftsidebar_box dd{
	width: 114%;
	border:none;
	border: 1px solid #317EB4;
}
}



/*直播左侧导航栏*/
.cent_left {
    position: fixed;
    width: 17.8%;
    vertical-align: top;
    height: 100%;
}

#left-panel{
    width:100%;
}

#left-panel-link {
    height: 118px;
    width: 17px;
    display: inline-block;
    display:none;

}

#right_bacground {
    width: 17px;
    position: absolute;
    background: url(/Content/image/lebuf.png) no-repeat;
    background-position: right;
    height: 118px;
    left: -17px;
    top: 50%;
    margin-top: -59px;
}
