/* CSS Document */
* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	/* min-width: 1400px; */
	color: #000000;
	font: 16px/40px Microsoft YaHei, SimSun, Arial Narrow;
}

a {
	text-decoration: none;
	color: #000000;
}

li {
	list-style: none;
}

li.on .ttitle {
	color: #232184;
}

.stitle {
	color: #232184;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header {
	background-color: #0063BE;
	width: 100%;
	height: 140px;
	margin-bottom: 60px;
}

.top {
	width: 60%;
	min-width: 800px;
	height: 100%;
	margin: 0 auto;
	background-color: #0063BE;
	background-image: url(../images/header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position: center; */
	overflow: hidden;
	position: relative;
}

.paddingtop0 {
	padding-top: 0 !important;
}

.schtext {
	width: 120px;
	height: 22px;
	border-radius: 3px;
	outline: none;
	margin-left: 15px;
	padding-left: 5px;
}

.schbtn {
	background-color: #FFFFFF;
	border-radius: 3px;
	height: 22px;
	width: 40px;

}

ul.bigimg li {
	/*background-size: auto 100% !important;*/
	background-size: 100% 100% !important;
}

.w1400 {
	width: 60%;
	min-width: 800px;
	overflow: hidden;
	margin: 0 auto;
	/*padding: 5px 0 5px 0;*/
	padding-bottom: 8px;
}

.ov {
	overflow: hidden;
}

.col-title {
	/*font-size: 24px;*/
	color: #232184;
	line-height: 40px;
}

.col-title a {
	font-size: 16px;
	font-weight: bold;
}

.col-more {
	font-size: 16px;
	color: #232184;
	line-height: 40px;
	color: #232184;
}

.txt-box {
	width: 640px;
	overflow: hidden;
}

.txt-list li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/dian2.png) 0 14px no-repeat;
	/*line-height: 40px;*/
	padding-left: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.txt-list li span {
	color: #929292;
	padding-left: 10px;
	padding-right: 20px;
	float: right;
}

.txt-list li a {
	color: #000000;
}

.section-tztg {
	background: url(../images/tzgg-bg5.png) bottom center no-repeat;
	;
}

.card {
	overflow: hidden;
	writing-mode: tb-lr;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	height: 330px;
}

.card li {
	float: left;
	width: 386px;
	height: 100px;
	background: #FFF;
	margin-right: 20px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	border-radius: 3px;
	writing-mode: lr-tb;
}

.card li:hover {
	background: #2a30aa;
}

.card li:hover a {
	color: #FFFFFF;
}

.card li:hover .card-txt p {
	color: #FFFFFF !important;
}

.card li:hover .card-date h3 {
	color: #FFFFFF !important;
}

.card li:hover .card-date p {
	color: #FFFFFF !important;
}

/*.card li:nth-child(3n){
    margin-right: 0;

}*/
.card li a {
	display: block;
	background-color: #FFFFFF;

}

.card li a .card-date {
	float: left;
	margin-top: 14px;
	margin-left: 18px;
	padding-right: 18px;
	border-right: 1px solid #666666;
}

.card li:hover a .card-date {
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	;
}

.card li a .card-date h3 {
	text-align: center;
	font-size: 24px;
	color: #2a30aa;
	line-height: 36px;
}

.card li:hover a .card-date h3 {
	color: #FFFFFF;
}

.card li a .card-date p {
	text-align: center;
	color: #666666;
	line-height: 36px;
}

.card li:hover a .card-date p {
	color: #FFFFFF;
}

.card li .card-txt {
	float: left;
	width: 260px;
	padding: 14px 0 0 14px;
}

.card li .card-txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 36px;
}

.card li:hover .card-txt p {
	color: #FFFFFF;
}

.more a {
	color: #232184;
}

.col-more a {
	color: #232184;
}

/* 导航css */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.navBar {
	background: #0063BE;
	position: relative;
	z-index: 999;
	height: 60px;
	line-height: 60px;
	/*margin-top: 159px;*/
	width: 100%;
	overflow: visible;
}

.nav {
	width: 60%;
	min-width: 800px;
	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
	display: flex;
	justify-content: space-between;
}

.nav h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
}

.nav .m {
	background-color: #114488;
	position: relative;
	flex: 1;
	text-align: center;
}

.nav .m:hover {
	background-color: #bf9901;
}

