/* line 4, ../scss/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
  font-size: 13px;
  margin-top: 10px;
}
/* line 10, ../scss/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../scss/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 8px;
  line-height: 1.42857;
  text-decoration: none;
  color: #b4000d;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../scss/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../scss/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../scss/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #670007;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../scss/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #b4000d;
  border-color: #b4000d;
  cursor: default;
}
/* line 64, ../scss/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 3px 8px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 12, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../scss/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 51, ../../scss/core/common/_km-container.scss */
.pagination {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  width: 1200px;
}
/* line 56, ../../scss/core/common/_km-container.scss */
.pagination .relwidth {
  width: 100%;
}
/* line 57, ../../scss/core/common/_km-container.scss */
.pagination .relright {
  float: left;
}
/* line 58, ../../scss/core/common/_km-container.scss */
.pagination > li {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  color: #666;
}
/* line 62, ../../scss/core/common/_km-container.scss */
.pagination > li > a, .pagination > li > span {
  margin: 1px;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 67, ../../scss/core/common/_km-container.scss */
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  background-color: #D5000F;
  color: #fff;
}
/* line 72, ../../scss/core/common/_km-container.scss */
.pagination > li > a.pagination-ellipsis {
  border: 1px solid transparent;
}
/* line 74, ../../scss/core/common/_km-container.scss */
.pagination > li > a.pagination-ellipsis:hover, .pagination > li > a.pagination-ellipsis:focus {
  background-color: #fff;
  cursor: default;
  border: 1px solid transparent;
  color: #666666;
}
/* line 82, ../../scss/core/common/_km-container.scss */
.pagination > li:first-child > a, .pagination > li:last-child > a {
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 0;
}
/* line 88, ../../scss/core/common/_km-container.scss */
.pagination > li input {
  border: 1px solid #ddd;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  line-height: 26px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}
/* line 95, ../../scss/core/common/_km-container.scss */
.pagination .active > a, .pagination .active > a:hover, .pagination .active > a:focus {
  background-color: #D5000F;
  color: #fff;
}

.margin-r-none {
	margin-right: 0
}

.carousel-box {
	  overflow: hidden;
    width: 100%;
    height: 645px;
    position: relative;

}


/*轮播图*/

.pages li {
	list-style-type: none;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.4);
}

.pages li:hover {
	box-shadow: 0 0 5px 2px white
}

.pages li.active {
	background-color: #ffffff;
}

.pages {
	position: absolute;
	z-index: 999;
	width: 155px;
	height: 30px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.3);
	line-height: 35px;
	text-align: center;
}

.pages.horizontal {
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}

.pages.horizontal li {
	display: inline-block;
	margin-right: 18px
}

.pages.horizontal li:last-child {
	margin-right: 0
}

.pages.vertical {
	right: 5px;
	top: 50%;
	transform: translateY(-50%)
}

.pages.vertical li {
	margin-bottom: 10px
}

.pages.vertical li:last-child {
	margin-bottom: 0
}

#container {
	  width: 1920px;
    height: 644px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -960px;

}

.sections,
.section {
	height: 100%;
}

#container,
.sections {
	position: absolute;
}

.section {
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}
.section img{
	width: 100%;
	height: 100%;
}
.border-t{border-top:2px solid #cb0210;}
.sec-title {
	display: block;
	padding:30px 0 15px 0;
    border-bottom:2px dotted #d7d7d7;
}
.km-article-list ul{
	width:1205px;
	margin-bottom:20px;
}
.km-article-list .section2 {
	width:580px;
    padding-top: 20px;
    float:left;
    margin-right:20px;
}
.km-article-list .section-left {
    width: 200px;
    float: left;
    margin: 0 20px 20px 0;
}
.km-article-list .section-left+.section-right {
    width: 360px;
}
.km-article-list .section-left a img {
    display: block;
    width: 200px;
    height: 150px;
}
.km-article-list .title-wrap {
    margin-bottom: 20px;
    height:24px;
}
.km-article-list .section-left+.section-right .summary {
    padding-left: 0;
}
.km-article-list .summary>a {
    font-size: 14px;
    color: #0061d9;
}
.km-article-list .summary {
    height:45px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-left: 30px;
    overflow: hidden;
    word-break: break-all;
}
.km-article-list .title-wrap>a {
    font-size: 20px;
    color: #222;
    font-weight: bold;
}
.text-ellipsis {
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}
.km-article-list .section-right {
    float: left;
    width: 100%;
}
.title-toggle {
	width: 568px;
	height: 90px;
	margin: 0 auto;
}

.title-one {
	width: 283px;
	height: 90px;
	border-bottom: 1px solid lightgray;
	float: left;
	display: inline-block;
	text-align: center;
	line-height: 90px;
	font-size: 40px;
	cursor: pointer;
}

.title-active {
	color: #d90110;
	border-bottom: 2px solid #d90110;
	height: 89px;
}

.pic-items {
	display: block;
	overflow: hidden;
	*zoom: 1;
    margin-top:20px !important;
}
.sec-title .s-more{
    float:right;
    font-size:14px;
    color:#c9c9c9;
    margin-top:15px;
}
.sec-title .s-more i{
    width:15px;
    height:15px;
    background:url(/uav/resouces/img/more.jpg) no-repeat;
    float:right;
    background-size:100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/uav/resouces/img/more.jpg',
    sizingMethod='scale');
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    zoom: 1;
    margin-left:5px;
}
.pic-items ul {
	width:1240px;
	overflow: hidden;
	*zoom: 1;
}

