/*reset.css base on 960gs */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp,
input,
textarea {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0
}

html,
body {}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

b,
strong {
	font-weight: 700
}

img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}

ol,
ul {
	list-style: none
}

li {
	display: list-item
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

q {
	quotes: none
}

q:before,
q:after {
	content: none
}

sub,
sup,
small {
	font-size: 75%
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

svg {
	overflow: hidden
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
	overflow: hidden;
}

.mt20 {
	margin-top: 20px;
}

.mv15 {
	margin-top: 15px;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

.access {
	position: absolute;
	left: -9999em;
	top: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.align-right {
	text-align: right;
}

.overflow {
	overflow: hidden;
	width: 100%;
}

h1.heading {
	font-size: 18px;
	line-height: 36px;
	margin: 20px 0 10px;
}


/*.text, .textarea{border:1px solid rgb(175, 175, 175);;box-shadow:inset 0 2px 2px rgba(213,213,213, 0.5);border-radius:3px;color:#333;background:#FFF;padding:5px 6px;height:18px;line-height:18px;outline:none;font-size:14px;}
.error-field{border-color:red;}
.text:focus, .textarea:focus{border-color:#51a7e8;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5)}
.textarea{height:60px;overflow-x:hidden;overflow-y:auto;}
.submit{width:110px;height:30px;background:#6194d7;border:none;border-bottom: 3px solid #4e76ab;box-shadow:0 3px 0 #dde0e4;text-align:center;line-height:30px;color:#fff;font-size:14px;cursor:pointer;border-radius: 5px;margin:0 0 5px;}
.submit:active{}
.no-radius-shadow{border-radius:0;box-shadow:none;}*/


/*dialog*/


/**********************************dialog*******************/

.ui-dialog-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10009;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
}

.ui-dialog-box {
	position: fixed;
	z-index: 10010;
	left: 50%;
	top: 50%;
	background: #555;
	padding: 5px;
	border-radius: 5px;
	width: 460px;
	margin-left: -235px
}

.ui-dialog-panel {
	position: relative;
	background: #FEFEFE;
	width: 100%;
	overflow: hidden;
}

.ui-dialog-title {
	background: #005EAC;
	line-height: 40px;
	padding: 0 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
}

.ui-dialog-main {
	font-size: 14px;
	padding: 20px 10px 30px;
	color: #004276;
	line-height: 26px;
}

.ui-dialog-close {
	position: absolute;
	color: rgb(177, 177, 177);
	top: 0;
	right: 0;
	width: 25px;
	height: 30px;
	overflow: hidden;
	font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 700;
}

.ui-dialog-confirm {
	background: rgb(255, 255, 225);
	border-top: 1px solid #DDD;
	height: 30px;
	line-height: 24px;
	padding: 5px 10px 0;
	cursor: pointer;
	text-align: right;
}

.ui-dialog-confirm .ui-dialog-timer {
	float: left;
	font-size: 12px;
	color: #999;
	padding: 3px 0 0;
}

.ui-dialog-confirm .ui-btn {
	float: right;
	color: #004276;
	text-decoration: none;
	font-size: 14px;
}

.ui-dialog-close:hover {
	text-decoration: none;
	color: rgb(214, 214, 214);
}

.ui-info {
	height: 26px;
	line-height: 24px;
}


/*info*/

.info-message {
	position: fixed;
	border-radius: 5px;
	width: 300px;
	padding: 5px 10px 3px;
	color: #FFF;
	font-size: 12px;
	left: 50%;
	margin-left: -160px;
	cursor: pointer;
	background: #34495e;
}

.info-message-success {
	background: green;
	border: 1px solid darkgreen;
}

.info-message-warning {
	background: #f4d03f;
	border: 1px solid #f1c40f
}

.info-message-error {
	background: #C00;
}

.info-message-top {
	top: 100px;
}

.info-message-middle {
	top: 48%;
}

.info-message-bottom {
	bottom: 80px;
}

.info-message .icon {
	float: left;
	width: 40px;
	height: 34px;
	background: url(../img/appbar24.png) no-repeat;
}

.info-message-success .icon {}

.info-message-warning .icon {
	background-position: 0 -84px
}

.info-message-error .icon {
	background-position: 0 -41px
}

.info-main {
	margin-left: 50px;
	line-height: 18px;
	padding: 5px 0 0;
}

.nopadding .info-main {
	padding: 0;
}


/*dialog info ie6*/

.info-message,
.ui-dialog-box,
.ui-dialog-overlay,
.toTop {
	_position: absolute;
}

input {
	outline: none;
}


/*===============================*/

.cell_19769_ .tl-header {
	float: left;
	text-align: left;
	height: 40px;
}

.cell_19769_ .tl-header a {
	font-size: 14px;
	color: #000;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_19769_ .tl-header a:hover {
	height: 40px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_19769_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.header .search {
	float: right;
	position: relative;
	margin-top: 8px;
}

#searchform {
	display: block;
	width: 280px;
	position: relative;
	margin-top: 6px;
}

.inp_srh {
	border: 1px solid #999;
	height: 30px;
	width: 280px;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}

.btn_srh {
	background: url(../img/search.png) no-repeat left top transparent;
	width: 38px;
	height: 30px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.cell_19769_ .tl-more a {
	color: #FFF;
	font-size: 14px;
}

.cell_17881_ {
	font-size: 16px;
	height: 34px;
	line-height: 20px;
	overflow: hidden;
}

.cell_17881_ li {
	float: left;
	padding: 13px 38px 0px 37px;
}

.cell_17881_ li.go-home {
	background: none;
}

.cell_17881_ li.go-home a {
	border-bottom: 3px solid #f5f5f5;
}

.cell_17881_ li a {
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.cell_17881_ li.active a {
	color: #0072b8;
}

.cell_17881_ li.current a {
	border-bottom: 3px solid #f5f5f5;
}

.cell_17881_ li a:hover {
	text-decoration: none;
}

.cell_16109_ {
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	overflow: hidden;
	width: 770px;
	float: left;
}

.cell_16109_ li {
	float: left;
}

.cell_16109_ li a {
	padding: 5px 3px 5px 8px;
	font-size: 14px;
	color: #262626;
	font-weight: 100;
}

.cell_16109_ li a:hover {
	text-decoration: none;
	color: #000;
}

.cell_16110_ {
	background: url(//www.fjtv.net/t/icon/201506/20150605100418yxU9.png) no-repeat left center transparent;
	height: 23px;
	line-height: 23px;
	margin: 0px 0px 0px 120px;
	overflow: hidden;
	border-bottom: none;
	width: 50px;
}

.cell_16110_ .tl-header {
	text-align: center;
	height: 23px;
}

.cell_16110_ .tl-header a {
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16110_ .tl-header a:hover {
	height: 23px;
	width: 100%;
	text-decoration: none;
}

.cell_16110_ .tl-more {
	float: right;
	font-family: tahoma, arial;
}

.cell_16110_ .tl-more a {
	color: #FFF;
	font-size: 14px;
}

.cell_16111_ {
	background: url(//www.fjtv.net/t/icon/201506/20150605102142APVm.png) no-repeat left center transparent;
	height: 23px;
	line-height: 23px;
	margin: 0px 0px 0px 36px;
	overflow: hidden;
	border-bottom: none;
	width: 50px;
}

.cell_16111_ .tl-header {
	text-align: center;
	height: 23px;
}

.cell_16111_ .tl-header a {
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16111_ .tl-header a:hover {
	height: 23px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16111_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16111_ .tl-more a {
	color: #FFF;
	font-size: 14px;
}

.cell_16112_ {
	background: url(//www.fjtv.net/t/icon/201506/20150605100418yxU9.png) no-repeat left center transparent;
	height: 23px;
	line-height: 23px;
	margin: 0 0px 0px 36px;
	overflow: hidden;
	border-bottom: none;
	width: 50px;
}

.cell_16112_ .tl-header {
	text-align: center;
	height: 23px;
}

.cell_16112_ .tl-header a {
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16112_ .tl-header a:hover {
	height: 23px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16112_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16112_ .tl-more a {
	color: #FFF;
	font-size: 14px;
}

.cell_16113_ {
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	overflow: hidden;
	width: 510px;
	float: left;
}

.cell_16113_ li {
	float: left;
}

.cell_16113_ li a {
	padding: 0px 0px 0px 11px;
	font-size: 14px;
	color: #262626;
	font-weight: 100;
}

.cell_16113_ li a:hover {
	text-decoration: none;
	color: #000;
}

.cell_16114_ {
	height: 23px;
	line-height: 23px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	border-bottom: none;
}

.cell_16114_ .tl-header {
	float: left;
	text-align: left;
	height: 23px;
}

.cell_16114_ .tl-header a {
	font-size: 14px;
	color: #000;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16114_ .tl-header a:hover {
	height: 23px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16114_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16114_ .tl-more a {
	color: #FFF;
	font-size: 14px;
}

.cell_16115_ {
	width: 325px;
	height: 30px;
	position: relative;
	float: left;
}

.cell_16115_ .inner {
	position: relative;
	top: 0px;
	overflow: hidden;
	width: 325px;
	height: 23px;
}

.cell_16115_ .inner ul li {
	height: 23px;
	line-height: 23px;
}

.cell_16115_ .inner ul li a {
	font-size: 14px;
	color: #262626;
	text-decoration: none;
}

.cell_16115_ span {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.cell_16115_ .ctrl-btn {
	position: absolute;
	right: 10px;
	top: 5px;
}

.cell_16115_ .ctrl-btn a {
	width: 13px;
	height: 13px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	cursor: pointer;
	opacity: .3;
	filter: alpha(opacity=30);
}

.cell_16115_ .ctrl-btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none
}

.cell_16115_ .ctrl-btn .ctrl-prev {
	top: 0;
	background: url(//www.fjtv.net/t/icon/201504/20150410233417ht5F.png) no-repeat left top transparent;
}

.cell_16115_ .ctrl-btn .ctrl-next {
	left: -14px;
	background: url(//www.fjtv.net/t/icon/201504/20150410233401i8Xa.png) no-repeat left top transparent;
}

.cell_18365_ {
	width: 790px;
	height: 445px;
	position: relative;
	overflow: hidden;
}


/*列表*/

.cell_18365_ .imglist {
	position: absolute;
	width: 790px;
}

.cell_18365_ .imglist ul {
	width: 3950px;
}

.cell_18365_ .imglist ul li {
	float: left;
	position: relative;
	overflow: hidden;
	width: 790px;
	height: 445px;
}

.cell_18365_ .imglist ul li .pic {
	width: 790px;
}


/*箭头*/

.cell_18365_ .prev,
.cell_18365_ .next {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 20;
}


/*圆点*/

.cell_18365_ .add {
	width: 98px;
	height: 21px;
	position: absolute;
	bottom: 25px;
	left: 350px;
	padding-left: 2px;
}

.cell_18365_ .add li {
	float: left;
	margin: 5px 4px 0 4px;
}

.cell_18365_ .add li a {
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 4px;
}

.cell_18365_ .add li a.btnOn {
	background: #fff;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	margin-top: -4px;
}


/*标题与蒙版*/

.cell_18365_ .imglist ul li .tit {
	height: 120px;
	position: absolute;
	bottom: 0;
}

.cell_18365_ .imglist ul li .tit_con {
	position: relative;
}

.cell_18365_ .imglist ul li .tit p {
	height: 42px;
	overflow: hidden;
	text-align: left;
	position: absolute;
	top: 30px;
	left: 220px;
	z-index: 10;
	width: 360px;
}

.cell_18365_ .imglist ul li .tit p a {
	color: #fff;
}

.cell_18365_ .imglist ul li .mask {
	background: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	height: 120px;
	width: 790px;
	bottom: 0;
}

.cell_18365_ .smallimg {
	width: 150px;
	height: 87px;
	overflow: hidden;
	position: absolute;
	background: #fff;
	bottom: 17px;
}

.cell_18365_ .smallimg img {
	width: 150px;
	height: 87px;
}

.cell_18365_ .previmg {
	left: 40px;
}

.cell_18365_ .nextimg {
	right: 40px;
}

.cell_18764_ {
	height: 60px;
	width: 390px;
}

.cell_18764_ a {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.cell_18764_ a img {
	float: left;
	height: 60px;
	width: 390px;
}

.cell_18619_ {
	padding: 10px 0 0;
	line-height: 43px;
	font-size: 14px;
	color: #262626;
	width: 100%
}

.cell_18619_ li {
	text-align: left;
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
	width: 389px;
	vertical-align: middle;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 40px;
	height: 40px;
}

.cell_18619_ li a {
	font-size: 14px;
	color: #262626;
	word-wrap: break-word;
	word-break: normal;
}

.cell_18619_ li .m2o-type-vod-right {
	background-position: right 0;
}

.cell_18619_ li .m2o-type-tuji-right {
	background-position: right -30px;
}

.cell_16119_ img {
	width: 100%;
	height: 100%;
}

.cell_16119_ {
	float: left;
	display: inline;
	line-height: 20px;
	width: 228px;
	height: 129px;
	margin-right: 15px;
	font-size: 14px;
	position: relative;
}

.cell_16119_:last-child {
	margin-right: 0;
}

.cell_16119_ p.publish-time {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
}

.cell_16124_ {
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 13px;
	overflow: hidden;
	border-bottom: none;
}

.cell_16124_ .tl-header {
	float: left;
	text-align: left;
	height: 46px;
}

.cell_16124_ .tl-header a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16124_ .tl-header a:hover {
	height: 46px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16124_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16124_ .tl-more a {
	color: #535353;
	font-size: 16px;
}

.cell_19823_ {
	position: relative;
	overflow: hidden;
	width: 355px;
	height: 200px;
	margin: 10px 14px 0 14px
}

.cell_19823_ .slide-content li {
	width: 355px;
	height: 200px;
	float: left;
	position: relative;
}

.cell_19823_ .slide-content li img {
	width: 100%;
	height: 100%;
}

.cell_19823_ .focus-overlay {
	background: black;
	opacity: .6;
	filter: alpha(opacity=60);
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 31px;
}

.cell_19823_ .focus-info {
	width: 100%;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
}

.cell_19823_ .focus-desc {
	color: #FFF;
	font-size: 12px;
	padding: 0 10px;
}

.cell_19823_ .ctrl-btn a {
	width: 35px;
	height: 52px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
	opacity: .3;
	filter: alpha(opacity=30);
}

.cell_19823_ .ctrl-btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none
}

.cell_19823_ .ctrl-btn .ctrl-prev {
	left: 0;
	background: url(//www.fjtv.net/t/icon/201504/201504100934156MWL.png) no-repeat left center transparent;
}

.cell_19823_ .ctrl-btn .ctrl-next {
	right: 0;
	background: url(//www.fjtv.net/t/icon/201504/20150410093427gFu7.png) no-repeat left center transparent;
}

.cell_19823_ .switchable-triggers {
	display: 0;
	position: absolute;
	right: 5px;
	z-index: 10001;
}

.cell_19823_ .switchable-triggers li {
	float: left;
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-indent: -999em;
	background: #FFF;
	margin-right: 5px;
	cursor: pointer
}

.cell_19823_ .switchable-triggers li.current {
	width: 0px;
}

.cell_16130_ {
	padding: 5px 15px;
	line-height: 28px;
	font-size: 14px;
	color: #262626;
}

.cell_16130_ li {
	background: url(../img/dian.png) no-repeat left center transparent;
	padding-left: 10px;
	text-align: left;
	line-height: 20px;
}

.cell_16130_ li a {
	color: #262626;
	font-size: 14px;
	font-weight: normal;
}

.cell_16139_ {
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 13px;
	overflow: hidden;
	border-bottom: none;
}

.cell_16139_ .tl-header {
	float: left;
	text-align: left;
	height: 46px;
}

.cell_16139_ .tl-header a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16139_ .tl-header a:hover {
	height: 46px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16139_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16139_ .tl-more a {
	color: #535353;
	font-size: 16px;
}

.cell_16140_ ul {
	width: 110%;
}

.cell_16140_ li {
	float: left;
	position: relative;
	width: 360px;
	height: 148px;
	margin: 10px 0 0 15px;
	display: inline;
}

.cell_16140_ p,
.cell_16140_ .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	height: 25px
}

.cell_16140_ p {
	text-indent: 5px;
	line-height: 25px;
}

.cell_16140_ .filter {
	background: black;
	opacity: .6;
	filter: alpha(opacity=60);
}

.cell_16140_ a {
	color: rgb(255, 255, 255);
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: normal
}

.cell_16178_ {
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 13px;
	overflow: hidden;
	border-bottom: none;
}

.cell_16178_ .tl-header {
	float: left;
	text-align: left;
	height: 46px;
}

.cell_16178_ .tl-header a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16178_ .tl-header a:hover {
	height: 46px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16178_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16178_ .tl-more a {
	color: #535353;
	font-size: 16px;
}

.cell_19676_ {
	padding: 6px 15px;
	line-height: 28px;
	font-size: 14px;
	color: #262626;
}

.cell_19676_ li {
	background: url(../img/dian.png) no-repeat left center transparent;
	padding-left: 10px;
	text-align: left;
}

.lianbo_width .cleft {
	width: 383px;
}

.cell_19676_ li a {
	color: #262626;
	font-size: 14px;
	font-weight: normal;
}

.cell_16187_ {
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 13px;
	overflow: hidden;
	border-bottom: none;
}

.cell_16187_ .tl-header {
	float: left;
	text-align: left;
	height: 46px;
}

.cell_16187_ .tl-header a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16187_ .tl-header a:hover {
	height: 46px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16187_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16187_ .tl-more a {
	color: #535353;
	font-size: 16px;
}

.cell_19678_ {
	position: relative;
	width: 355px;
	height: 335px;
	margin: 0 0 29px 18px;
}

.cell_19678_ .slide-content li {
	width: 355px;
	height: 360px;
	float: left;
	position: relative;
}

.cell_19678_ .slide-content li img {
	width: 100%;
	height: 275px;
	margin: 15px 0;
}

.cell_19678_ .focus-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	line-height: 18px;
	left: 0;
}

.cell_19678_ .focus-title {
	padding: 8px 10px 3px;
}

.cell_19678_ .focus-title a {
	color: #FFF;
	font-size: 18px;
}

.cell_19678_ .focus-desc {
	color: #FFF;
	font-size: 12px;
	padding: 0 10px;
}

.cell_19678_ .focus-color {
	color: #535353;
	font-size: 18px;
	text-align: center;
}

.cell_19678_ .ctrl-btn a {
	width: 50px;
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
	opacity: .3;
	filter: alpha(opacity=30);
}

.cell_19678_ .ctrl-btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none
}

.cell_19678_ .ctrl-btn .ctrl-prev {
	left: 0;
	background: url(//www.fjtv.net/t/icon/201504/20150410143758HKK9.png) no-repeat left top transparent;
}

.cell_19678_ .ctrl-btn .ctrl-next {
	right: 0;
	background: url(//www.fjtv.net/t/icon/201504/20150410143809prLf.png) no-repeat right top transparent;
}

.cell_19678_ .switchable-triggers {
	position: absolute;
	bottom: -20px;
	right: 0;
	z-index: 10001;
	width: 100%;
	text-align: center;
}

.cell_19678_ .switchable-triggers li {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	overflow: hidden;
	text-indent: -999em;
	background: #bebebe;
	margin-right: 5px;
	cursor: pointer
}

.cell_19678_ .switchable-triggers li.current {
	border-radius: 7px;
	background: #bebebe;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.cell_19678_ a {
	text-decoration: none;
}

.focus {
	width: 355px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.cell_16190_ {
	width: 525px;
	height: 72px;
	padding: 10px 20px;
	text-align: center
}

.cell_16190_ ul {
	overflow: hidden;
}

.cell_16190_ ul li {
	text-align: center;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	font-size: 14px;
	color: #000;
	padding-right: 26px;
}

.cell_16190_ ul li.active {
	color: #377ad2;
}

.cell_16190_ div {
	width: 480px;
	height: 40px;
	display: none;
	text-align: center;
}

.cell_16190_ div a {
	font-size: 14px;
	color: #333;
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
}

.cell_16190_ div a.a1 {
	padding-left: 0;
	background: none;
}

.cell_18014_ {
	padding: 22px 0 0;
}

.cell_18014_ .banquan {
	text-align: center;
	font-size: 14px;
	color: #5e5e5e;
	line-height: 24px;
}

.icp {
	color: #00a7f3 !important;
}

.cell_19824_ {
	padding: 5px 15px;
	line-height: 28px;
	font-size: 14px;
	color: #262626;
	width: 383px;
	box-sizing: border-box;
}

.cell_19824_ li {
	background: url(../img/dian.png) no-repeat left center transparent;
	padding-left: 10px;
	text-align: left;
	line-height: 19px;
}

.cell_19824_ li a {
	color: #262626;
	font-size: 14px;
	font-weight: normal;
}

.cell_16193_ {
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 13px;
	overflow: hidden;
	border-bottom: none;
}

.cell_16193_ .tl-header {
	float: left;
	text-align: left;
	height: 46px;
}

.cell_16193_ .tl-header a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16193_ .tl-header a:hover {
	height: 46px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16193_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16193_ .tl-more a {
	color: #535353;
	font-size: 16px;
}

.cell_19826_ {
	line-height: 20px;
	padding: 10px 0px 0px 0px;
	margin: 0 0px 0 13px;
}

.cell_19826_ .itb-img {
	width: 127px;
	height: 95px;
	display: inline-block;
	float: left;
}

.cell_19826_ img {
	float: left;
	width: 100%;
	height: 100%;
}

.cell_19826_ .itb-txt {
	margin-left: 135px
}


/*.cell_19826_ .itb-title:hover {
	color: #b80000;
}*/

.cell_19826_ .itb-txt a {
	width: 230px;
	font-size: 16px;
	color: #333;
	font-weight: 700;
	line-height: 25px;
}

.cell_19826_ .itb-desc {
	font-size: 12px;
	padding: 3px 0 0;
	color: #535353;
	width: 230px;
}

.cell_19826_ .itb-detail {
	margin-left: 10px;
	color: #004276;
	font-size: 12px
}

.cell_19826_pullright .itb-img {
	float: right
}

.cell_19826_pullright .itb-txt {
	margin-right: 135px;
	margin-left: 0
}

.cell_19827_ {
	padding: 5px 15px;
	line-height: 28px;
	font-size: 14px;
	color: #262626;
}

.cell_19827_ li {
	background: url(../img/dian.png) no-repeat left center transparent;
	padding-left: 10px;
	text-align: left;
	line-height: 19px;
}

.cell_19827_ li a {
	color: #262626;
	font-size: 14px;
	font-weight: normal;
}

.cell_16196_ {
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 13px;
	overflow: hidden;
	border-bottom: none;
}

.cell_16196_ .tl-header {
	float: left;
	text-align: left;
	height: 46px;
}

.cell_16196_ .tl-header a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16196_ .tl-header a:hover {
	height: 46px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16196_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16196_ .tl-more a {
	color: #535353;
	font-size: 16px;
}

.cell_19825_ {
	margin: 15px 0px 0 15px;
}

.cell_19825_ ul {
	width: 110%;
}

.cell_19825_ li {
	float: left;
	position: relative;
	width: 203px;
	height: 152px;
	margin: 0 10px 10px 0px;
	display: inline;
}

.cell_19825_ li img {
	width: 100%;
	height: 100%;
}

.cell_19825_ p {
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
}

.cell_18069_ {
	padding: 2px 0px 2px 15px;
	line-height: 28px;
	font-size: 14px;
	color: #262626;
	width: 320px;
}

.cell_18069_ li {
	background: url(../img/dian.png) no-repeat left center transparent;
	padding-left: 10px;
	text-align: left;
	line-height: 19px;
}

.cell_18069_ li a {
	color: #262626;
	font-size: 14px;
	font-weight: normal;
}

.cell_16199_ {
	padding: 7px 15px;
	line-height: 28px;
	font-size: 14px;
	color: #262626;
}

.zhuanti_s {
	position: relative;
	margin: 10px;
	height: 200px;
	margin-bottom: 0;
}

.zhuanti_s img {
	width: 100%;
	height: 100%;
}

.zhuanti_s p {
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}

.cell_16199_ li {
	background: url(../img/dian.png) no-repeat left center transparent;
	padding-left: 10px;
	text-align: left;
	line-height: 20px;
}

.cell_16199_ li a {
	color: #262626;
	font-size: 14px;
	font-weight: normal;
}

.cell_16206_ {
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 13px;
	overflow: hidden;
	border-bottom: none;
}

.cell_16206_ .tl-header {
	float: left;
	text-align: left;
	height: 46px;
}

.cell_16206_ .tl-header a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16206_ .tl-header a:hover {
	height: 46px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16206_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16206_ .tl-more a {
	color: #535353;
	font-size: 16px;
}

.cell_17264_ {
	position: relative;
	overflow: hidden;
	width: 355px;
	height: 200px;
	margin: 10px 15px 0 15px
}

.cell_17264_ .slide-content li {
	width: 355px;
	height: 200px;
	float: left;
	position: relative;
}

.cell_17264_ .slide-content li img {
	height: 100%;
	width: 100%;
}

.cell_17264_ .focus-overlay {
	background: black;
	opacity: .6;
	filter: alpha(opacity=60);
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 31px;
}

.cleft_widths {
	width: 383px;
}

.cell_17264_ .focus-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 31px;
	left: 0;
}

.cell_17264_ .focus-title {
	padding: 8px 10px 3px;
}

.cell_17264_ .focus-title a {
	color: #FFF;
	font-size: 14px;
}

.cell_17264_ .focus-desc {
	color: #FFF;
	font-size: 12px;
	padding: 0 10px;
}

.cell_17264_ .ctrl-btn a {
	width: 35px;
	height: 52px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
	opacity: .3;
	filter: alpha(opacity=30);
}

.cell_17264_ .ctrl-btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none
}

.cell_17264_ .ctrl-btn .ctrl-prev {
	left: 0;
	background: url(//www.fjtv.net/t/icon/201504/201504100934156MWL.png) no-repeat left center transparent;
}

.cell_17264_ .ctrl-btn .ctrl-next {
	right: 0;
	background: url(//www.fjtv.net/t/icon/201504/20150410093427gFu7.png) no-repeat left center transparent;
}

.cell_17264_ .switchable-triggers {
	display: 0;
	position: absolute;
	right: 5px;
	z-index: 10001;
}

.cell_17264_ .switchable-triggers li {
	float: left;
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-indent: -999em;
	background: #FFF;
	margin-right: 5px;
	cursor: pointer
}

.cell_17264_ .switchable-triggers li.current {
	width: 0px;
}

.cell_19677_ {
	padding: 5px 15px;
	line-height: 28px;
	font-size: 14px;
	color: #262626;
}

.cell_19677_ li {
	background: url(//www.fjtv.net/t/icon/201504/20150408093342biTe.png) no-repeat left center transparent;
	padding-left: 10px;
	text-align: left;
}

.cell_19677_ li a {
	color: #262626;
	font-size: 14px;
	font-weight: normal;
}

.cell_19675_ {
	line-height: 20px;
	padding: 10px;
	box-sizing: border-box;
}

.cell_19675_ img {
	float: left
}

.cell_19675_ .itb-txt {
	margin-left: 160px;
	width: 200px;
}

.cell_19675_ .itb-title {
	color: #0072b8;
	font-weight: 700;
	line-height: 25px;
}

.cell_19675_ .itb-title:hover {
	color: #b80000;
}

.cell_19675_ .itb-desc {
	font-size: 12px;
	padding: 3px 0 0;
	color: #535353;
	width: 233px;
}

.cell_19675_ .itb-detail {
	margin-left: 10px;
	color: #004276;
	font-size: 12px
}

.cell_19675_ .itb-img img {
	width: 150px;
	height: 110px;
}

.cell_19675_pullright .itb-img {
	float: right
}

.cell_19675_pullright .itb-img img {
	width: 127px;
	height: 145px;
}

.cell_19675_pullright .itb-txt {
	margin-right: 135px;
	margin-left: 0
}

.cell_16213_ {
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 13px;
	overflow: hidden;
	border-bottom: none;
}

.cell_16213_ .tl-header {
	float: left;
	text-align: left;
	height: 46px;
}

.cell_16213_ .tl-header a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16213_ .tl-header a:hover {
	height: 46px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16213_ .tl-more {
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16213_ .tl-more a {
	color: #535353;
	font-size: 16px;
}

.cell_18649_ {
	background: #fff;
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 13px;
	overflow: hidden;
	border-bottom: none;
}

.cell_18649_ .tl-header {
	float: left;
	text-align: left;
	height: 46px;
}

.cell_18649_ .tl-header a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
	cursor: pointer;
	display: block;
	letter-spacing: 0px;
}

.cell_18649_ .tl-header a span {
	padding-right: 0.3125rem;
}

.cell_18649_ .tl-header a:hover {
	height: 46px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_18649_ .tl-more {
	float: right;
}

.cell_18649_ .tl-more a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
}

.cell_19821_ {
	position: relative;
	overflow: hidden;
	width: 355px;
	height: 200px;
	margin: 10px 15px 0 15px
}

.cell_19821_ .slide-content li {
	width: 355px;
	height: 200px;
	float: left;
	position: relative;
}

.cell_19821_ .focus-overlay {
	background: black;
	opacity: .6;
	filter: alpha(opacity=60);
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 31px;
}

.cell_19821_ .focus-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 31px;
	left: 0;
}

.cell_19821_ .focus-title {
	padding: 8px 10px 3px;
}

.cell_19821_ .focus-title a {
	color: #FFF;
	font-size: 14px;
}

.cell_19821_ .focus-desc {
	color: #FFF;
	font-size: 12px;
	padding: 0 10px;
}

.cell_19821_ .ctrl-btn a {
	width: 35px;
	height: 52px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
	opacity: .3;
	filter: alpha(opacity=30);
}

.cell_19821_ .ctrl-btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none
}

.cell_19821_ .ctrl-btn .ctrl-prev {
	left: 0;
	background: url(//www.fjtv.net/t/icon/201504/201504100934156MWL.png) no-repeat left center transparent;
}

.cell_19821_ .ctrl-btn .ctrl-next {
	right: 0;
	background: url(//www.fjtv.net/t/icon/201504/20150410093427gFu7.png) no-repeat left center transparent;
}

.cell_19821_ .switchable-triggers {
	display: 0;
	position: absolute;
	right: 5px;
	z-index: 10001;
}

.cell_19821_ .switchable-triggers li {
	float: left;
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-indent: -999em;
	background: #FFF;
	margin-right: 5px;
	cursor: pointer
}

.cell_19821_ .switchable-triggers li.current {
	width: 0px;
}

.cell_19822_ {
	padding: 5px 15px;
	line-height: 28px;
	font-size: 14px;
	color: #262626;
}

.cell_19822_ li {
	background: url(//www.fjtv.net/t/icon/201504/20150408093342biTe.png) no-repeat left center transparent;
	padding-left: 10px;
	text-align: left;
}

.cell_19822_ li a {
	color: #262626;
	font-size: 14px;
	font-weight: normal;
}

.cell_16217_ {
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 13px;
	overflow: hidden;
	border-bottom: none;
}

.cell_16217_ .tl-header {
	float: left;
	text-align: left;
	height: 46px;
}

.cell_16217_ .tl-header a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
	cursor: pointer;
	display: block;
}

.cell_16217_ .tl-header a:hover {
	height: 46px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_16217_ .tl-more {
	float: right;
	font-family: tahoma, arial;
	text-align: center;
}

.cell_16217_ .tl-more a {
	color: #535353;
	font-size: 16px;
}

.cell_16218_ {
	line-height: 20px;
	padding: 10px 0px 0px 0px;
	margin: 0 0px 0 15px;
}

.cell_16218_ img {
	float: left
}

.cell_16218_ .itb-txt {
	margin-left: 135px
}

.cell_16218_ .itb-title {
	color: #0072b8;
	font-weight: 700
}

.cell_16218_ .itb-title:hover {
	color: #b80000;
}

.cell_16218_ .itb-txt p {
	width: 233px;
}

.cell_16218_ .itb-desc {
	font-size: 12px;
	padding: 3px 0 0;
	color: #535353;
	width: 233px;
}

.cell_16218_ .itb-detail {
	margin-left: 10px;
	color: #004276;
	font-size: 12px
}

.cell_16218_pullright .itb-img {
	float: right
}

.cell_16218_pullright .itb-txt {
	margin-right: 135px;
	margin-left: 0
}

.cell_16219_ {
	padding: 5px 15px;
	line-height: 28px;
	font-size: 14px;
	color: #262626;
}

.cell_16219_ li {
	background: url(//www.fjtv.net/t/icon/201504/20150408093342biTe.png) no-repeat left center transparent;
	padding-left: 10px;
	text-align: left;
}

.cell_16219_ li a {
	color: #262626;
	font-size: 14px;
	font-weight: normal;
}

.cell_18371_ {
	background: #fff;
	height: 46px;
	line-height: 46px;
	padding: 0 15px 0 13px;
	overflow: hidden;
	border-bottom: none;
}

.cell_18371_ .tl-header {
	float: left;
	text-align: left;
	height: 46px;
}

.cell_18371_ .tl-header a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
	cursor: pointer;
	display: block;
	letter-spacing: 0px;
}

.cell_18371_ .tl-header a span {
	padding-right: 0.3125rem;
}

.cell_18371_ .tl-header a:hover {
	height: 46px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.cell_18371_ .tl-more {
	float: right;
}

.cell_18371_ .tl-more a {
	font-size: 26px;
	color: #262626;
	font-weight: 100;
}

.cell_16221_ {
	padding: 5px 15px;
	line-height: 28px;
	font-size: 14px;
	color: #262626;
}

.cell_16221_ li {
	background: url(//www.fjtv.net/t/icon/201504/20150408093342biTe.png) no-repeat left center transparent;
	padding-left: 10px;
	text-align: left;
}

.cell_16221_ li a {
	color: #262626;
	font-size: 14px;
	font-weight: normal;
}

.cell_18402_ {
	margin: 2px 0 0 0;
}

.cell_18402_ ul {
	width: 110%;
}

.cell_18402_ li {
	float: left;
	position: relative;
	width: 390px;
	margin: 13px 0 0 0;
	display: inline;
}

.cell_18402_ p,
.cell_18402_ .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	height: 0
}

.cell_18402_ p {
	text-indent: 5px;
	line-height: 0;
}

.cell_18402_ .filter {
	background: black;
	opacity: .6;
	filter: alpha(opacity=60);
}

.cell_18402_ a {
	color: rgb(255, 255, 255);
	font-size: 12px;
	display: block;
	font-weight: bold
}

.cell_22173_ {
	background: url(//www.fjtv.net/t/icon/202107/202107260049585556.jpg) no-repeat center center #254487;
	height: 135px;
	line-height: 190px;
	padding: 0;
	overflow: hidden;
}

.cell_22173_ .tl-header {
	float: left;
	text-center: 0;
}

.cell_22173_ .tl-header a {
	font-size: 18px;
	color: #fff;
	font-weight: 100
}

.cell_22173_ .tl-more {
	float: right;
	font-family: tahoma, arial;
}

.cell_22173_ .tl-more a {
	color: #FFF;
	font-size: 14px;
}

.bnewsList .innerbox .row .tit {
	height: 48px;
	line-height: 48px;
	width: 100%;
	background: url(../img/new__08.png) no-repeat 0 100%;
}

.bnewsList .innerbox .row .tit a {
	color: #EC2E2E;
	font-size: 18px;
	text-decoration: none;
}

.bnewsList .innerbox .row ul {
	margin-bottom: 20px;
	padding-top: 12px;
	overflow: hidden;
}

.bnewsList .innerbox .row ul li {
	line-height: 38px;
	height: 38px;
	background: url(../img/dian.png) no-repeat 0 center;
	padding-left: 15px;
	overflow: hidden;
}

.bnewsList .innerbox .row li {
	width: 48%;
	float: left;
}

.bnewsList .innerbox .row li:nth-child(2n) {
	float: right;
}

.bnewsList .innerbox .row ul li a {
	font-size: 16px;
	color: #404040;
	text-decoration: none;
}

.bnewsList {
	margin-top: 20px;
}