.nav .m h3 i {
	display: inline-block;
	/* *display: inline; */
	zoom: 1;
	width: 7px;
	height: 4px;
	background: url(images/icon.html) 0 -280px no-repeat;
	overflow: hidden;
	margin: -2px 0 0 5px;
	vertical-align: middle;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.nav h3 a {
	zoom: 1;
	height: 60px;
	line-height: 60px;
	display: block;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
}

.nav h3 a:hover {
	/* color: #232184; */
	font-weight: bold
}

/* .nav .on h3 a{padding:11px 0; border-bottom:2px solid #c00; background-color: #2a30aa  } */
.nav .on h3 a i {
	filter: alpha(opacity=100);
	opacity: 1;
}

.nav .sub {
	display: none;
	/*默认隐藏*/
	width: 100%;
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: 60px;
	background: #f5f5f5;
	float: left;
	line-height: 36px;
	z-index: 999;
}

.nav .sub li {
	text-align: center;
}

.nav .sub li a {
	color: #333;
	display: block;
	zoom: 1;
}

.nav .sub li a:hover {
	background: #ddd;
	color: #c00;
}

.nav .sub dl {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding: 15px 29px;
	line-height: 26px;
}

.nav .sub dl a:hover {
	color: #c00;
}

.nav .sub dl dt a {
	color: #000;
}

.nav .sub dl dd a {
	color: #999;
	padding-left: 7px;
	background: url(images/icon.html) 0 -332px no-repeat;
}

.nav #m2 .sub {
	z-index: 1;
	width: 100%;
	left: 0;
}

/* 图片css */
.fullSlide {
	min-width: 1000px;
	/*border-top:4px solid #3D9EE9;*/
	position: relative;
	height: 660px;
	overflow: hidden;
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 660px;
}

.fullSlide .bd li .siteWidth {
	width: 1400px;
	position: relative;
	margin: 0 auto;
	height: 660px;
}

.fullSlide .bd li a {
	position: absolute;
	width: 100%;
	height: 660px;
	display: block;
	z-index: 1;
	;
}

.fullSlide .bd .txt {
	position: absolute;
	width: 415px;
	top: 100px;
	left: 22px;
	font: normal 18px/30px "Microsoft YaHei";
}