.pic-item {
	width: 267px;
	float: left;
	margin-right: 43px;
	margin-bottom: 40px;
	position: relative;
}
.pic-item:hover .pic-title{
    background: #f1f1f1;
}
.pic-item:hover .pic-title>p{
    color: #d5000f;
    text-decoration: none;
}
.video-icon{width:20px;height:20px;background:url(/uav/resouces/img/video.jpg) no-repeat;float:left;background-size:cover;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/uav/resouces/img/video.jpg',
    sizingMethod='scale');
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    zoom: 1;
    margin-right:10px;
    margin-top: 8px;
}
.img-icon{width:20px;height:20px;background:url(/uav/resouces/img/img.jpg) no-repeat;float:left;background-size:cover; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='/uav/resouces/img/img.jpg',
    sizingMethod='scale');
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    zoom: 1;
    margin-right:10px;
    margin-top: 8px;
}

.pic-item img {
	width: 100%;
	height: 200px;
	vertical-align:top;
}

.pic-title>p {
    height:36px;
	color: #222222;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height:36px;
    padding:0 10px;
}

.pic-title {
	width: 100%;
}

.more {
	width: 100px;
	height: 39px;
	background: #d7000f;
	text-align: center;
	line-height: 39px;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 auto;
}

.more a {
	color: #FFFFFF;
}

.title-two {
	color: #d1060c;
	font-size: 28px;
	font-weight: 600;
}
.title-two span{
    font-size:20px;
    color:#999999;
    font-weight:400;
    margin-left:10px;
}
.margin-b {
	margin-bottom: 20px;
}

.hd-title {
	text-align: center;
	color: #222;
	line-height: 50px;
	font-size: 18px;
}

.pic-item>a>.hd1-title {
	text-align: center;
	color: #222 !important;
	line-height: 50px;
	font-size: 18px;
}

.pic-people {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 133px;
	margin-bottom: 40px;
	position: relative;
}

.pic-people img {
	width: 100%;
	height: 100%;
}

.add-box {
	width: 200px;
	height: 200px;
	background-color: #f1f1f1;
	line-height: 200px;
	text-align: center;
}

.add-ours {
	width: 110px;
	height: 100px;
	background: url(../img/2.png) no-repeat -178px -173px;
	display: inline-block;
	vertical-align: middle;
}

.add-box:hover {
	background: #000000;
	opacity: 0.2;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
}

.ms {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
}

.ms:hover {
	background: #000000;
	opacity: 0.3;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
}
.location{
	margin-top: 5px !important;
}
.location-img {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/2.png) no-repeat -2px -7px;
	margin-bottom: 5px !important;
}

.location>p {
	display: inline-block;
	line-height: 30px;
	color: #888888;
	font-size: 12px;
}
.location p a {
	color: #888888;
}
.l-active {
	color: #222222;
}

.play-title {
	height: 47px;
	line-height: 52px;
	position: relative;
	border-bottom: 1px solid lightgray;
}

.play-title-left {
	height: 47px;
	border-bottom: 2px solid #ff4e5a;
	float: left;
	letter-spacing: 1px;
	padding-right: 5px;
	font-weight: 600;
	font-size: 16px;
	color: #222;
}

.play-item {
	width: 267px;
	height: 238px;
	float: left;
	margin-right: 43px;
	margin-bottom: 40px;
	position: relative;
}

