html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
table { border-collapse:collapse; border-spacing:0; }
ul, ol { list-style: none; }
body,html{
	font-family: '微软雅黑','microsoft yahei', 'PingFang SC';
	font-size: 14px;
	/* background-color: #f1f4fb; */
	color: #333;
    min-width: 1200px;
    margin: 0;
} 
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
.font_pingfang li {
	font-family: 'PingFang SC','microsoft yahei', '微软雅黑';
}
p{
	margin: 0;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
input::-moz-placeholder {  /* Mozilla Firefox 4 to 18*/
	color: #c8c8c8;
}
input::-moz-placeholder {  /* Mozilla Firefox 19+*/
	color: #c8c8c8;
}
input::-ms-input-placeholder { /* Internet Explorer 10+*/
	color: #c8c8c8;
}
input::-webkit-input-placeholder { /* WebKit browsers*/
	color: #c8c8c8;
}
/* 旋转180° */
.rotate{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/* X轴移动*/
.translate_n50p_0{
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
/* Y轴移动 */
.translate_0_n50p{
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
/* XY轴同时移动 */
.translate_n50p_n50p{
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ( 1 ) display相关 */
.block{
  display:block;
}
.inline_block{
  display:inline-block;
}
.inline{
  display:inline;
}
.none{
	display: none;
}


.flex {
	display: flex;
	display: -webkit-flex;
}

.direction_column {
	flex-direction:column;
}
.space_between {
	justify-content: space-between;
}
.content_center {
	justify-content:center;
}
.space_around {
	justify-content:space-around;
}
.items_center {
	align-items:center;
}
.flex_wrap {
	flex-wrap:wrap;
}

/* ( 2 ) 宽度相关 */
.w_auto {
	width: auto;
}
.w10{
	width:10px;
}
.w20 {
  width: 20px;
}
.w30{
	width:30px;
}
.w40 {
  width: 40px;
}
.w50 {
	width: 50px;
}
.w60 {
  width: 60px;
}
.w70{
	width:70px;
}
.w80 {
  width: 80px;
}
.w90 {
	width: 90px;
}
.w100 {
	width: 100px;
}
.w108 {
  width: 108px;
}
.w200 {
	width: 200px;
}
.w237 {
	width: 237px;
}
.w270 {
	width: 270px;
}
.w300 {
	width: 300px;
}
.w318 {
	width: 318px;
}
.w360 {
	width: 360px;
}
.w382 {
	width: 382px;
}
.w800 {
	width: 800px;
}
.w900 {
	width: 900px;
}
.w1000 {
	width: 1000px;
}
.w1200 {
	width: 1200px;
}
.w10p{
	width: 10%;
}
.w20p{
	width: 20%;
}
.w25p{
	width: 25%;
}
.w30p{
	width: 30%;
}
.w33p{
	width: 33.33%;
}
.w40p{
	width: 40%;
}
.w50p{
	width: 50%;
}
.w60p{
	width: 60%;
}
.w70p{
	width: 70%;
}
.w80p{
	width: 80%;
}
.w90p{
	width: 90%;
}
.w100p {
	width: 100%;
}
 
.max_w50p{
	max-width:50%;
}
.max_w100p{
	max-width:100%;
}

/* ( 3 ) 高度相关 */
.h80p {
	height: 80%;
}
.h10{
	height: 10px;
}
.h20{
	height: 20px;
}
.h30 {
	height: 30px;
}
.h40 {
  height: 40px;
}
.h50 {
	height: 50px;
}
.h60 {
	height: 60px;
}
.h70{
	height:70px;
}
.h80 {
	height: 80px;
}
.h82 {
	height: 82px;
}
.h90 {
	height: 90px;
}
.h100 {
	height: 100px;
}
.h100p{
	height: 100%;
	width:100%;
}
.h170{
	height: 170px;
}
.h260 {
	height: 260px;
}
.h220 {
	height: 220px;
}
.h230 {
	height: 230px;
}
.h300 {
	height: 320px;
}
.h330 {
	height: 330px;
}
.h400 {
	height: 400px;
}
.h500 {
	height: 500px;
}
.h700 {
	height: 700px;
}
.h800 {
  height: 800px;
}
.h900 {
  height: 900px;
}
.lh_10 {
	line-height: 10px;
}
.lh_20 {
  line-height: 20px;
}
.lh_30 {
  line-height: 30px;
}
.lh_40 {
  line-height: 40px;
}
.lh_50 {
  line-height: 50px;
}
.lh_60 {
	line-height: 60px;
}
.lh_70 {
  line-height: 70px;
}
.lh_80 {
  line-height: 80px;
}
.lh_90 {
  line-height: 90px;
}
.lh_100 {
  line-height: 100px;
}
.lh_100p{
	line-height: 1;
}


/*( 4 )  盒模型相关 */

/* padding相关 */
.pd_0_30{
	padding: 0 30px;
}
.pd_5{
	padding: 5px;
}
.pd_10{
	padding: 10px;
}
.pd_15{
	padding: 15px;
}
.pd_20{
	padding: 20px;
}
.pd_30{
	padding: 30px;
}
.pd_40{
	padding: 40px;
}
.pd_50{
	padding: 50px;
}
.pl_5 {
	padding-left: 5px;
}
.pl_6 {
	padding-left: 6px;
}
.pl_10 {
	padding-left: 10px;
}
.pl_15 {
	padding-left: 15px;
}
.pl_20 {
  padding-left: 20px;
}
.pl_25 {
	padding-left: 25px;
}
.pl_30 {
	padding-left: 30px;
}
.pl_40 {
	padding-left: 40px;
}
.pl_50 {
  padding-left: 50px;
}
.pl_60 {
	padding-left: 60px;
}
.pl_70 {
  padding-left: 70px;
}
.pl_80 {
	padding-left: 80px;
}
.pl_90 {
	padding-left: 90px;
}
.pl_100 {
	padding-left: 100px;
}
.pr_5 {
  padding-right: 5px;
}
.pr_6 {
  padding-right: 6px;
}
.pr_10 {
  padding-right: 10px;
}
.pr_15 {
  padding-right: 15px;
}
.pr_20 {
	padding-right: 20px;
}
.pr_25 {
  padding-right: 25px;
}
.pr_30{
	padding-right: 30px;
}
.pr_40 {
  padding-right: 40px;
}
.pr_50 {
  padding-right: 50px;
}
.pr_60 {
  padding-right: 60px;
}
.pr_70 {
	padding-right: 70px;
}
.pr_80{
	padding-right: 80px;
}
.pr_90 {
  padding-right: 90px;
}
.pr_100 {
  padding-right: 100px;
}
.pt_5 {
  padding-top: 5px;
}
.pt_10 {
  padding-top: 10px;
}
.pt_15 {
  padding-top: 15px;
}
.pt_20{
	padding-top: 20px;
}
.pt_25 {
  padding-top: 25px;
}
.pt_30{
	padding-top: 30px;
}
.pt_40{
	padding-top: 40px;
}
.pt_50{
	padding-top: 50px;
}
.pt_60 {
  padding-top: 60px;
}
.pt_70{
	padding-top: 70px;
}
.pt_80{
	padding-top: 80px;
}
.pt_90{
	padding-top: 90px;
}
.pt_100{
	padding-top: 100px;
}
.pb_5 {
  padding-bottom: 5px;
}
.pb_10 {
  padding-bottom: 10px;
}
.pb_15 {
  padding-bottom: 15px;
}
.pb_20{
	padding-bottom: 20px;
}
.pb_25 {
  padding-bottom: 25px;
}
.pb_30{
	padding-bottom: 30px;
}
.pb_40 {
  padding-bottom: 40px;
}
.pb_50 {
  padding-bottom: 50px;
}
.pb_60 {
  padding-bottom: 60px;
}
.pb_70{
	padding-bottom: 70px;
}
.pb_80{
	padding-bottom: 80px;
}
.pb_90 {
  padding-bottom: 90px;
}
.pb_100 {
  padding-bottom: 100px;
}
.pb_170 {
	padding-bottom: 170px;
}

/* magin 相关 */
.mg_0_auto{
	margin: 0 auto;
}
.mg_auto{
	margin-left:auto;
	margin-right:auto;
}
.mg_5{
	margin: 5px;
}
.mg_6 {
	margin: 6px;
}
.mg_10{
	margin: 10px;
}
.mg_15{
	margin: 15px;
}
.mg_20{
	margin: 20px;
}
.mg_25{
	margin: 25px;
}
.mg_30{
	margin: 30px;
}
.mg_35{
	margin: 35px;
}
.mg_40{
	margin: 40px;
}
.mg_45{
	margin: 45px;
}
.mg_50{
	margin: 50px;
}
.mg_20_15 {
  margin: 20px 15px;
}
.ml_5 {
  margin-left: 5px;
}
.ml_6 {
  margin-left: 6px;
}
.ml_10 { 
	margin-left: 10px;
}
.ml_15 { 
	margin-left: 15px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_25 { 
	margin-left: 25px;
}
.ml_30 {
	margin-left: 30px;
}
.ml_35 { 
	margin-left: 35px;
}
.ml_40 { 
	margin-left: 40px;
}
.ml_45 { 
	margin-left: 45px;
}
.ml_50 {
  margin-left: 50px;
}
.ml_55 {
  margin-left: 55px;
}
.ml_60 { 
	margin-left: 60px;
}
.ml_65 { 
	margin-left: 65px;
}
.ml_70 {
  margin-left: 70px;
}
.ml_75 { 
	margin-left: 75px;
}
.ml_80 {
	margin-left: 80px;
}
.ml_85 { 
	margin-left: 85px;
}
.ml_90 { 
	margin-left: 90px;
}
.ml_95 { 
	margin-left: 95px;
}
.ml_100 {
  margin-left: 100px;
}
.mr_5 {
	margin-right: 5px;
}
.mr_6 {
  margin-right: 6px;
}
.mr_10 {
	margin-right: 10px;
}
.mr_15 {
  margin-right: 15px;
}
.mr_20 {
  margin-right: 20px;
}
.mr_25 {
	margin-right: 25px;
}
.mr_30 {
  margin-right: 30px;
}
.mr_40 {
  margin-right: 40px;
}
.mr_50 {
  margin-right: 50px;
}
.mr_60 {
	margin-right: 60px;
}
.mr_70 {
  margin-right: 70px;
}
.mr_80 {
  margin-right: 80px;
}
.mr_90 {
  margin-right: 90px;
}
.mr_100 {
  margin-right: 100px;
}
.mt_n2{
  margin-top: -2px;
}
.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_50 {
	margin-top: 50px;
}
.mt_60 {
  margin-top: 60px;
}
.mt_70 {
	margin-top: 70px;
}
.mt_80 {
	margin-top: 80px;
}
.mt_90 {
  margin-top: 90px;
}
.mt_100 {
	margin-top: 100px;
}
.mb_5 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_15 {
  margin-bottom: 15px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_35 {
  margin-bottom: 35px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_60 {
  margin-bottom: 60px;
}
.mb_70 {
  margin-bottom: 70px;
}
.mb_80{
	margin-bottom: 80px;
}
.mb_90 {
  margin-bottom: 90px;
}
.mb_100 {
  margin-bottom: 100px;
}
.mb_120 {
  margin-bottom: 120px;
}
/* border相关 */
.bd_blue{
	border: 1px solid #00a2ff;
}
.bd_dee3ef{
	border: 1px solid #dee3ef;
}
.bd_fff{
	border: 1px solid #fff;
}
.bd_ccc{
	border: 1px solid #ccc;
}
.bd_666 {
	border: 1px solid #666;
}
.bd_dddee1 {
	border: 1px solid #dddee1;
}
.bd_e4 {
  border: 1px solid #e4e4e4;
}
.bd_c8 {
  border: 1px solid #c8c8c8;
}
.bd_f1f4fb{
	border: 1px solid #f1f4fb;
	box-sizing: border-box;
}
.bd_b_doteed_ccc {
	border-bottom: 1px dotted #ccc;
}
.bd_left_f1f4fb{
	border-left: 1px solid #f1f4fb;
}
.bd_right_f1f4fb{
	border-right: 1px solid #f1f4fb;
}
.bd_top_f1f4fb{
	border-top: 1px solid #f1f4fb;
}
.bd_bottom_f1f4fb{
	border-bottom: 1px solid #f1f4fb;
}
.bd_bottom_003399 {
  border-bottom: 1px solid #003399;
}
.bd_bottom_blue {
  border-bottom: 1px solid #00a2ff;
}
.bd_bottom_ccc{
	border-bottom: 1px solid #ccc;
}
.bd_top_ccc {
  border-top: 1px dotted #ccc;
}
.bd_none{
	border: 0;
}
.bd_left_none{
	border-left: 0;
}
.bd_right_none{
	border-right: 0;
}
.bd_top_none{
	border-top: 0;
}
.bd_bottom_none{
	border-bottom: 0;
}
.bd_radius_4{
  border-radius:4px;
}
.bd_radius_8{
  border-radius:8px;
}
.bd_radius_40{
	border-radius: 40px;
}
.bd_radius_20{
	border-radius: 20px;
}
.bd_radius_50p{
  border-radius:50%;
}
.bd_radius_100p{
  border-radius:100%;
}
.bd_tl_radius_4{
	border-top-left-radius: 4px;
}
.bd_tr_radius_4{
	border-top-right-radius: 4px;
}
.bd_bl_radius_4{
	border-bottom-left-radius: 4px;
}
.bd_br_radius_4{
	border-bottom-right-radius: 4px;
}
.bd_hover_blue:hover {
  border-color: #00a2ff;
}

/* ( 5 )  背景样式相关 */
.bg_blue{
	background-color: #00a2ff;
}
.bg_white {
	background-color: #fff;
}
.bg_f1f4fb {
	background-color: #f1f4fb;
}
.bg_57c2ff {
	background-color: #57c2ff;
}
.bg_ff3300 {
	background-color: #ff3300;
}
.bg_999966 {
	background-color: #999966;
}
.bg_c8{
	background-color: #c8c8c8;
}
.bg_orange {
	background-color: #fcc25e;
}
.bg_eee{
	background-color: #eee;
}
.bg_ff8400{
	background-color: #ff8400;
}
.bg_f9fafd{
	background-color: #f9fafd;
}

.bg_img_center{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* ( 6 )  定位相关 */
.pos_rel{
  position:relative;
}
.pos_ab{
  position:absolute;
}
.pos_fixed{
  position:fixed;
}
.left_0 {
	left: 0;
}
.left_50p {
	left: 50%;
}
.right_0 {
	right: 0;
}
.top_0 {
	top: 0;
}
.top_50p {
	top: 50%;
}
.bottom_0 {
	bottom: 0;
}
.z_100 {
	z-index: 100;
}


/*( 7 )  浮动相关 */
.pull_left{
  float:left;
}
.pull_right{
  float:right;
}
.pull_none{
  float: none;
}

/* ( 8 ) 对齐 vertical-align相关 */
.v_top { 
	vertical-align: top;
}
.v_middle {
	vertical-align: middle
}
.v_bottom {
	vertical-align: bottom;
}

/* ( 9 ) 文本样式相关               */

/* 字号大小 */
.ts_0 {
  font-size: 0;
}
.ts_12 {
	font-size: 12px;
}
.ts_14 {
	font-size: 14px;
}
.ts_16 {
	font-size: 16px;
}
.ts_18 {
	font-size: 18px;
}
.ts_20 {
	font-size: 20px;
}
.ts_22{
	font-size: 22px;
}
.ts_24{
	font-size: 24px;
}
.ts_26{
	font-size: 26px;
}
.ts_28{
	font-size: 28px;
}
.ts_30{
	font-size: 30px;
}
.ts_34{
	font-size: 34px;
}
.ts_36 {
	font-size: 36px;
}

.tw_normal {
	font-weight: normal;
}
/* 字体加粗 */
.tw_bold{
	font-weight: bold;
}
/* 字体颜色相关 */
.tc_blue{
  color: #00a2ff;
}
.tc_black{
	color: #000;
}
.tc_white{
  color: #fff;
}
.tc_green{
	color: #21cbad;
}
.tc_red{
	color: #f6564a;
}
.tc_orange{
	color: #ff8400;
}
.tc_ff9933 {
	color: #ff9933;
}
.tc_yellow{
	color: #fff100;
}
.tc_333{
	color: #333;
}
.tc_666{
	color: #666;
}
.tc_999{
  color: #999;
}
.tc_ccc {
  color: #ccc;
}
.tc_c8{
  color: #c8c8c8;
}
.tc_9eaabc{
	color: #9eaabc;
}
.tc_f6564a{
  color: #f6564a;
}
.tc_ff3300 {
	color: #ff3300;
}
/* 文本排列样式 */
.text_left{
  text-align:left;
}
.text_center{
  text-align:center;
}
.text_right{
  text-align:right;
}
.text_ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}

/* 超出两行溢出 */
.text_ellipsis_line_2{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
}
.text_ellipsis_line_3{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
}
/* 超出两行溢出 */
.text_ellipsis_line_4{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
}
/*（ 10 ） 其他样式 */
.pointer{
	cursor: pointer;
}
.not_allowed{
 cursor:not-allowed;
}
.of_hidden{
	overflow: hidden;
}
.of_y_hidden {
	overflow-y: hidden;
}
.of_y_auto{
  overflow-y: auto;
}
.of_auto{
  overflow: auto;
}
.no_wrap {
	white-space: nowrap;
}
.clear:after{
	content:"";
	display:block;
	clear:both;
}
.tc_hover_blue:hover{
	color: #00a2ff;
}
.bd_hover_blue:hover{
	border-color: #00a2ff;
}

.bg_toggle {
  background: url('../images/home_index/glass_white.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 108px 38px;
} 
.bg_toggle_grey {
  background: url('../images/home_index/glass.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 108px 38px;
}
.bg_toggle a, .bg_toggle_grey a {
	color: #fff;
}

/* 影片背景图 */
/* .bg_oringer{
  background:url('../images/bg_oringer.png') no-repeat; 
}
.bg_blueer{
  background:url('../images/bg_blueer.png') no-repeat; 
}
.bg_greener{
  background:url('../images/bg_greener.png') no-repeat; 
}
.bg_picker{
  background:url('../images/bg_picker.png') no-repeat; 
}
.bg_yellower{
  background:url('../images/bg_yellower.png') no-repeat; 
} */


.cicff_logo {
	width: 178px;
}

/* 影片列表背景图 样式 */
.look_at_film_detail li {
	margin-right: 60px;
	height: 390px;
}
.look_at_film_detail li> a {
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
}
.look_at_film_detail li> a div{ 
	height: 230px;
	padding-top: 7px;
	overflow: hidden;
	text-align: center;
	display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.look_at_film_detail li> a img{ 
	width: 100%;
}
.look_at_film_detail li:nth-child(3n) {
  margin-right: 0px;
}
.look_at_film_detail li:nth-child(5n+1)>a {
	background:url('../images/bg_yellower.png') no-repeat; 
}
.look_at_film_detail li:nth-child(5n+2)>a {
	background:url('../images/bg_oringer.png') no-repeat; 
}
.look_at_film_detail li:nth-child(5n+3)>a {
	background:url('../images/bg_blueer.png') no-repeat; 
}
.look_at_film_detail li:nth-child(5n+4)>a {
	background:url('../images/bg_greener.png') no-repeat; 
}
.look_at_film_detail li:nth-child(5n+5)>a {
	background:url('../images/bg_picker.png') no-repeat; 
}
.film_title {
	float: left;
	max-width:70%;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.film_area {
	float: right;
	width: 20%;
	overflow: hidden;
	height: 20px;
	text-align: center;
	background: #ff3300;
	border-radius: 8px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	margin-top: 20px;
}
.bg_rgba_30p {
  background: rgba(0,0,0,.3);
}
.op_30p {
	opacity: .3;
}
.op_0 {
	opacity: 0;
}
.tc_hover_003399:hover{
	color: #003399;
}
.tab_checked {
  border-bottom: 2px solid #003399;
}
.tab_checked a{
  color: #003399;
}

.circle_btv {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.w800 {
	width: 800px;
}

.detail_btn {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	cursor: pointer;
	background: #ff3300;
	color: #fff;
	font-size: 18px;
	width: 140px;
	text-align: center;
	border-radius: 20px;
}
.banner_wrap img{
	min-height: 497px;
	width: 100%;
	/* min-width: 1200px; */
}

.tab_bg {
	background: url('../images/tab_bgs.png')top center no-repeat;
}

.left_bar1 {
	width: 160px;
	height: 117px;
	position: absolute;
	left: -210px;
	top: 0;
	background: url('../images/space_bar1.png') no-repeat;
}
.left_bar2 {
	width: 168px;
	height: 358px;
	position: absolute;
	left: -202px;
	top: 0;
	background: url('../images/space_bar3.png') no-repeat;
}
.right_bar1 {
	width: 106px;
	height: 65px;
	position: absolute;
	right: -256px;
	top: 0;
	background: url('../images/bg_glass.png') no-repeat;
}
.right_bar2 {
	width: 158px;
	height: 392px;
	position: absolute;
	right: -208px;
	top: 0;
	background: url('../images/space_bar2.png') no-repeat;
}


.space_bg {
	background: url('../images/news_page_bg.png')top center no-repeat;
}
	
/* 分页器样式 */

.page_item_wrap li {
	border-radius: 100%;
	display: inline-block;
	width: 30px;
	border: 1px solid #e4e4e4;
	margin-left: 5px;
	margin-right: 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.page_item_wrap li a {
	color: #fff;
}
.page_item_wrap li span {
	color: #333;
}
.page_item_wrap .active {
	color: #333!important;
	background: #fff!important;
}
.page_item_wrap li:nth-child(1) a{
	color: #333;
}
.page_item_wrap li:last-child a{
	color: #333;
}
.page_item_wrap li:nth-child(5n+1) {
	background: #ff3300;
}
.page_item_wrap li:nth-child(5n+2) {
	background: #0099cc;
}
.page_item_wrap li:nth-child(5n+3) {
	background: #99cc33;
}
.page_item_wrap li:nth-child(5n+4) {
	background: #ffcc00;
}
.page_item_wrap li:nth-child(5n+5) { 
	background: #cc0066;
}
.page_item_wrap li:nth-child(1){
	background: none;
	color: #333;
}
.page_item_wrap li:last-child{
	background: none;
	color: #333;
}


.message_logo {
	float: left;

}
.message_logo div{
	width: 200px;
	height: 166px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.message_logo div img {
	width: 100%;
}

.detail_content_wrap {
	margin-top: 40px;
}



.phonenav {display: none;}
body, html {background: #fff!important}
@media (max-width: 1200px){

body, html {min-width: unset;}
.w1200 {width: unset!important;}









.search_index .bg_416182.h100 {display: none;}

.declare_index .mb_15 {width: 50%;margin: 0;}


.declare_index h2.bd_bottom_ccc {padding:30px;}


.search_index .search_list.mt_40 {padding: 0 10px;}


@media (max-width: 1200px){

.jiange {padding-left: 20px;}

.film_index .film_detail.of_hidden.mb_20 {margin-bottom: 0px;}
.news_videos .conten_item.of_hidden .text_center {font-size: 28px!important;padding-bottom: 20px;padding-top: 10px}
.news_img .conten_item.of_hidden .text_center {font-size:28px!important;padding-bottom:20px;padding-top: 10px}

.news_videos .conten_item.of_hidden .text_ellipsis {font-size: 18px!important;padding-bottom: 20px;padding-top: 20px}
.news_img .conten_item.of_hidden .text_ellipsis {font-size:18px!important;padding-bottom:20px;padding-top: 20px}


.cicff_constitution #news_tab {width: 100%;}
.cicff_constitution #news_tab li {width: 20%;padding: 0px;margin: 0px;text-align: center;font-size: 14px;}

.cicff_index .pull_right.h80.lh_80 {display: none;}
.bd_bottom_003399 div.pull_right.h80.lh_80 {display: none;}


.cicff_calendar #news_tab {width: 100%;}
.cicff_calendar #news_tab li {width: 20%;padding: 0px;margin: 0px;text-align: center;font-size: 14px;}

.cicff_index .pull_right.h80.lh_80 {display: none;}
.bd_bottom_003399 div.pull_right.h80.lh_80 {display: none;}


.cicff_data #news_tab {width: 100%;}
.cicff_data #news_tab li {width: 20%;padding: 0px;margin: 0px;text-align: center;font-size: 14px;}

.cicff_index .pull_right.h80.lh_80 {display: none;}
.bd_bottom_003399 div.pull_right.h80.lh_80 {display: none;}


.cicff_contact #news_tab {width: 100%;}
.cicff_contact #news_tab li {width: 20%;padding: 0px;margin: 0px;text-align: center;font-size: 14px;}

.cicff_index .pull_right.h80.lh_80 {display: none;}
.bd_bottom_003399 div.pull_right.h80.lh_80 {display: none;}


.cicff_data .database_list  li {width: 48%;margin: 0 1%;padding: 0px;}



.exhibit_theme #news_tab {width: 100%;}
.exhibit #news_tab li {width: 20%; padding: 0px;margin: 0px;text-align: center;}


.news_index .bd_bottom_ccc {position: relative;}

.news_index .pull_right.bg_eee.w120.h120 {left: 0px;}


/**/
.pull_left.pt_20.ml_60.ts_20.tc_white.font_pingfang {margin-left: 0px;}
.pull_right.pt_20.bg_toggle.w108.h40.mt_20 {float: right!important;}

.bg_toggle a, .bg_toggle_grey a {width: 50%!important;padding: 0px!important;text-align: center!important;margin: 0px!important;float: left!important}


.waper1 .index_input {width: 50px!important}

.news .statutes_wrap p {padding-left: 0px!important;}
.news .pt_40.statutes_wrap {padding: 20px 15px;}
.news .detail_content_wrap {padding: 20px 15px;}


.film .pull_left.h80.lh_80 {width: 100%;}


.film_index .film_detail.of_hidden.mb_20 {text-align: center;}
.film_index .film_detail.of_hidden.mb_20 .pull_left {float: none;display: inline-block;}

.film_result .statutes_wrap p {padding-left: 0px!important;}
.film_result .pt_40.statutes_wrap {padding: 20px 15px;}
.film_result .detail_content_wrap {padding: 20px 15px;}

.exhibit .film_detail.of_hidden.mb_20 {text-align: center;}
.exhibit .film_detail.of_hidden.mb_20 .pull_left {float: none;display: inline-block;}
.exhibit .pl_40 {padding-left: 0px;}

.exhibit .pt_40.statutes_wrap {padding: 20px 15px;}
.exhibit .detail_content_wrap {padding: 20px 15px;}

.activity .pt_40.statutes_wrap {padding: 20px 15px;}
.activity .detail_content_wrap {padding: 20px 15px;}
.activity .detail_content_wrap img {width: 100%;display: block;}


.activity_script .message_logo div {width: auto;}

.sponsor_wrap {width: auto!important}


.model_content {margin-left: -275px;}




.cicff_data .data_list_href div {height: auto;}

.cicff .detail_content_wrap  {padding: 20px 15px;}
.cicff .pt_40.statutes_wrap {padding: 20px 15px;}
.cicff .statutes_wrap p {padding-left: 0px;}

.film_index .look_at_film_detail li {height: auto;}
.film_index .look_at_film_detail li> a div {height: auto;}


.film_index .nav_bar .lh_80 .pull_left {width: 20%;}
.film_result .nav_bar .lh_80 .pull_left {width: 20% !important;}
.exhibit .look_at_film_detail li {height: auto;}
.exhibit .look_at_film_detail li> a div {height: auto;}



.exhibit #news_tab li {font-size: 14px!important;}
.activity #news_tab li {font-size: 14px!important;}



.film_result .nav_bar .lh_80 .pull_left {}

.cicff_data .database_list li {width: 29.3%!important; margin:0 1%!important;padding: 0 1%;}

.img_item_wrap li div {height: auto;}

.conten_item .pt_40 {padding-top: 20px;}




.index_media_other {display: none;text-align: center;}

.sponsor_wrap {width: 100%;padding: 0px;text-align: center;}

.circle_btv {margin-top:60px;}

.bg_img1, .bg_img2, .bg_img3, .bg_img4 {background-size:410px!important;height: 230px!important}

.videos_wrap li > div > div:nth-child(1) {height: auto!important;}

.exhibit .pt_40{padding-top: 20px;}
.exhibit .look_at_film_detail li {margin-bottom: 20px!important;}
.film_index .look_at_film_detail li {margin-bottom: 20px!important;}


.film_index .film_detail.of_hidden.mb_20 .pull_left {padding-top: 20px!important}
.exhibit .film_detail.of_hidden.mb_20 .pull_left {margin-bottom: 20px!important}

.pull_left.w900  .mt_20.lh_30.ts_16 {text-align: left;}
.pull_left.w900 div p span {text-align: left;display: inline-block;}

.mt_40 {margin-top: 0px;}

.film .pl_40 {padding-left: 0px;}
.film .w900 {width: auto;}

.film .detail_content_wrap {padding: 20px 15px;}

.bg_home_2.pt_100 {}

.index_news_list, .text_center.mb_120 {margin-top: 0px!important;}

.waper1 .circle_btv {margin-top: 0px;}

.activity .text_ellipsis {font-size: 18px!important;font-weight: bold!important}

.cicff_data .database_list li {margin-bottom: 30px!important;}

}




@media (max-width: 700px){

.phonenav {display: block;}


.pos_rel.h300 .h100p.w100p.pos_ab.top_0.left_0 {display: none;}

div.pos_rel.h300 {background-position: center -80px!important;height: 240px;}

.declare_index .mb_15 {width: 100%;margin: 0;}

.declare_index .w318 {width: 95%}

.declare_index .pl_50 {padding: 0 20px;}
.declare_index .bg_apply {background: #f6564a;}
.declare_index .tc_white.bg_apply.h330{height: auto;}



.cicff_data .database_list  li {width:98%;margin: 0 1%;padding: 0px;}


.news_bulletin .detail_btn {display: none;}




.film_result div.pos_rel.h300 {background-size: }


.news_media .detail_btn {display: none;}

.news_media .text_ellipsis_line_2 {-webkit-line-clamp:6;}

.news_bulletin {}
.news_bulletin #news_tab {width: 100%;}
.news_bulletin #news_tab li {width: 20%;padding: 0px;margin: 0px;text-align: center;font-size: 14px;}

.news_bulletin .detail_content_wrap {padding: 0 15px;}





.news_bulletin .detail_content_wrap  img {width: 100%;display: block;}



.waper2 .wap_index_msg {padding: 0 20px;padding-top: 20px;}
.waper2 .wap_index_msg p {color: #fff;font-size: 12px;line-height: 22px;}

.wap_index_footer_msg {text-align: center;font-size: 12px;line-height: 22px;padding: 0 20px;}


/*20191106*/


.cicff_index .statutes_wrap p {padding: 0px;}

.cicff_index .statutes_wrap {padding: 0 15px;}



.cicff_data .data_list_href div {height: auto;}
.cicff_data .conten_item {padding: 0 15px}
.cicff_data .database_list li {width: 96%!important;padding: 0 2%!important;margin: 0px!important}

.detail_content_wrap  {padding: 0 15px;}


.news  #news_tab  {    width: 100%; overflow: hidden; _zoom: 1;}
.news .nav_bar .lh_80 .pull_left {    width: 20%;padding: 0px;margin: 0px;text-align: center;float: left;font-size: 14px!important}


.news_index .news_content_list .pull_right p.pt_30.pl_20,
.news_media .news_content_list .pull_right p.pt_30.pl_20 {display:block!important;}


.news_bulletin .flex {display: inline-block!important;}

.news_bulletin .of_hidden.tc_white.flex.h386 {padding-top: 10px;}





.news_videos .conten_item.of_hidden {padding-top: 20px;}

.news_videos .pb_60 {padding-bottom: 0px;}
.news_videos .videos_wrap li > div > div:nth-child(1) {height: auto!important}
.news_videos .videos_wrap li {margin-bottom: 20px!important;}
.news_videos .text_ellipsis {padding-top: 10px;}


.news_img .news_content_list {padding-top: 20px;}
.news_img  .pb_60 {padding-bottom: 0px;}
.news_img .img_item_wrap li {margin-bottom: 20px!important;}

.news_img img.h100p {height: auto;width: 100%;margin-top: 100px;}



.film_index .w300 {width: 100%;}

.film_index .pl_40 {padding: 0px;}
.film_index .w900 {width: auto;}


.film_index .look_at_film_detail li> a {padding-top: 10px;}


.film_index .detail_content_wrap {margin-top: 0px;}

.film_index .bg_rgba_30p.h100 {display: none;}


.exhibit_index .w360{width: 100%;}
.exhibit_index .tab_list_wrap {padding: 0 15px;}
.exhibit_index .look_at_film_detail li> a {padding-top: 10px;}

.exhibit_index .detail_content_wrap {margin-top: 0px;}


.exhibit_index .w300 {width: 100%;}

.exhibit_index .pl_40 {padding: 0px;}
.exhibit_index .w900 {width: auto;}



.activity .message_logo div {width: auto;}



.activity .detail_content_wrap img  {width: 100%}

.activity .detail_content_wrap {width: auto;}


.model_content {width: 360px!important;margin-left: -180px!important;}




/*banner!!!!!!*/



.cicff .pos_rel.h300 {background: url();}

.cicff .h300.pos_rel {background: url(../images/a00.png) no-repeat center bottom!important;background-size: 100% 100%!important}
.news .h300.pos_rel {background: url(../images/a02.png) no-repeat center bottom!important;background-size: 100% 100%!important}

.film .h300.pos_rel {background: url(../images/a03.jpg) no-repeat center bottom!important;background-size: 100% 100%!important}
.film div.h300 {background: url(../images/a03.jpg) no-repeat center bottom!important;background-size: 100% 100%!important}

.activity .h300.pos_rel {background: url(../images/a04.png) no-repeat center bottom!important;background-size: 100% 100%!important}

.exhibit .h300.pos_rel {background: url(../images/a01.png) no-repeat center bottom!important;background-size: 100% 100%!important}

.declare .h300.pos_rel {background: url(../images/a05.png) no-repeat center bottom!important;background-size: 100% 100%!important}

.cicff_data .data_list_href div {height: auto;}



.film_result .detail_content_wrap p img {width: 100%;}

.film_index .nav_bar .lh_80 .pull_left {width: 50%;}

.model_content {padding-bottom: 20px;}




.news_bulletin .flex {display: block!important}

.news_content_list .ts_24 {margin-bottom: 10px;}

.news_bulletin .img_href img {margin-top: 20px;}

#video_play div {width: 100%;}


.news_videos .iframe_style {width: 100%;height: 320px}

.activity_index .message_logo div {display: flex;}

.activity_new #news_tab {width: 530px;}
.activity_new #news_tab li {width: auto!important;margin:0  15px;}


.news_bulletin .text_ellipsis_line_3 {text-align: justify!important;}






.film .lh_80 {line-height: 60px;}
.film .h80 {height: 60px;}

.film_result #news_tab {width: 100%!important}

.detail_content_wrap {margin-top: 0px;}

.film_index .h82 {height: 60px;}

.activity_index .message_logo div {display: flex!important}


.film_index  .pl_40 {text-align: left;}

.news #news_tab {width: 100%;}

.news_videos .pb_60 {font-size: 28px;margin-bottom: 20px;}


.detail_content_wrap p img {width: 100%!important;}


.exhibit_theme .w900 {width: auto;}

.cicff_data .database_list li {margin-bottom: 20px!important}

.cicff .statutes_wrap p img {width: 100%;}


.cicff .lh_80 {line-height: 60px;}
.cicff .h80 {height: 60px;}
.cicff .h82 {height: 62px;}


.exhibit .lh_80 {line-height: 60px;}
.exhibit .h80 {height: 60px;}
.exhibit .h82 {height: 62px;}

.activity .lh_80 {line-height: 60px;}
.activity .h80 {height: 60px;}
.activity .h82 {height: 62px;}


.news_img .ts_36 {font-size: 28px;}



.film_index .w360 {width: 100%!important;margin:0px!important}
.film_index .look_at_film_detail li> a div {padding: 0px!important}
.film_index .look_at_film_detail li> a {padding: 0px!important}
.film_index .conten_item {padding: 0 15px;}

.exhibit_index .w360 {width: 100%!important;margin:0px!important}
.exhibit_index .look_at_film_detail li> a div {padding: 0px!important}
.exhibit_index .look_at_film_detail li> a {padding: 0px!important}

.news_bulletin .detail_content_wrap {padding-top: 20px;}



.exhibit_index p.lh_30.ts_16 .mr_20 {display: inline-block;width: 100%;margin: 0px;text-align: left;}
.exhibit_index .pl_40 p {text-align: left;}
.exhibit_index .ts_34 {font-size: 28px;}
.exhibit_index img.w100p {width: 50%;}


.film_index p.lh_30.ts_16 .mr_20 {display: inline-block;width: 100%;margin: 0px;text-align: left;}
.film_index .pl_40 p {text-align: left;}
.film_index .ts_34 {font-size: 28px;}
.film_index img.w100p {width: 50%;}





.film_index .film div.h300 {height: 240px}

.activity_new #news_tab {width: 100%}
.activity_new #news_tab li {width: 20%!important;margin:0px;}

.pull_right.bg_eee.w120.h120 {top:45px!important;}


.news .lh_80 {line-height: 60px;}
.news .h80 {line-height: 60px;}
.news .h82 {height: 62px;}

.pt_40.h220.bd_bottom_ccc.of_hidden {width: 100%;}


.news_bulletin .pt_50 {padding-top: 50px;}

.news_index .conten_item .pt_40.bd_bottom_ccc.of_hidden {width: 100%;}

.news_videos .of_hidden {overflow: visible;}

.activity_new #news_tab li {width: 16.6%!important}


.film_result .h82 {height: 62px;}
.film #news_tab {overflow: visible;}
.film_result .nav_bar .lh_80 .pull_left {font-size: 14px;}

.exhibit_index .look_at_film_detail li> a {background:none!important;}


.news_img .pb_60 {padding-bottom: 20px;}

.exhibit_theme .tab_list_wrap {padding: 0 15px;}
.exhibit_theme .w360 {width: 100%!important;margin:0px!important}
.exhibit_theme .look_at_film_detail li> a div {padding: 0px!important;}
.exhibit_theme .look_at_film_detail li> a {padding: 0px!important}

.exhibit_re .tab_list_wrap {padding: 0 15px;}
.exhibit_re .w360 {width: 100%!important;margin:0px!important}
.exhibit_re .look_at_film_detail li> a div {padding: 0px!important;}
.exhibit_re .look_at_film_detail li> a {padding: 0px!important}


.exhibit_theme .look_at_film_detail li> a {background:none!important;}

.film_index .h300 {height: 240px;}
.news_bulletin .pt_50 {padding-top: 20px;}
.news_bulletin .img_href img {margin-top: 35px;}


.exhibit_re .w900 {width: auto;}


.exhibit_re p.lh_30.ts_16 .mr_20 {display: inline-block;width: 100%;margin: 0px;text-align: left;}
.exhibit_re .pl_40 p {text-align: left;}
.exhibit_re .ts_34 {font-size: 28px;}
.exhibit_re img.w100p {width: 50%;}

.film_index .ts_34 {text-align: center;}

.film_index .h82 {height: 62px;}

.exhibit .pt_40 {padding-top: 20px;}

.exhibit .look_at_film_detail li {margin-bottom:20px!important;}
.film_index .look_at_film_detail li {margin-bottom:20px!important;}


.exhibit_theme p.lh_30.ts_16 .mr_20 {display: inline-block;width: 100%;margin: 0px;text-align: left;}
.exhibit_theme .pl_40 p {text-align: left;}
.exhibit_theme .ts_34 {font-size: 28px;}
.exhibit_theme img.w100p {width: 50%;margin-bottom: 20px}



.exhibit .mb_20 {padding-bottom: 0px;}
.exhibit  .mt_40 {margin-top: 0px;}
.film_index  .mt_40 {margin-top: 0px;}



.exhibit .pl_40 div span {display: inline-block;text-align: justify;}

.exhibit .film_detail.of_hidden.mb_20 .pull_left.w300 {width: 100%;}

.exhibit .detail_content_wrap img.w100p {margin-bottom: 20px;}

.exhibit .pl_40 {line-height: 1.5}
.exhibit .mb_20 {margin-bottom: 0px;}

.film_index img.w100p {margin-bottom: 20px;}

.film_index .mb_20 {margin-bottom:0px;}


.film_index .pl_40 {padding-bottom: 40px!important} 

.declare_index .h82 {height: 62px;}

}





@media screen and (min-width: 700px) and (max-width:1025px) { 


.cicff_logo {width: 100px;}
.font_pingfang li {font-size: 16px;padding: 0 5px;line-height: 50px;font-weight: bold;margin:0 15px;}



.pull_right.pt_20.bg_toggle.w108.h40.mt_20 {position: absolute;top: 90px;right: 0px;}
.pull_right.bg_eee.w120.h120 {top: 44px!important;}


#news_tab {overflow: visible!important;}
#news_tab li {font-size: 14px!important}
.detail_content_wrap {margin-top: 0px;}
.film_index .look_at_film_detail li {margin-bottom: 20px;}

.exhibit .w900 {width: auto!important;}



.news_content_list {padding-top: 20px!important;}
.bg_news_honer {background: #fdd100!important;padding-top: 15px!important;}
.of_hidden.tc_white.flex.h386 .w555 {margin-top: 0px!important;}

.img_item_wrap li div {height: auto!important}

.look_at_film_detail li> a {padding-top:30px;}

.message_logo div {width: auto!important;}


.activity_education .message_logo div {width: 200px!important;}
.activity_new .message_logo div {width: 200px!important;}



	.mb_60 {margin-bottom: 20px;}

	.bg_home_3 {background-size: 100% 100%!important}

	.film_index .film_detail.of_hidden.mb_20 .pull_left {padding-top: 0px!important}

	.film_index .film_detail.of_hidden.mb_20 .pull_left {margin-bottom: 20px}
	.exhibit .detail_content_wrap {padding-bottom: 0px!important}

	.pull_left.w900 div p span.span4 {width: 100%;text-align: center;}
	.pull_left.w900 div p span.span5 {width: 100%;text-align: center;}


}


@media screen and (min-width: 1023px) and (max-width:1025px) { 

	.mb_60 {margin-bottom: 20px;}

.cicff_logo {width: 180px;}
.font_pingfang li {font-size: 18px;padding: 0 5px;line-height: 50px;font-weight: bold;}

.pull_right.bg_eee.w120.h120 {top:44px!important;}


.news_index .w83p {width: 98%!important}


}

@media screen and (min-width: 700px) and (max-width:1000px) { 


.wap_index_footer_msg {bottom: 65px;}

.nav_index_menus  ul {padding: 0px!important;padding: 0px;margin:0px;}
.of_hidden.h100.no_wrap ul {padding: 0px!important;padding: 0px;margin:0px;}

.nav_index_menus  ul li,
.of_hidden.h100.no_wrap ul li {font-size: 14px;line-height: 60px;}


.news_content_list .pull_right p.pt_30.pl_20 {display: block!important}
}



@media screen and (max-width: 769px) {
.news_bulletin .detail_content_wrap img {width: 100%; display: block;}
	.of_hidden.tc_white.flex.h386 .w555 {width: 50%!important;}

.cicff_logo {width: 100px!important}
.news_content_list .pull_right p.pt_30.pl_20 {display: block!important}
.film_index .conten_item {padding: 0px!important;}

.activity_index .message_logo div {width: 200px!important;display: flex!important;}
.activity_script .message_logo div {width: 200px!important;display: flex!important;}

.film_index .pl_40 {margin-bottom: 20px!important;padding-bottom: 0px!important}
.film_detail.of_hidden.mb_20 .pull_left {margin-bottom: 0px!important}

.film_index .mt_40 {margin-top: 10px!important;}
.film_index .film_detail.of_hidden.mb_20 .pull_left {padding-top: 0px!important}
.film_index .detail_content_wrap {padding-bottom: 0px!important;}


.bottom_img {width: 100%!important;margin-bottom: 0px!important;}
.film_index .look_at_film_detail {padding: 0px!important}

/*.film_index .w1200.mg_0_auto .mt_40 {margin-top: 0px!important}*/

.exhibit_index .detail_content_wrap {padding-bottom: 0px!important}

.exhibit_index .w1200.mg_0_auto .mt_40 {margin-top: 10px!important}

.exhibit_theme .film_detail.of_hidden.mb_20 .pull_left {margin-bottom: 0px!important}
.exhibit_theme .w1200.mg_0_auto .mt_40 {margin-top: 10px!important}
.exhibit_theme .detail_content_wrap {padding-bottom: 0px!important}

.exhibit_re .film_detail.of_hidden.mb_20 .pull_left {margin-bottom: 0px!important}
.exhibit_re .w1200.mg_0_auto .mt_40 {margin-top: 10px!important}
.exhibit_re .detail_content_wrap {padding-bottom: 0px!important}

div.text_right.page_wrap.pt_50 {padding-top: 20px;}

.news_bulletin .detail_content_wrap {padding-bottom: 15px!important;}

.index_news_list li a:nth-child(1) {height: 90px!important;-webkit-line-clamp:unset!important}

.exhibit .film_detail.of_hidden.mb_20 .pull_left {
    margin-bottom: 20px!important;
}

.film_index .film_detail.of_hidden.mb_20 .pull_left {
    margin-bottom: 20px!important;
}

.film_index .film_detail.of_hidden.mb_20 {margin-bottom: 0px;}


.activity_market .message_logo div {width: 200px!important}
.activity_invest .message_logo div {width: 200px!important}


.news_bulletin .news_content_list .ts_24 {margin-bottom: 0px!important;}

.news_bulletin .news_content_list .pt_50 .ts_24.text_ellipsis {height: 24px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow: ellipsis!important;}
.news_bulletin .news_content_list .offical_list_wrap .ts_24.text_ellipsis {height: 24px!important;overflow:hidden!important;padding-bottom: 0px!important;margin-bottom: 20px!important;}

.news_media .text_ellipsis_line_2 {    display: -webkit-box; -webkit-line-clamp: 3;}
.news_index .text_ellipsis_line_2 {    display: -webkit-box; -webkit-line-clamp: 3;}

.news_bulletin .h230.of_hidden.flex.space_between.mt_50 {height: 220px;}

}

@media screen and (max-width: 640px) {

.activity_index .message_logo div {width: auto!important}
.activity_script .message_logo div {width: auto!important}
.film_index .look_at_film_detail {padding-left: 15px!important;padding-right: 15px!important}


.exhibit_index .film_detail.of_hidden.mb_20 .pull_left {margin-bottom: 0px!important;}
.film_index .pl_40 {line-height:1.5}

.exhibit .pl_40 {margin-bottom: 20px!important;}

.news_videos .conten_item.of_hidden .text_center {margin-bottom:20px!important;padding-top: 0px!important;padding-bottom: 0px!important }
.news_img .conten_item.of_hidden .text_center {margin-bottom:20px!important;padding-top: 0px!important;padding-bottom: 0px!important }

.news_videos .conten_item.of_hidden .text_ellipsis {padding-top: 20px!important}
.news_videos .videos_wrap li {margin-bottom: 0px!important}

.news_img  .img_item_wrap li div {height: auto;}
.news_img .conten_item.of_hidden .text_ellipsis {padding-top: 20px!important}
.news_img .img_item_wrap  li {margin-bottom: 0px!important}

.film_index .film_detail.of_hidden.mb_20 .pull_left {margin-bottom: 0px!important}
.exhibit .film_detail.of_hidden.mb_20 .pull_left {margin-bottom: 0px!important}

.activity_market .message_logo div {width: auto!important}
.activity_invest .message_logo div {width: auto!important}

.news_bulletin .h230.of_hidden.flex.space_between.mt_50 {height: auto!important} 
.news_media .pt_40.h220.bd_bottom_ccc.of_hidden {height: auto!important}

.news_media .img_pre_href {height: 130px;}

}


/*遮挡*/
body {position: relative;}
.divbg {background: #999;height: 100%;width: 100%;position: absolute;top: 0px;left: 0px;z-index: 999;display: none;}
.landscape {overflow:hidden;}
.landscape .divbg {display: block;}




.landscape .divbg .divtit {position: absolute;top: 120px;color: #fff;z-index: 9999;text-align: center;width: 100%;font-size: 32px;}


.portrait .cicff_calendar .statutes_wrap p img {width: 100%;max-width: 1000px;}

.portrait .exhibit_film .space_bg p img {width: 100%;max-width: 1000px;}


@media screen and (max-width: 1200px) {
.detail_content_wrap p br {display: none;}
}

@media screen and (max-width: 1200px) {
.detail_content_wrap p img {width:100% !important}
.statutes_wrap p img {width:100% !important}

}