.fullSlide .bd .btn {
	display: block;
	zoom: 1;
	margin-top: 8px;
	width: 72px;
	padding-right: 10px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: url(images/banner-btn.html) 0 0 no-repeat;
	_background: url(images/banner-btn-ie6.html) 0 0 no-repeat;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 11px;
	height: 11px;
	margin: 4px;
	background: url(../images/dot-blue.png) 0 0;
	overflow: hidden;
	line-height: 9999px;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.fullSlide .hd ul .on {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* 获取css */
.focusBox {
	position: relative;
	width: 530px;
	height: 368px;
	overflow: hidden;
	font: 14px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
	/*margin-top: 12px;*/
}

.focusBox .pic img {
	width: 530px;
	height: 368px;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 14px;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 24px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
	background: #f60;
	z-index: 3;
}

.focusBox .tt-a {
	position: absolute;
	display: block;
	color: #FFFFFF;
	bottom: 0;
	line-height: 36px;
	padding-left: 10px;
	z-index: 2;
}

/* 图片获取css */
.focusBoxBigImg {
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
	font: 14px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
	/*margin-top: 12px;*/
}

.focusBoxBigImg .pic {
	margin: 0 auto;
}

.focusBoxBigImg .pic img {
	width: 100%;
	height: 650px;
	display: block;
}

.focusBoxBigImg .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBoxBigImg .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.focusBoxBigImg .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.focusBoxBigImg .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 14px;
	text-decoration: none;
}

.focusBoxBigImg .num {
	position: absolute;
	width: 90px;
	z-index: 3;
	bottom: 8px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.focusBoxBigImg .num li {
	float: left;
	position: relative;
	width: 10px;
	margin-right: 10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.focusBoxBigImg .num li:nth-child(n+5) {
	margin-right: 0;
}

.focusBoxBigImg .num li a {
	position: absolute;
	z-index: 2;
	display: block;
	top: 0;
	left: 0;
	text-decoration: none;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	border-color: hsla(0, 0%, 100%, .3);
	border-radius: 10px;
	overflow: hidden;
	background: rgba(0, 0, 0, .4);
	opacity: 1;
}

.focusBoxBigImg .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBoxBigImg .num li.on a,
.focusBoxBigImg .num a:hover {
	background: hsla(0, 0%, 100%, .4);
	border-color: hsla(0, 0%, 100%, .4);
}

.focusBoxBigImg .tt-a {
	position: absolute;
	display: block;
	color: #FFFFFF;
	bottom: 0;
	line-height: 21px;
	z-index: 2;
	width: 1000px;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

/* 获取css */
/* .hasMoreTab{ width:350px;  border:1px solid #C8D1D5; } */
.hasMoreTab .hd {
	line-height: 50px;
	height: 50px;
	/*background:url(images/btn_bg.gif) repeat-x;*/
	position: relative;
	padding-right: 10px;
}

.hasMoreTab .hd .more {
	float: right;
	color: #232184;
}

.hasMoreTab .hd ul {
	z-index: 5;
	position: absolute;
	height: 50px;
	overflow: hidden;
	zoom: 1;
	font-size: 24px;
}

.hasMoreTab .hd li {
	float: left;
	padding-right: 60px;
	cursor: pointer;
	margin-left: -1px;
	font-size: 16px;
}

.hasMoreTab .hd li.on {
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	/*background:#fff;*/
	font-weight: bold;
	font-size: 16px;
	color: #232184;
}

.hasMoreTab .bd {
	/*padding:10px;*/
	clear: both;
	position: relative;
	overflow: hidden;
}

.hasMoreTab .bd .conWrap {
	overflow: hidden;
}

.hasMoreTab .bd h2 {
	font-size: 14px;
}

.hasMoreTab .bd p {
	color: #000000;
}

.hasMoreTab .bd p a {
	color: #c00;
}

/* .hasMoreTab .bd ul a{ color:#3E78B3;  } */

/* ztbd获取css */
/* .hasMoreTab-ztbd{ width:350px;  border:1px solid #C8D1D5; } */
.hasMoreTab-ztbd .hd {
	line-height: 50px;
	height: 50px;
	/*background:url(images/btn_bg.gif) repeat-x;*/
	position: relative;
	/*padding-right:10px;*/
}

.hasMoreTab-ztbd .hd .more {
	float: right;
	color: #232184;
}

.hasMoreTab-ztbd .hd ul {
	z-index: 5;
	position: absolute;
	height: 50px;
	overflow: hidden;
	zoom: 1;
	font-size: 24px;
}

.hasMoreTab-ztbd .hd li {
	float: left;
	padding-right: 60px;
	cursor: pointer;
	margin-left: -1px;
	font-size: 16px;
}

.hasMoreTab-ztbd .hd li.on {
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	/*background:#fff;*/
	font-weight: bold;
	font-size: 16px;
	color: #232184;
}

.hasMoreTab-ztbd .bd {
	/*padding:10px;*/
	clear: both;
	position: relative;
	overflow: hidden;
	/*margin-top: 20px;*/
}

.hasMoreTab-ztbd .bd .conWrap {
	overflow: hidden;
}

.hasMoreTab-ztbd .bd h2 {
	font-size: 14px;
}

.hasMoreTab-ztbd .bd p {
	color: #000000;
}

.hasMoreTab-ztbd .bd p a {
	color: #c00;
}

.hasMoreTab-ztbd .bd ul a {
	color: #000000;
	;
}

.piece-left {
	float: left;
	width: 684px;
}

.piece-right {
	float: right;
	width: 460px;
}

.piece-right div {
	overflow: hidden;
}

.piece-right .pr-title {
	float: left;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
	color: #232184;
	margin-left: 20px;
}

.piece-right .pr-more a {
	float: right;
	color: #232184;
	line-height: 50px;
}

.piece-right .pr-content {
	overflow: hidden;
}

.piece-right .pr-content .box-img {
	text-align: center;
	height: 48px;
	width: 48px;
	margin: 0 auto;
}

.piece-right .pr-content .box-img img {
	width: 100%;
	height: 100%;
}

.piece-right .pr-content ul li {
	width: 115px;
	height: 105px;
	float: left;
	text-align: center;
	margin: 5px 0;
}

.piece-right .pr-content ul li a {
	display: block;
	color: #000000;
}

.piece-right .pr-content ul li a p {
	line-height: 24px;
	padding-top: 10px;
}

.txt-list2 li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/dian2.png) 0 14px no-repeat;
	/* line-height: 40px; */
	padding-left: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.txt-list2 li span {
	color: #929292;
	padding-left: 10px;
	float: right;
}

.txt-list2 li a {
	color: #000000;
}

/* 获取css */
.hasMoreTab-kydt {
	/*width:350px;*/
	/*border:1px solid #C8D1D5;*/
}

.hasMoreTab-kydt .hd {
	line-height: 50px;
	height: 50px;
	/* background:url(images/btn_bg.gif) repeat-x;*/
	position: relative;
	padding-right: 10px;
}

.hasMoreTab-kydt .hd .more {
	float: right;
	color: #232184;
}

.hasMoreTab-kydt .hd ul {
	z-index: 5;
	position: absolute;
	height: 50px;
	overflow: hidden;
	zoom: 1;
	font-size: 24px;
}

.hasMoreTab-kydt .hd li {
	float: left;
	padding-right: 60px;
	cursor: pointer;
	margin-left: -1px;
	font-size: 16px;
}

.hasMoreTab-kydt .hd li.on {
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	/*background:#fff;*/
	font-weight: bold;
	font-size: 16px;
	color: #232184;
}

.hasMoreTab-kydt .bd {
	padding-bottom: 10px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.hasMoreTab-kydt .bd .conWrap {
	overflow: hidden;
}

.hasMoreTab-kydt .bd h2 {
	font-size: 14px;
}

.hasMoreTab-kydt .bd p {
	color: #000000;
}

.hasMoreTab-kydt .bd p a {
	color: #c00;
}

.hasMoreTab-kydt .bd ul a {
	color: #3E78B3;
}

.section-kydt {
	background: url(../images/tzgg-bg5.png) top center no-repeat
}

/* .section-kydt .kydt-box{} */
.card-kydt {
	overflow: hidden;
}

.card-kydt li {
	float: left;
	width: 294px;
	background: #FFF;
	margin-right: 8px;
	/*margin-top: 10px;*/
	border-radius: 3px;
}

.card-kydt li:nth-child(n+4) {
	margin-right: 0;

}

.card-kydt li .pic-box {
	width: 294px;
	height: 194px;
}

.card-kydt li .pic-box img {
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
	height: 100%;
}

.card-kydt li a .card-date {
	float: left;
	margin-top: 7px;
	margin-left: 18px;
	padding-right: 18px;
	border-right: 1px solid #666666;

}

.card-kydt li:hover {
	background: #2a30aa;
}

.card-kydt li:hover a .card-date {
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.card-kydt li a .card-date h3 {
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}

.card-kydt li:hover a .card-date h3 {
	color: #FFFFFF;
}

.card-kydt li a .card-date p {
	text-align: center;
	color: #666666;
	line-height: 36px;
}

.card-kydt li:hover a .card-date p {
	color: #FFFFFF;
}

.card-kydt li .card-txt {
	float: left;
	width: 260px;
	padding: 7px 0 0 14px;
}

.card-kydt li .card-txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 36px;
}

.card-kydt li:hover .card-txt p {
	color: #FFFFFF;
}

.more a {
	color: #232184;
}

.col-more a {
	color: #232184;
}

.box-btm {
	height: 50px;
}

/* .ztwz{ padding-bottom: 20px !important;} */

.ztwz ul li {
	float: left;
	margin-right: 12px;
}

.ztwz ul li a {
	display: block;
	width: 220px;
	height: 56px;
}

.ztwz ul li a img {
	width: 100%;
	height: 100%;
}

.yqlj ul li {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/dian2.png) 0 14px no-repeat;
	/* line-height: 40px; */
	padding-left: 15px;
	margin-right: 40px;
}

.yqlj ul li a {
	color: #000000;
}

.footer {
	background-color: #0063BE;
}

.footer .txt table tr td {
	vertical-align: top;
}

.footer .txt {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	/*text-align: center;*/
	padding-top: 10px;
}

.footer .txt table {
	width: 60%;
	min-width: 800px;
	margin: auto;
}

.footer .txt h3 {
	color: #FFFFFF;
	line-height: 32px;
	font-size: 16px;
	padding-left: 80px;
}

.footer .txt p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 28px;
	/*padding-left: 80px;*/
}

.pos {
	margin: 15px 0;
	font-size: 14px;
}

.content .con .col-left {
	width: 240px;
	float: left;
}

.content .con .col-left h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2a30aa;
	height: 60px;
	line-height: 60px;
}

.content .con .col-left ul li {
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #f5f5f5;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #eeeeee;
}

.content .con .col-left ul li a {
	display: block;
	color: #000000;
}

.content .con .col-left ul li a:hover {
	text-decoration: underline;
	color: #2a30aa;
}

.content .con .col-right {
	float: right;
	width: calc(95% - 240px);
}

.content .con .col-right h3 {
	font-size: 18px;
	color: #2a30aa;
	font-weight: bold;
}

.content .con .col-right ul {
	overflow: hidden;
}

.content .con .col-right ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/dian2.png) 0 14px no-repeat;
	padding-left: 15px;
	border-bottom: 1px dashed #ccc;
}