.play-item img {
	width: 100%;
	height: 100%;
}

.play-content {
	/*overflow: hidden;
	*zoom: 1;*/
}

.play-content ul {
	margin-top: 30px;
	overflow: hidden;
}

.play-img {
	width: 267px;
	height: 200px;
}

.play-item p {
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #222222;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
    font-size:14px;
    padding: 0 10px;
}
.play-item a:hover p{
    color: #D5000F;
}
.play-item:hover {
	background: #f1f1f1;
}

/*分页*/

.pages-fy {
	float: right;
}

.pages-fy #Pagination {
	float: left;
	overflow: hidden;
}

.pages-fy #Pagination .pagination {
	text-align: right;
	font-family: \u5b8b\u4f53, Arial;
}

.pages-fy #Pagination .pagination a,
.pages-fy #Pagination .pagination span {
	float: left;
	display: inline;
	padding: 7px 10px;
	border: 1px solid #e6e6e6;
	background: #f6f6f6;
	color: #666666;
	font-family: \u5b8b\u4f53, Arial;
	font-size: 14px;
	cursor: pointer;
}

.pages-fy #Pagination .pagination a {
	margin-right: 5px;
}

.pages-fy #Pagination .pagination .current {
	background: #fe4e59;
	color: #fff;
}

.pages-fy #Pagination .pagination .prev,
.pages-fy #Pagination .pagination .next {
	float: left;
	padding: 7px 5px;
	border: 1px solid #e6e6e6;
	background: #f6f6f6;
	color: #666666;
	cursor: pointer;
}

.pages-fy #Pagination .pagination .prev i {
	background-position: -144px -1px;
	*background-position: -144px -4px;
}

.pages-fy #Pagination .pagination .next i {
	background-position: -156px -1px;
	*background-position: -156px -4px;
}

.pages-fy #Pagination .pagination .pagination-break {
	visibility: hidden;
}

.pages-fy .searchPage {
	float: left;
	line-height: 30px;
}

.pages-fy .searchPage .page-sum {
	color: #999999;
	font-family: \u5b8b\u4f53, Arial;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 2px;
}

.pages-fy .searchPage .page-go {
	color: #999999;
	font-family: \u5b8b\u4f53, Arial;
	font-size: 14px;
	padding: 10px 0\9;
	*padding: 6px 0;
}

.pages-fy .searchPage .page-go input {
	width: 21px;
	height: 25px;
	margin: 0 5px;
	padding-left: 5px;
	border: 1px solid #e4e4e4;
	line-height: 25px;
}

.pages-fy .searchPage .page-btn {
	margin: 9px 0 5px 5px;
	padding: 5px 5px;
	border: 1px solid lightgrey;
	color: #777777;
	font-family: Arial, 'Microsoft YaHei';
	font-size: 14px;
	text-decoration: none;
}

.cwfs {
	height: 40px;
	width: 150px;
	background: #d70010;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
}
.cwfs a{
	color: #FFFFFF;
}
.fenye {
	overflow: hidden;
	*zoom: 1;
	margin-top: 50px !important;
}

.feishou-item {
	width: 200px;
	height: 250px;
	float: left;
	margin-right: 50px;
	margin-bottom: 40px;
	background: #f2f2f2;
	text-align: center;
	color: #222;
	position: relative;
}

.feishou-item a p {
	margin-top: 20px;
	color: #222;
}

.feishou-item img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.feishou-img {
	width: 182px;
	height: 182px;
	margin: 12px auto;
}

.people-int {
	width: 200px;
	height: 250px;
	background: #e4e4e4;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.people-int p,
.people-int h4 {
	padding: 10px;
	margin-top: 0 !important;
	color: #222;
}

.people-int p {
	line-height: 25px;
	font-size: 14px;
	word-break: break-all;
	word-wrap: break-word;
}

.sign-box {
	overflow: hidden;
	*zoom: 1;
	margin-top: 20px !important;
}

.sign-box-left {
	width: 532px;
	float: left;
}

.sign-content {
	margin-bottom: 50px;
}

.sign-content .sign-one {
	font-size: 14px;
	margin-bottom: 20px;
}

.sign-content>h4 {
	margin-bottom: 15px;
}

.sign-content .sign-two {
	line-height: 30px;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 14px;
}

.sign-content .sign-two>span {
	display: inline-block;
	height: 163px;
	float: left;
}

.sign-content .sign-three {
	line-height: 38px;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 14px;
	padding-left: 20px;
}

.sign-content .sign-erwm {
	width: 145px;
	height: 145px;
	background: url(../img/2.png) no-repeat -7px -298px;
	margin-left: 25px;
	margin-top: 5px;
}

.sign-img {
	width: 643px;
	height: 561px;
	float: right;
}

.sign-img img {
	width: 100%;
	height: 100%;
}

.video-box {
	height: 617px;
	border: 1px solid #d3d1d2;
	position: relative;
}

.video-left {
	height: 617px;
	width: 800px;
	float: left;
	margin-left: 10px;
    margin-top: 10px;
}

.video-right {
	width: 380px;
	float: right;
}

.video-right h1 {
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
}

.video-right-content {
	padding: 30px;
}

.video-right-article {
	line-height: 30px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.video-right-time {
	line-height: 45px;
	color: #999;
	font-size: 12px;
}

.video-bq {
	font-size: 14px;
	margin-top: 20px;
	color: #777;
}

.video-bq span {
	background: #f1f1f1;
	padding: 2px 10px 2px 10px;
	margin-right:10px;
}

.video-bq span a {
	color: #222;
}

.fenxiang {
	position: absolute;
	bottom: 10px;
	right: 186px;
}
.fenxiang-img{
	float: right;
	line-height: 15px;
}
.fenxiang-img>span{
	display: inline-block;
	margin-top: 6px;
	color: #777;
	font-size: 14px;
}
.fenxiang-img ul{
	float: right;
}
.fenxiang ul {
	float: right;
}
.fenxiang-img li{
	float: left;
	margin-right: 2px;
}
.fenxiang li {
	float: left;
	margin-right: 2px;
}
.fenxiang-img li a{
	display: inline-block;
	width: 28px;
	height: 28px;
}
.fenxiang li a {
	display: inline-block;
	width: 28px;
	height: 28px;
}

.fx-icon-one {
	background: url(../img/2.png) no-repeat -3px -136px;
}

.fx-icon-two {
	background: url(../img/2.png) no-repeat -33px -136px;
}

.fx-icon-three {
	background: url(../img/2.png) no-repeat -62px -136px;
}

.fx-icon-four {
	background: url(../img/2.png) no-repeat -91px -136px;
}

.fx-icon-five {
	background: url(../img/2.png) no-repeat -120px -136px;
}

.fx-icon-six {
	background: url(../img/2.png) no-repeat -150px -136px;
}

.fenxiang span {
	float: left;
	margin-top: 8px;
	font-size: 14px;
	color: #666;
}

.tuijian-items li {
	width: 225px;
	height: 200px;
	float: left;
	margin-right: 18.5px;
	position: relative;
    margin-bottom:20px;
}

.tuijian-items {
	overflow: hidden;
	*zoom: 1;
	margin-top: 20px !important;
}

.tuijian-items img {
	width: 225px;
	height: 153px;
}

.tuijian-items span {
	display: block;
	width: 100%;
	height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #333;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    white-space: normal;
    word-break: normal;
    font-size:14px;
}

.tuijian-items a:hover span{
    text-decoration: underline;
    color: #cb0210;
    cursor: pointer;
}

.tuijian-items li>a {
	color: #fff;
}

.tuijian-items li>a>p {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 29px;
	background: #000000;
	opacity: 0.6;
	width: 55px;
	height: 29px;
	font-size: 14px;
}

.sec {
	overflow: hidden;
	*zoom: 1;
}

.kuaixun {
	width: 820px;
	height: 220px;
	float: left;
	overflow: hidden;
	*zoom: 1;
}

.read {
	width: 345px;
	height: 220px;
	float: right;
}

.title-kx {
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 2px solid #ff4f59;
    line-height: 36px;
    font-size: 16px;
    margin: 0;
    padding: 0 3px;
    color: #222;
    font-weight: bold;
}
.kx-toggle {
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    height: 36px;
    line-height: 36px;
}

.kx-items {
	width: 409px;
	float: left;
	margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.kx-items li {
	display: block;
    width: 100%;
    overflow: hidden;
    float: left;
    margin: 0;
    line-height: 24px;
    margin-bottom: 10px;
}
.kx-items li i{
	height: 26px;
	width: 13px;
	display: inline-block;
	background: url(../img/2.png) no-repeat -153px -5px;
	vertical-align: middle;
}
.p-n-r{
	padding-left: 20px;
}
.p-n-l{
	padding-right: 20px;
}
.kx-items li span {
	float: right;
	color: #999;
}

.dash-right {
	border-right: 1px dotted #cdcdcd;
}

.kx-items li a {
	color: #222;
}

.yincang {
	display: none;
}

.kx-active {
	color: #000000;
	font-weight: 600;
	border-bottom: 2px solid #ff4e5a;
}

#nav {
	line-height: 24px;
	list-style-type: none;
	position: absolute;
	left: 78px;
	bottom: 5px;
	font-weight: 500;
	z-index:999;
}

#nav a {
	display: block;
	width: 130px;
	text-align: center
}

#nav a:link {
	color: #666;
	text-decoration: none
}