.content .con .col-right ul li span {
	color: #929292;
	padding-left: 10px;
	float: right;
	margin-right: 20px;
}

.content .con .col-right ul li a {
	color: #000000;
}

.content .con .col-right .page {
	margin: 20px 0;
}

.content .con .col-right .page {
	margin: 20px 0;
}

.content .zw {
	border: 1px solid #dcdcdc;
	padding: 30px 50px;
}

.content .zw .zw-title>h1.zw-t {
	font-size: 30px;
	font-weight: bold;
	color: #2a30aa;
	text-align: center;
	line-height: 38px;
}

.content .zw .zw-title>p.zw-p {
	color: 2a30aa;
	color: #666666;
	text-align: center;
	margin-bottom: 40px;
	line-height: 24px;
	border-bottom: 1px dashed #dcdcdc;
	font-size: 14px;
	padding: 10px 0;
}

.xrld_ul {
	/*width: 1000px;*/
	overflow: hidden;
}

.xrld_ul li {
	font-size: 14px;
	color: #0C9DE5;
	text-align: center;
	width: 190px;
	height: 288px;
	float: left;
	padding: 0 10px 25px 0 !important;
	background: none !important;
	border: 0 !important;
}

.xrld_ul li p {
	padding: 5px 0 5px 0;
	color: gray !important;
	line-height: 22px;
	overflow-wrap: break-word;
}