#nav a:visited {
	color: #666;
	text-decoration: none
}

#nav a:hover {
	color: #FFF;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 130px;
}
.all-goods{
	border: 1px solid #ccc;
	font-size: 14px;
}
.all-goods>a{
	color: #CECECE !important;
}
.all-goods i{
	display: inline-block;
	width: 30px;
	height: 20px;
	background:url(../img/2.png) no-repeat -171px -8px;
	float: right;
	margin-top: 4px;
}
#nav li a:hover {
	background: #999
}

#nav li ul {
	line-height: 27px;
	list-style-type: none;
	text-align: left;
	left: -999em;
	width: 130px;
	position: absolute;
	border-top: 1px solid #CCCCCC;
}

#nav li ul li {
	float: left;
	width: 130px;
	background: #FFFFFF;
}

#nav li ul a {
	display: block;
	width: 130px;
	text-align: left;
	padding-left: 24px;
	overflow: hidden
}

#nav li ul a:link {
	color: #666;
	text-decoration: none
}


#nav li ul a:hover {
	color: #F3F3F3;
	text-decoration: none;
	background: #C00;
	width: 105px;
}

#nav li:hover ul {
	left: auto
}

#nav li.sfhover ul {
	left: auto
}

#content {
	clear: left
}
.wrjimg-title{
	margin-top: 33px;
	font-size: 28px;
	font-weight: 500;
	position: relative;
}
.wrjimg-title,.wrjimg-time{
	text-align: center;

}
.wrjimg-time{
	font-size: 12px;
	line-height: 40px;
	color: #666666;
}
.wrjimg-time i{
	font-style: normal;
}
.video-bq p{
	float:left;
}
.kx-items li  span.black-list-h {
    float:none;
	font-size:14px;
}

/*分享图标样式*/
.bshare-custom a{
	margin-right: -3px !important;
}
.bshare-custom .bshare-qqmb {
    background: url(../img/2.png) no-repeat -3px -136px !important;
    display: inline-block;
    width: 27px;
    height: 30px;
    padding-left: 0;
}
.bshare-custom .bshare-qzone {
    background: url(../img/2.png) no-repeat -33px -136px !important;
    display: inline-block;
    width: 27px;
    height: 30px;
    padding-left: 0;
}
.bshare-custom .bshare-qqim {
    background: url(../img/2.png) no-repeat -62px -136px !important;
    display: inline-block;
    width: 27px;
    height: 30px;
    padding-left: 0;
}
.bshare-custom .bshare-sinaminiblog {
    background: url(../img/2.png) no-repeat -91px -136px !important;
    display: inline-block;
    width: 27px;
    height: 30px;
    padding-left: 0;
}
.bshare-custom .bshare-weixin {
    background: url(../img/2.png) no-repeat -120px -136px !important;
    display: inline-block;
    width: 27px;
    height: 30px;
    padding-left: 0;
}
.bshare-custom .bshare-linkedin {
    background: url(../img/2.png) no-repeat -150px -136px !important;
    display: inline-block;
    width: 27px;
    height: 30px;
    padding-left: 0;
}
.kx-items .point {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    background: url(/_templates/DefaultTemplates/DefaultSkins/2017/img/common/point.jpg) no-repeat center;
    text-align: center;
    color: #fff;
    line-height: 20px;
}
.kx-items li>a {
    display: block;
    float: left;
    width: 81%;
    font-size: 16px;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}
.kx-items .mt-20{
	margin-top: 0px !important;
}
.kx-items .tips-left{
	width:345px;
	float:none;
}

/* 背景显示图片20180321 */
.lazy-div{background-size:cover;background-position:center center;background-repeat: no-repeat;background-image: url('/_templates/DefaultTemplates/DefaultSkins/2017/img/common/placeholder.png');}
.km-pics-list-lazy{width:267px;height: 200px;}