.xrld_ul li p a {
	color: #0C9DE5 !important;
}

.xrld_ul li span {
	color: #999;
	font-size: 12px;
	clear: both !important;
	margin-right: 0 !important;
}

/* 图片css */
.picScroll {
	width: 100%;
}

.picScroll .hd {
	height: 36px;
	line-height: 35px;
	padding: 0 15px;
	background: #f4f4f4;
}

.picScroll .hd h2 {
	font-family: "Microsoft YaHei";
	font-size: 17px;
	color: #C80300;
	float: left;
	margin-right: 15px;
}

.picScroll .bd {
	position: relative;
}

.picScroll .prev,
.picScroll .next {
	position: absolute;
	top: 12px;
	left: -1px;
	display: block;
	width: 26px;
	height: 64px;
	background: url(../images/slide_tigger.png) 0 -65px;
	z-index: 9;
	overflow: hidden;
}

.picScroll .next {
	left: auto;
	right: -1px;
	background-position: -26px -65px;
}

.picScroll .prev:hover {
	background-position: 0 -130px;
}

.picScroll .next:hover {
	background-position: -26px -130px;
}

.picScroll .prevStop {
	background-position: 0 -65px !important;
}

.picScroll .nextStop {
	background-position: -26px -65px !important;
}

.picScroll .scrollWrap {
	padding-left: 30px
}

.picScroll ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll li {
	width: 214px;
	height: 56px;
	margin: 15px 15px 10px 0 !important;
	position: relative;
	float: left;
}

.picScroll li .pic {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 6px;
}

.picScroll li .pic img {
	display: block;
	background: #ddd;
}

.picScroll li p {
	height: 15px;
	margin-top: 5px;
	color: #999;
	line-height: 15px;
	overflow: hidden;
}

.picScroll li .txt1 a {
	color: #333;
}

.picScroll li .movielist_tt {
	position: relative;
	height: 16px;
	line-height: 16px;
	padding-right: 30px;
	overflow: hidden;
	position: relative;
}

.picScroll li .movielist_tt a {
	font-size: 14px;
}

.picScroll li .score {
	color: #FF6600;
	font-family: Arial;
	position: absolute;
	top: 0;
	right: 10px;
}

.form-control {
	outline: none;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	/*height: 20px;*/
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.con {
	overflow: hidden;
	margin-top: 10px;
}

.col-list .org-item {
	width: 390px;
	float: left;
	margin-right: 20px;

}

.col-list .org-item a {
	color: #2a30aa !important;

}

.col-list .org-item a:hover {
	text-decoration: underline;

}