body {
	background: #f2f2f2;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}

body,
input,
textarea,
select,
button {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-right: 10px;
	padding-left: 10px;
}

button,
input {
	outline: none;
}

button {
	border: none;
}

img {
	max-width: 100%;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #333;
}

a:hover {
	color: #f08200;
}

a:hover,
a:focus {
	text-decoration: none;
}

.icon-img {
	background-image: url(../image/icon.svg);
	background-repeat: no-repeat;
}

.img-box-w-tit a:hover h1,
.carousel-inner>.item:hover h1,
.item-tit a:hover,
.headline-item .item-tit,
.headline-item .item-tit a {
	color: #f08200;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.side-col .row,
.gp-item .row {
	padding-bottom: 0;
}

.col-content>.row {
	margin-bottom: 30px;
}

.eve-banner {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.eve-banner {
		width: 1040px;
		margin-left: -160px;
	}
}

@media (min-width: 992px) {
	.eve-banner {
		width: 1340px;
		margin-left: -205px;
	}
}

@media (min-width: 1200px) {
	.eve-banner {
		width: 1440px;
		margin-left: -220px;
	}
}

@media (max-width: 767px) {
	.eve-banner {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 30px;
	}

	.top-banner {
		padding: 20px 0;
	}
}

/** Header start **/
header,
.hd-social,
.hd-social a,
.hd-social a i,
.logo img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.form-search,
.form-field {
	-webkit-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive.embed-responsive-3by2 {
	padding-bottom: 56%;

}

.embed-responsive.embed-responsive-1by1 {
	padding-bottom: 100%;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 20;
}

footer {
	background: #636363;
	color: #CCC;
}

footer a {
	color: #CCC;
}

.top-link {
	background: #f08200;
}

#DATE {
	color: #FFF;
	font-size: 1.3rem;
	font-family: arial;
	font-weight: bold;
	line-height: 32px;
	margin-right: 10px;
}

.brand-logo {
	float: left;
	margin: 0;
	background: #f08200;
}

.brand-logo a {
	display: block;
	text-indent: -9999px;
	background-image: url(../image/logo.svg);
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.dt-menu {}

.dt-menu>ul {
	float: left;
}

.dt-menu ul:after,
.breadcrumbs:after,
.share-group:after,
.footer-nav-short:after,
.footer-nav ul:after,
.form-search:after,
.gp-item:after {
	content: ' ';
	display: block;
	clear: both;
}

.form-field {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #DDD;
}

.btn-search {
	color: #FFF;
	font-size: 1.6rem;
}

.btn-search:active {
	background: #636363;
}

/***************** Nav menu for mobile start *****************/
.nav-btn {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.nav-btn div {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 20px;
	height: 13px;
	overflow: visible;
	line-height: 13px;
	font-size: 1px;
	float: left;
	cursor: pointer;
}

.nav-btn div div {
	position: absolute;
	background-color: #FFF;
	overflow: hidden;
	z-index: 1;
	width: 20px;
	height: 2px;
	left: 0px;
	-webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.nav-btn div div:nth-child(1) {
	-webkit-transform-origin: 0px 1.5px;
	-ms-transform-origin: 0px 1.5px;
	transform-origin: 0px 1.5px;
	top: 0px;
	z-index: 2;
}

.nav-btn div div:nth-child(2) {
	top: 5px;
	z-index: 1;
}

.nav-btn div div:nth-child(3) {
	-webkit-transform-origin: 0px 1.5px;
	-ms-transform-origin: 0px 1.5px;
	transform-origin: 0px 1.5px;
	top: 10px;
	z-index: 3;
}

.nav-btn.active div div:nth-child(1) {
	-webkit-transform: translateY(-2px) rotate(45deg);
	-ms-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg)
}

.nav-btn.active div div:nth-child(2) {
	opacity: 0
}

.nav-btn.active div div:nth-child(3) {
	-webkit-transform: translateY(2px) rotate(-45deg);
	-ms-transform: translateY(2px) rotate(-45deg);
	transform: translateY(2px) rotate(-45deg)
}

/***************** Nav menu for mobile end *****************/

/***************** Social media start *****************/
.b-box{
	border: 1px solid #f9b62a;
	margin-bottom: 20px;
}
.pl-10{
	padding-left: 10px;
}
.pr-10{
	padding-right: 10px;
}
#footerTxt{
	text-align: center;
}
.l-more{
	width: 100%;
	height: 50px;
	background: #efa22e;
	border-radius: 4px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.b-box .tit{
	margin: 10px;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.b-box .time{
	margin: -5px 10px 10px 10px;
    color: #bbb;
}
.b-box a:hover{
    color: #f9b62a;
}
.hd-social {
	height: 30px;
}

.hd-social {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	clear: both;
}

.hd-social:after {
	content: ' ';
	display: block;
	clear: both;
}

.hd-social li {
	float: right;
	position: relative;
}

.hd-social li a {
	display: block;
	height: 30px;
	margin-left: 15px;
	color: #FFF;
}

.hd-social li a .fa {
	line-height: 30px;
	font-size: 2rem;
}

.hd-social li a:hover .fa {
	opacity: 0.7;
}

.ft-social ul {
	padding-top: 16px;
	float: right;
}

.ft-social li {
	padding: 5px;
}

.ft-social li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	border-radius: 4px;
	font-size: 2rem;
	display: block;
	text-align: center;
	overflow: hidden;
}

.ft-social li a span {
	display: block;
	width: 30px;
	height: 30px;
}

.ft-social .ic-social-fb span {
	background-color: #FFF;
}

.ft-social .ic-social-weibo a {
	background-color: #f9b62a;
}

.ft-social .ic-social-wechat a {
	background-color: #008834;
}

.ft-social .ic-social-yt a {
	background-color: #d02722;
}

.ft-social .ic-social-fb span {
	background-position: -30px 0;
}

.ft-social .ic-social-weibo span {
	background-position: 0 0;
}

.hd-social li.ic-social-wechat:hover .wechat-tooltip {
	display: block;
}

.hd-social li:hover span {
	opacity: 0.7;
}

/***************** Social media end *****************/

/***************** window scroll add act  *****************/
header.act {
	box-shadow: 0 0 3px #000;
}

/***************** Header end *****************/


.gp-box,
.gp-box-img {
	margin-bottom: 30px;
}

.gp-tit {
	background: #f08200;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 600;
	height: 30px;
	padding: 6px 40px 0 20px;
	margin: 2px 0;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.gp-tit a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #636363;
	height: 30px;
	line-height: 30px;
	width: 30px;
	color: #FFF;
	text-align: center;
	border-left: 2px solid #FFF;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.ad-wrap {
	text-align: center;
	overflow: hidden;
}

.ad-wrap>div {
	margin-bottom: 20px;
}
.gonumlist{
	position: absolute;
    top: -100px;
    width: 120px;
}
.gonumlist .img-d{
	width: 100px;
}
.dis-flex2{
	display: flex;
}
.dis-flex2 .tit-img{
	width: 50%;
}
.dis-flex2 .tit-img img{
	width: 100%;
}
.dis-flex2 .search-bar{
	border: 2px solid #0353b2;
    padding: 5px 10px;
    font-size: 18px;
    height: 45px;
    display: flex;
    position: absolute;
    border-radius: 50px;
    bottom: 0;
	width: 70%;
    right: 0;
}
.dis-flex2 .search-bar input{
	border: none;
}
.dis-flex2 .r-box{
	width: 58%;
    padding-left: 30px;
	position: relative;
}
.search-result{
	position: absolute;
    top: 95px;
    width: 70%;
    z-index: 3;
    right: 0;
    border: 2px solid #5800b6;
    background-color: #fff;
    display: none;
    max-height: 210px;
    overflow: hidden;
    overflow-y: scroll;
}
.search-result .c-item{
	padding: 10px 5px;
    border-bottom: 1px solid #eee;
	cursor: pointer;
}
.text-center{
	text-align: center;
}
.mar-item .list-box{
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
}
.list-select{
	margin: 10px 0;
}
.list-select select{
	border-radius: 50px;
	border: 2px solid #5800b6;
	width: 60%;
	background-color: #fff;
	padding: 5px;

}
.list-select select:focus{
	outline: none;
}
.mar-item .list-box .list-item{
	border: 2px solid #0353b2;
	padding: 3px 15px;
	margin-right: 15px;
	color: #0353b2;
	font-size: 18px;
	margin-bottom: 5px;
	cursor: pointer;
}
.nav-tag{
	padding-bottom: 20px;
	font-size: 16px;
}
.nav-tag .active1{
	color: #ff9800;
}
.ifo-tip{
	padding:15px;
	background:#f1f1f1;
	margin-bottom:15px;
}
@media (max-width: 767px) {
	.gonumlist{
		top: -60px;
		width: 60px;
	}
	.gonumlist .img-d{
		width: 60px;
	}
	.gonumlist{
		right: 0;
	}
	.dis-flex2 {
		flex-wrap: wrap;
	}
	.dis-flex2 .r-box {
		width: 100%;
		height: 45px;
		padding-left: 0;
		margin-top: 15px;
	}
	.dis-flex2 .search-bar {
		width: 100%;
	}
	.mar-main {
		margin: 20px 15px !important;
	}
	.ad-wrap {
		margin-top: 20px;
	}
	.pl-10{
		padding-left: 0;
	}
	.pr-10{
		padding-right: 0;
	}
}

.carousel-inner>.item img {
	width: 100%;
	min-height: 100%;
}

.form-control
	{
	border-radius: 0;
	outline: none;
	box-shadow: none;
}

.form-control:focus {
	border: 1px solid #CCC;
}

.home-page .gp-tit {
	margin-bottom: 2px;
}

.item-o-tit {
	border-bottom: 1px solid #CCC;
	padding: 15px 0;
	font-size: 1.6rem;
}

.item-o-tit:last-child {
	border: none;
}

.item-o-tit a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.item-tit-w-content {}

.gp-item {
	border-bottom: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.gp-item:first-of-type {
	padding-top: 10px;
}
.nav-bao span{
	color: #efa22e;
}
.item-img {}

.item-info {
	position: initial;
}

.item-tit {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 22px;
}

.item-tit a {}


.side-col .gp-item .item-tit {
	font-weight: 100;
}

.side-col .gp-item .item-tit a {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	font-size: 1.4rem;
}

.side-col .gp-item .item-img img {
	width: 100%;
}

.headline-item .item-tit {
	font-size: 1.8rem;
}

.headline-item .item-tit a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.item-content {
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #666;
	text-indent: 2em;
	margin: 5px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.item-info .item-content {
	-webkit-line-clamp: 2;
}

.headline-item .item-content {
	-webkit-line-clamp: 3;
}

.item-date {
	font-size: 1.4rem;
	color: #666;
}

.item-info .item-date {
	margin: 0;
	position: absolute;
	bottom: 12px;
	font-size: 1.2rem;
	font-family: arial;
}

.side-col .gp-tit {
	background: #636363;
	text-align: center;
	padding: 6px 0 0;
}

.side-col .gp-item {
	border: none;
	padding-top: 0;
}

.side-col .item-info {
	padding-left: 0;
}

.article-date .item-date,
.article-editor .item-editor {
	text-align: right;
	line-height: 27px;
}

.article-editor .item-editor span:last-child {
	margin-left: 10px;
}

.item-info .fb-like {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.img-box-video {
	text-align: center;
	display: block;
}

.img-box-video a {
	display: block;
}

.share-group {}

.share-group:after {
	content: ' ';
	display: block;
	clear: both;
}

.share-group>a {
	font-size: 1.8rem;
	text-decoration: none;
	width: 30px;
	float: left;
	display: block;
	text-align: center;
	color: #666;
}

.share-group>a:hover {
	color: #f08200;
}

.social-share .social-share-icon {
	font-size: 1.9rem;
	color: #666;
}

.social-share .social-share-icon:hover {
	color: #f08200;
	background: none;
}

.social-share .social-share-icon {
	border: 0;
	height: initial;
	width: initial;
	line-height: initial;
}

.share-group .fb-like {
	margin-right: 4px;
	margin-top: 2px;
	float: left;
}

.cp-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 160px;
	height: 56px;
	margin-left: -80px;
	margin-top: -28px;
	line-height: 56px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #f2f2f2, 0 0 4px #000;
}


.fb-widget-wrap {
	float: left;
	margin-right: 10px;
}

.headline-item {}

.headline-item .item-tit {
	margin-bottom: 10px;
}

.headline-item .gp-tit {
	margin-bottom: 2px;
}

.headline-item {
	border-bottom: 1px solid #CCC;
	padding: 7px 0;
}

.headline-item:last-child {
	border: none;
	padding-bottom: 0;
}

.img-box-w-tit {
	position: relative;
	margin-bottom: 20px !important;
	border: 1px solid #f9f9f9;
	background-color: #f9f9f9;
	font-size: 16px;
}

.img-box-w-tit a {
	color: #333;
	position: relative;
	display: block;
	overflow: hidden;
}
.img-box-w-tit a:hover {
	color: #333;
}

.carousel-inner>.item a {
	color: #FFF;
	position: relative;
	display: block;
}

.box-s .tit{
	margin: 10px;
    line-height: 26px;
    height: 52px;
	display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-s .time{
	margin: -5px 10px 10px 10px;
    color: #bbb;
}
.box-s .newimg,.b-box .newimg{
	height: 144px;
	overflow: hidden;
}
.box-s .newimg,.b-box .newimg3{
	height: 200px;
	overflow: hidden;
}
.box-s .newimg,.b-box .newimg2{
	height: 192px;
	overflow: hidden;
}

.img-box-w-tit img {
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 100%;
	/* overflow: hidden; */
}
.d-more{
	width: 180px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.d-more a{
	padding: 5px 15px;
    background: #efa22e;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
	display: block;
}
.img-box-w-tit h1,
.carousel-inner>.item h1 {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	margin: 0;
	overflow: hidden;
	font-weight: initial;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.box-s.img-box-w-tit h1 {
	bottom: 15px;
	padding: 0 15px;
	font-size: 1.8rem;
	line-height: 2rem;
	color: #fff;
	font-weight: initial;
}

@media (max-width: 767px) {
	.carousel-inner>.item h1 {
		bottom: 15px;
		padding: 0 15px;
		font-size: 1.8rem;
		line-height: 2rem;
	}
}

.box-b.img-box-w-tit h1,
.carousel-caption {
	bottom: 30px;
	padding: 0 30px;
	font-size: 2.4rem;
}

.top-side-box .img-box-w-tit:first-of-type {
	margin-bottom: 14px;
}

.author-item-box {
	margin-bottom: 20px;
}

.author-item-box .author-avatar {
	margin: 0;
	position: relative;
}

.author-item-box .author-avatar img {
	width: 100%;
}

.new-mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background: url(http://www.orangenews.hk/cartoon/images/newmark.png) no-repeat;
	display: none;
}

.new-mark.newmark-active {
	display: block;
}

.author-item-box ul {}

.author-item-box li {
	border-bottom: 1px solid #CCC;
}

.author-item-box li:last-child {
	border: none;
}

.author-item-box li a {
	display: block;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.5rem;
}

.modal-dialog {}

.modal-dialog button.close {
	position: absolute;
	top: 5px;
	right: 5px;
}

.modal-content {
	background: #FFF;
	color: #303030;
	padding: 10px;
}

.modal-content p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 0 16px;
}

.more {
	background: #CCC;
	text-align: center;
	height: 30px;
}

.more a {
	color: #666;
	line-height: 30px;
}

.video-js {
	width: initial !important;
	height: initial !important;
	background: none !important;
	max-width: 100%;
}

.video-js .vjs-tech {
	position: relative !important;
}



.topic-title {}

.topic-title a {
	padding-left: 60px;
	background: url(http://www.orangenews.hk/test/images/topic-lable.png) left top no-repeat;
	font-size: 2rem;
	line-height: 2.2rem;
	display: block;
	color: #fc8d1d;
}


/***************** Article gallery start *****************/
.img-gallery {
	text-align: center;
}

.img-gallery li {
	margin-bottom: 20px;
}

.img-gallery-item {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
	background: #FFF;
	padding: 5px;
}

.img-gallery img {
	cursor: pointer;
	margin: 0 auto;
}

.img-gallery .gallery-title {
	font-size: 1.4rem;
	color: #555;
	margin: 10px;
}

.img-gallery .gallery-desc {
	font-size: 1.2rem;
	color: #999;
}

.image-gallery {
	padding: 0 !important;
}

.image-gallery .modal-dialog,
.image-gallery .modal-content,
.image-gallery .modal-body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: 0;
	border: 0;
}

.image-gallery .modal-content {
	background: #111;
}

.image-gallery .modal-body {
	padding: 0;
	position: relative;
}

.image-gallery .modal-dialog img {
	text-align: center;
	margin: 0 auto;
	max-height: 100%;
	box-shadow: 0 0 6px #000;
}

.gal-controls,
.gal-close {
	position: absolute;
	opacity: 0.3;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 1px #111;
}

.gal-controls {
	display: block;
	font-size: 11px;
	padding-top: 8px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
}

.gal-controls:hover,
.gal-close:hover {
	opacity: 1;
	color: #FFF;
}

.gal-next {
	right: 0;
}

.gal-previous {
	left: 0;
}

.gal-close {
	top: 0;
	right: 0;
	background: none;
	color: #FFF;
	font-size: 30px;
	border: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}

.gal-amount {
	position: absolute;
	top: 0;
	right: 50px;
	height: 40px;
	line-height: 40px;
	color: #777;
}

/***************** Article gallery end *****************/


/***************** Breadcrumbs start *****************/
.breadcrumbs {
	margin-bottom: 30px;
}

.breadcrumbs,
.breadcrumbs a {
	color: #666;
	font-size: 1.5rem;
}

/* .breadcrumbs a{
	margin-right:20px;
}

.breadcrumbs a:after{
	content: "\f105";
	margin-right:-10px;
	margin-left:10px;
} */

.breadcrumbs li {
	float: left;
	font-size: 1.5rem;
}

.breadcrumbs li .fa {
	margin: 0 10px;
}

.breadcrumbs li,
.breadcrumbs li a {
	color: #666;
}

/***************** Breadcrumbs end *****************/

/***************** Article page start *****************/
.bloger-panel,
.article-hd,
.article-ft {
	padding-left: 30px;
	padding-right: 30px;
}

.bloger-avatar {}

.bloger-name {
	font-size: 2rem;
	color: #666;
	line-height: 40px;
}

.bloger-intro {
	font-size: 1.5rem;
	color: #999;
}

.bloger-info {}

.article-hd {
	border-bottom: 1px solid #CCC;
	padding-top: 20px;
	padding-bottom: 30px;
}

.article-tit {
	font-size: 2.8rem;
	color: #333;
	margin-bottom: 20px;
}

.article-content {
	font-size: 1.6rem;
	color: #333;
	line-height: 25px;
	word-break: break-word;
	overflow: hidden;
	padding: 30px;
	text-align: justify;
}

.article-content p {
	margin-bottom: 15px;
}

.article-content img {
	height: auto !important;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.article-content.wo-i-mb img {
	margin-bottom: 0;
}

.article-content .thumbnail {
	background: none;
	border: none;
	font-size: 1.6rem;
	color: #999;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}

.article-content .thumbnail .caption {
	text-align: center;
	color: #999;
}

.article-content .thumbnail .caption p {}

.article-content.wo-i-mb .thumbnail .caption {
	margin-top: 10px;
}

.article-ft {
	margin-top: 30px;
	margin-bottom: 30px;
}

/***************** Article page end *****************/

/***************** Slide show start *****************/
.carousel-indicators {
	top: 30px;
	right: 30px;
	left: initial;
	bottom: initial;
	width: auto;
	text-align: right;
	margin: 0;

}

.carousel-indicators li {
	margin: 0 0 0 10px;
	float: left;
	box-shadow: 1px 1px 2px #333;
	border-radius: 0;
}

.carousel-indicators .active {
	width: 20px;
	height: 20px;
	margin: 0 0 0 10px;
}

.carousel-inner>.item h1 {
	text-align: left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: 100%;
	overflow: hidden;
}

/***************** Slide show end *****************/

/***************** Footer start *****************/
.footer-nav {}

.footer-nav ul {
	padding-bottom: 20px;
}

.footer-nav h3,
.footer-nav-short a {
	font-size: 1.5rem;
	margin: 0;
	font-weight: 600;
}

.footer-nav h3 a,
.footer-nav-short a {
	color: #FFF;
}

.footer-nav h3 a:hover,
.footer-nav-short a:hover {
	color: #f08200;
}

.footer-nav h5 {
	font-size: 1.2rem;
	margin: 0;
	font-weight: 600;
}

.copyright {
	font-size: 1rem;
}

/***************** Footer end *****************/


@media (min-width:768px) {
	.container>.row {
		padding-bottom: 20px;
	}

	.modal-sm {
		width: 240px;
	}

	.side-col .img-box-w-tit.box-s {
		margin-bottom: 10px;
	}

	.img-box-w-tit.box-s a {
		/*width: 350px;
		height: 233px;*/
	}

	.img-box-w-tit.box-s.ibwt-col-4 a {
		/*width: 220px;
		height: 146px;*/
	}

	.img-box-w-tit.box-s.ibwt-col-6 a {
		/*width: 350px;
		height: 233px;*/
	}

	.top-side-box .img-box-w-tit {
		padding: 0;
	}

	.top-side-box .img-box-w-tit.box-s a {
		/*width: 227px;
		height: 151px;*/
	}

	.img-box-video {
		margin-bottom: 10px;
	}

	.img-box-video a {
		overflow: hidden;
	}

	.gp-item-w-fb .item-date,
	.gp-item-w-date .fb-like {
		display: none;
	}

	.gp-box-img img {
		/*width:300px;
		height:169px;*/
	}

	.topic-grid-item img {
		/*width:350px;
		height:233px;*/
		margin-bottom: 20px;
	}
}

@media (min-width:992px) {
	header {
		background: #636363;
	}

	.top-link {
		border-bottom: 2px solid #FFF;
	}

	.brand-logo {
		padding: 4px 18px;
		margin-top: -32px;
		position: relative;
	}

	.brand-logo:before {
		content: ' ';
		background: #FFF;
		width: 2px;
		height: 52px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.brand-logo a {
		background-position: -55px 0;
		width: 150px;
		height: 74px;
		padding: 8px 12px;
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	.gp-box-img img {
		/*width:320px;
		height:180px;*/
	}

	.carousel-inner>.item a {
		/*width: 660px;
		height: 440px;*/
		overflow: hidden;
	}

	.box-b.img-box-w-tit h1,
	.carousel-caption {
		font-size: 2.4rem;
		line-height: 2.6rem;
	}

	.img-box-w-tit.box-s a,
	.img-box-w-tit.box-s.ibwt-col-4 a,
	.img-box-w-tit.box-s.ibwt-col-6 a,
	.top-side-box .img-box-w-tit.box-s a {
		/*width: 300px;
		height: 200px;*/
	}

	.img-box-video a img {
		width: 100%;
	}

	.dt-menu {
		float: left;
		display: block;
		border-left: 2px solid #FFF;
	}

	.dt-menu>ul {
		padding-left: 15px;
	}

	.dt-menu li {
		float: left;
	}

	.dt-menu>ul>li>a {
		color: #FFF;
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 50px;
		padding: 0 12px;
		text-decoration: none;
		display: block;
		position: relative;
	}

	.dt-menu li:hover a:after {
		content: ' ';
	}

	.dt-menu>ul>li:hover>a {
		background: #FFF;
		color: #333;
	}

	.dt-menu>ul>li.active>a:after {
		content: ' ';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: #f08200;
		height: 4px;
	}

	.dt-menu>ul>li.active:hover a:after {
		display: none;
	}

	.dt-menu>ul>li.active:first-child:hover>a {
		background: none;
		color: #FFF;
	}

	.sub-menu {
		display: none;
		position: absolute;
		/*left: 0;
	    right: 0;*/
		padding: 0 9999em;
		margin: 0 -9999em;
		height: 30px;
		background: #FFF;
		box-shadow: inset 0 -1px 0 0 #ddd;
	}

	.dt-menu ul ul {
		position: absolute;
		padding-left: 6px;
	}

	.dt-menu li li {
		float: none;
		display: inline-block;
		line-height: 30px;
		padding: 0 10px;
	}

	.dt-menu li:hover .sub-menu {
		display: block;
	}

	.form-group {
		margin: 0;
		padding: 0;
		text-align: right;
		background: #FFF;
		position: relative;
	}

	.form-group .fa {
		position: absolute;
		top: 8px;
		left: 8px;
		color: #AFAFAF;
	}

	.search-wrap {
		position: absolute;
		margin-left: 730px;
		padding-right: 10px;
	}

	.search-wrap .ic-search .fa {
		color: #FFF;
		font-size: 2rem;
		line-height: 50px;
	}

	.form-search {
		position: absolute;
		top: 10px;
		right: 0;
		width: 0;
		overflow: hidden;
	}

	.form-group-r {
		/*padding:0;
		text-align:center;
		position:absolute;
		top:0;
		right:10px;*/
		display: none;
	}

	.ic-search {
		cursor: pointer;
	}

	.search-wrap.active .form-search {
		width: 130px;
	}

	header.act .search-wrap.active .form-search {
		width: 170px;
	}

	.form-field,
	.btn-search {
		line-height: 26px;
	}

	.form-field {
		width: 0;
		background: none;
		position: relative;
	}

	.search-wrap.active .form-field {
		width: 100%;
		padding-left: 25px;
		/*padding-right:32px;*/
	}

	.btn-search {
		background: none;
		font-size: 2rem;
		color: #636363;
	}

	.img-box-video a {
		display: block;
		overflow: hidden;
	}

	header.act .search-wrap {
		margin-left: 835px;
	}

	header.act .hd-social,
	header.act .hd-social li a,
	header.act .hd-social li a i {
		height: 0;
		overflow: hidden;
	}

	header.act .brand-logo {
		width: 132px;
		background: none;
	}

	header.act .brand-logo a {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: 0 130%;
		-moz-transform-origin: 0 130%;
		-ms-transform-origin: 0 130%;
		-o-transform-origin: 0 130%;
		transform-origin: 0 130%;
		background-position: -55px -5px;
	}

	header.act .brand-logo:before {
		display: none;
	}

	header.act .dt-menu,
	header.act .top-link {
		border: none;
	}



	.footer-nav h3 {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.footer-nav h5 {
		padding: 10px 0;
	}

	.footer-nav .copyright {
		padding: 2rem 0;
	}

	.footer-nav-short {}

	.footer-nav-short .ft-nav {
		float: right;
	}

	.footer-nav-short li {
		float: left;
		padding-left: 16px;
	}

	.footer-nav-short .copyright {
		float: left;
	}

	.footer-nav-short .copyright,
	.footer-nav-short li {
		line-height: 4rem;
	}

	.gp-item-w-fb .item-date,
	.gp-item-w-date .fb-like {
		display: block;
	}

	.topic-grid-item img {
		width: 320px;
		height: 213px;
		margin-bottom: 20px;
	}

	.item-info .item-tit a {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: block;
	}
}
@media (max-width:1200px) {
	.box-s .newimg{
		height: 117px;
	}
}
@media (max-width:993px) {
	.box-s .newimg{
		height: 100%;
	}
}
@media (min-width:1200px) {
	.container {
		width: 1140px;
	}

	.dt-menu>ul>li>a {
		padding: 0 15px;
	}

	.search-wrap {
		margin-left: 790px;
	}

	.img-box-w-tit.box-s a,
	.img-box-w-tit.box-s.ibwt-col-4 a,
	.img-box-w-tit.box-s.ibwt-col-6 a,
	.top-side-box .img-box-w-tit.box-s a {
		/*width: 320px;
		height: 213px;*/
	}

	.img-box-w-tit.box-b a {
		/*height:440px;*/
	}
}

@media (max-width:991px) {
	header {
		background: #f08200;
	}

	.brand-logo {
		margin: 0 auto;
		float: none;
	}

	.box-b.img-box-w-tit h1,
	.carousel-caption {
		bottom: 15px;
		padding: 0 15px;
		font-size: 1.8rem;
		line-height: 2rem;
	}

	.img-box-w-tit.box-b a {
		height: 316px;
	}

	.brand-logo a {
		width: 260px;
		height: 50px;
		margin: 0 auto;
		padding: 8px 12px;
		background-position: center -5px;
		background-size: 75%;
	}

	.nav-btn,
	.mobile-logo {
		display: block;
	}

	.hd-social,
	.search-wrap .ic-search,
	.item-content,
	.form-group .fa {
		display: none;
	}

	.form-field,
	.btn-search {
		line-height: 40px;
		width: 100%;
	}

	.btn-search {
		background: #f08200;
	}

	.navbar-menu {
		max-height: 0px;
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 20;
		background: #FFF;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: max-height 0.25s ease-out;
		-moz-transition: max-height 0.25s ease-out;
		transition: max-height 0.25s ease-out;
	}

	.navbar-menu.active {
		max-height: 500px;
		overflow-y: auto;
		-webkit-transition: max-height 0.25s ease-in;
		-moz-transition: max-height 0.25s ease-in;
		transition: max-height 0.25s ease-in;
		box-shadow: 0 2px 2px #C1C1C1;
	}

	.navbar-menu>ul {
		float: none;
		margin-bottom: 20px;
	}

	.navbar-menu>ul>li {
		display: block;
		float: none;
	}

	.navbar-menu a {
		display: block;
		line-height: 40px;
		padding-left: 16px;
		color: #666;
	}

	.navbar-menu a:hover {
		background: #EEE;
	}

	.navbar-menu .sub-menu {
		display: none;
	}

	.form-group {
		padding-right: 0;
	}



	.gp-item-tit {
		line-height: 1.8rem;
		-webkit-line-clamp: 2;
	}

	.bloger-panel,
	.article-hd,
	.article-ft {
		padding-left: 0;
		padding-right: 0;
	}

	.side-col-adv {
		display: none;
	}

	.footer-nav {
		text-align: center;
		padding-top: 20px;
	}

	.footer-nav ul {
		display: inline-block;
		margin: 0 auto;
		padding: 0;
	}

	.footer-nav ul li {
		display: inline-block;
		padding: 0 5px;
		width: auto;
	}

	.footer-nav h3 {
		/*margin-top:20px;
		margin-bottom:10px;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
		background:#545454;*/
		margin: 0 5px;
	}

	.footer-nav h5 {
		display: none;
	}

	.footer-nav-short+.copyright {
		text-align: center;
	}

	.footer-nav-short {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.footer-nav-short ul {
		margin: 0 auto;
	}

	.footer-nav-short li {
		display: inline-block;
		padding: 0 5px;
		line-height: 3rem;
	}

	.footer-nav ul li h3,
	.footer-nav-short li a {
		font-size: 1.3rem;
		margin: 0 2px 5px;
	}

	.spc-col,
	.ft-social {
		display: none !important;
	}

	.copyright {
		text-align: center;
		line-height: 1.6rem;
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.copyright span {
		display: block;
	}

	.item-info .item-tit a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
.delt-pad{
	padding: 0 0 15px 0;
}

/* new */
.copy{
	padding: 20px 0;
	font-size: 1rem;
}
.mar-item{
	margin-top: 20px;
}
.mar-item .tit1{
	margin-bottom: 15px;
	position: relative;
}
.link-more {
    font-size: 16px;
    color: #999;
	position: absolute;
	right: 0;
	bottom: 0;
}
.link-more .ico-more-arrow {
	background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 8px;
    height: 12px;
    margin-left: 0.25rem;
	background-size: 100%;
}
.link-more {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mar-item .tit1 img{
	width: 260px;
}
.mar-item .tit2{
	margin-bottom: 10px;
}
.mar-item .tit2 img{
	width: 100%;
}
.banner{
	margin-bottom: 15px !important;
}
.ad-bg{
	height: inherit !important;
    background: #008de2;
    padding-top: 20px !important;
    padding-bottom: 20px;
}
.ad-bg .itemtit{

    margin: 0 auto 30px;
    position: relative;
}
.itemtit span {
    display: block;
    width: 140px;
    height: 48px;
    margin: 0 auto;
    border: 1px solid #FAE9CD;
    background: url(../images/video.png) 18px center no-repeat;
    padding-left: 58px;
    line-height: 45px;
    font-size: 26px;
    color: #fff;
}
.itemtit:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 43.7%;
    height: 1px;
    background: #FAE9CD;
}
.itemtit:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 43.7%;
    height: 1px;
    background: #FAE9CD;
}
.ad-bg .itemtit-dim{

    margin: 0 auto 30px;
    position: relative;
}
.itemtit-dim span {
    display: block;
    width: 210px;
    height: 48px;
    margin: 0 auto;
    border: 1px solid #FAE9CD;
    background: url(../images/video.png) 18px center no-repeat;
    padding-left: 58px;
    line-height: 45px;
    font-size: 26px;
    color: #fff;
}
.itemtit-dim:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 40.7%;
    height: 1px;
    background: #FAE9CD;
}
.itemtit-dim:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40.7%;
    height: 1px;
    background: #FAE9CD;
}


.itemtit-dim-20th span {
    background: none;
	text-align: center;
	padding: 0;
}

.di-list{

    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}
.di-list .swiper3{
	width: 100%;
}
.swiper-button-prev.prev03,.swiper-button-next.next03{
    position: absolute;
    top: 82px;
    width: 51px;
    height: 51px;
    z-index: 10;
    cursor: pointer;
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    outline: none;
}
.swiper-button-prev.prev03{
    background-image: url(../images/left-01.png) !important;
    left: -60px;
    right: auto;
}
.swiper-button-next.next03 {
    background-image: url(../images/right-01.png) !important;
    right: -60px;
    left: auto;
}
.di-list .swiper4{
	width: 100%;
}
.swiper-button-prev.prev04,.swiper-button-next.next04{
    position: absolute;
    top: 82px;
    width: 51px;
    height: 51px;
    z-index: 10;
    cursor: pointer;
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    outline: none;
}
.swiper-button-prev.prev04{
    background-image: url(../images/left-01.png) !important;
    left: -60px;
    right: auto;
}
.swiper-button-next.next04 {
    background-image: url(../images/right-01.png) !important;
    right: -60px;
    left: auto;
}
.di-item {
    background: rgba(255, 255, 255, 0.1);
	width: 356px;
}
.swiper-container{
	height: 298px;
}
@media screen and (max-width:1200px) {
	.di-item {
		width: 295px;
	}
	.swiper-container{
		height: 298px;
	}
}
@media screen and (max-width:950px) {
	.di-item {
		width: 100%;
	}
	.swiper-container{
		height: 272px;
	}
}
.di-item .scale .video-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    background: url(../images/video-icon.png) no-repeat;
    background-size: 90px 90px;
}
.di-item p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 24px;
    padding: 0 10px;
    height: 48px;
	color: #fff;
}
.v-more{
	padding: 37.072% 0;
	text-align: center;
	font-size: x-large;
}
.v-more a{
	color: #fff;
}
.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.di-item span {
    color: #fff;
    display: block;
    margin-top: 10px;
    padding: 0 10px 10px;
}
.scale {
    display: block;
    overflow: hidden;
	position: relative;
}
.di-item a {
    text-decoration: none;
    outline: none;
    color: #333;
}
.di-item a:hover{
    color: #333;
}
.col-md-3:nth-child(4n+1){
	clear:left!important;
}
.vidio {
    width: 100%;
    padding: 0 15px;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
}
.vidio a{
    color: #333;
}
.vidio a:hover{
    color: #333;
}
.vidio ul {
    width: 100%;
    white-space: nowrap;
}
.vidio ul li {
    display: inline-block;
    margin-right: 10px;
    width: 227px;
}
.shipin{
	position: relative;
}
.vidio ul li p {
    margin-top: 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #fff;
}
.vidio .shipin .bg_none {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    background: url(../images/video-icon.png) no-repeat;
    background-size: 90px 90px;
}

.shipei1{
	display: block;
}
.shipei2{
	display: none;
}
.more-btn{
	border: 1px solid #ffbd6f;
	width: 160px;
	border-radius: 10px;
	text-align: center;
	padding: 6px 12px;
	font-size: 18px;
	display: block;
	margin: 0 auto;
}

.mar-main{
	margin: auto;
}
.form-box{
	margin-top: 15px;
	margin-bottom: 40px;
}
.r-border{
	border: 2px solid #5800b6;
	color: #5800b6;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}
.mar-main .form-group{
	margin-bottom: 13px;
}
.mar-main .b-bg input,.mar-main .b-bg textarea{
	background-color: #5800b6;
	color: #fff;
	border-radius: 10px;
}
.mar-main .b-bg input::-webkit-input-placeholder, .mar-main .b-bg textarea::-webkit-input-placeholder {
	color: #fff;
}

.mar-main .b-bg input::-moz-placeholder, .mar-main .b-bg textarea::-moz-placeholder {
	color: #fff;
}

.mar-main .b-bg input::-ms-input-placeholder, .mar-main .b-bg textarea::-ms-input-placeholder {
	color: #fff;
}
.mar-main .b-bg1 input::-webkit-input-placeholder{
	color: #5800b6;
}

.mar-main .b-bg1 input::-moz-placeholder {
	color: #5800b6;
}

.mar-main .b-bg1 input::-ms-input-placeholder {
	color: #5800b6;
}
.mar-main .form-group input{
	border-radius: 10px;
	border: 2px solid #5800b6;
}
.mar-main .code-box{
	display: flex;
	padding-top: 20px;
	margin-bottom:20px;
}
.mar-main .code-box .left{
	width: 60%;
	display: flex;
}
.btn-refresh {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    line-height: 5px;
    overflow-y: hidden;
    width: 85px;
}
.mar-main .code-box .right{
	flex: 1;
}
textarea{
	resize: none;
}
.mar-main .btn-s{
	width: 30%;
	margin: 0 auto;
	text-align: center;
	background-color: #ffbd6f;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
}

.mar-item .list-box .list-item:hover{
	background-color: #a37ae2;
	color: #fff;
}
.mar-item .list-box .active{
	background-color: #0353b2;
	color: #fff;
}
.mar-item .list-box .active:hover{
	background-color: #0353b2;
	color: #fff;
}
.yy-box{
	margin: 15px 0;
}
.yy-box .tit{
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
	margin-bottom: 20px;
}
.yy-box .dis-flex3{
	display: flex;
	margin-bottom: 20px;
}

.num-list{
	display: flex;
	flex-flow:wrap;
}
.mem-item{
	position: relative;
	width: 100%;
}
.mem-item .imgbox{
	width: 35%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	border: 1px solid #666;
}
.mem-item .div-r{
	margin-left: 17%;
	border: 1px solid #666;
}
.mem-item .div-r .div1{
	padding: 4px 4px 4px 26%;
}
.ad-bg1{
	background: #ffba76;
}
.ad-bg2{
	background: #b0d6d5;
}
.ad-bg3{
	background: #74bff7;
}
.mem-item .div-r .div2{
	font-size: 18px;
	padding: 4px 4px 4px 26%;
}
.mem-item .div-r .div2 span{
	display: inline-block;
    background: #0353b2;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
}

.dt-1{
	display: flex;
	align-items:center;
	flex:1;
	margin-bottom:4rem;
	position: relative;
}
.dt-1 .div-r{
	margin-left: 20px;
	clear: both;
}
.d-tit{
	display: inline-block;
	color: #fff;
	padding: 7px;
	margin-bottom: 2rem;
	font-size:18px;
	line-height:1;
}
.d-tit ~ .d-list{
	margin-bottom:4rem;
	font-size:16px;
}
.d-tit ~ .d-list > div{
	margin-bottom:0.5rem;
}
.d-tit ~ .d-list .txt-1{
	color:#9b5919;
}
.d-tit ~ .d-list .txt-2{
	color:#3d544d;
}
.d-tit ~ .d-list .txt-3{
	color:#215fb5;
}
.d-list span{
	color: #5e1414;
	padding-left: 35px;
}
.cz-d{
	display: table-cell;
    vertical-align: middle;
	height: 120px;
}
.dt-1 .div-r .div1{
	padding: 5px;
	font-size:20px;
	line-height:1;
	display:inline-block;
}
.dt-1 .div-r .div2{
	font-size: 42px;
	font-weight:900;
	margin:5px 0;
}
.dt-1 .div-r .div3 .bd{
	padding-left: 10px;
	font-size:20px;
	line-height:1;
}
.dt-1 .imgbox{
	width: 180px;
	border-radius: 50%;
	overflow: hidden;
}
.dt-1 .imgbox img{
	width: 100%;
}
@media screen and (max-width:767px) {
	.dt-1 .imgbox{
		width:140px;
	}
}
.dt-1 .imgbox.bd1{
	border: 2px solid #9b5919;
}
.dt-1 .imgbox.bd2{
	border: 2px solid #3d544d;
}
.dt-1 .imgbox.bd3{
	border: 2px solid #215fb5;
}
.dt-1 .div1.bd1{
	border: 3px solid #ffba76;
	color:#ffba76;
}
.dt-1 .div1.bd2{
	border: 3px solid #b0d6d5;
	color:#b0d6d5;
}
.dt-1 .div1.bd3{
	border: 3px solid #74bff7;
	color:#74bff7;
}
.bd-l1{
	border-left: 3px solid #ffba76;
}
.bd-l2{
	border-left: 3px solid #b0d6d5;
}
.bd-l3{
	border-left: 3px solid #74bff7;
}
@media screen and (max-width:767px) {
	.mem-item .div-r .div2{
		font-size: 14px;
	}
	.box-s .newimg, .b-box .newimg {
		height: 192px;
	}
}
.mem-item .div-r .div3{
	padding: 0px 4px 4px 26%;
}
.mem-item .div-r .div3 .bd{
	border-left: 2px solid #ccc;
	padding-left: 5px;
}
.jy-main .tit{
	background: #e6e6e6;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 15px;
}

.jy-main .detail1{
	background: #ffbd6f;
	padding: 15px;
}
.jy-main .detail1 .item{
	display: flex;
	color: #fff;
}
.jy-main .detail1 .item .left{
	background: #a37ae2;
	border-radius: 10px;
	padding: 15px 10px;
	width: 80%;
}
.jy-main .detail1 .item .left .time{
	text-align: right;
	padding-bottom: 5px;
}
.jy-main .detail1 .item .left .title{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.jy-main .detail1 .item .left .tip{
	text-align: right;
	margin-top: 10px;
}
.jy-main .detail1 .item .left .tip img{
	width: 40px;
}
.jy-main .detail1 .item .right{
	position: relative;
	width: 20%;
}
.jy-main .detail1 .item .right .bar{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #b3b3b3;
	right: 0;
	top: 50%;
	margin-top: -25px;
}

.jy-main .detail2{
	background: #ffbd6f;
	padding: 15px;
}
.jy-main .detail2 .item{
	display: flex;
	color: #fff;
}
.jy-main .detail2 .item .left{
	position: relative;
	width: 20%;
}
.jy-main .detail2 .item .right .time{
	text-align: right;
	padding-bottom: 5px;
}
.jy-main .detail2 .item .right .title{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.jy-main .detail2 .item .right .tip{
	text-align: right;
	margin-top: 10px;
}
.jy-main .detail2 .item .right .tip img{
	width: 40px;
}
.jy-main .detail2 .item .right{
	background: #5800b6;
	border-radius: 10px;
	padding: 15px 10px;
	width: 80%;
}
.jy-main .detail2 .item .left .bar{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #b3b3b3;
	left: 0;
	top: 50%;
	margin-top: -25px;
}
.carousel-indicators li{
	width: 20px;
	height: 20px;
}
.carousel-inner>.item a:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(254, 254, 254, 0);
	background: -moz-linear-gradient(top, rgba(23, 23, 23, 0) 46%, rgba(23, 23, 23, 1) 93%);
	background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(23, 23, 23, 0)), color-stop(93%, rgba(23, 23, 23, 1)));
	background: -webkit-linear-gradient(top, rgba(23, 23, 23, 0) 46%, rgba(23, 23, 23, 1) 93%);
	background: -o-linear-gradient(top, rgba(23, 23, 23, 0) 46%, rgba(23, 23, 23, 1) 93%);
	background: -ms-linear-gradient(top, rgba(23, 23, 23, 0) 46%, rgba(23, 23, 23, 1) 93%);
	background: linear-gradient(to bottom, rgba(23, 23, 23, 0) 46%, rgba(23, 23, 23, 1) 93%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
}
.img-box-w-tit a::before{
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(254, 254, 254, 0);
	background: -moz-linear-gradient(top, rgba(23, 23, 23, 0) 46%, rgba(23, 23, 23, 1) 93%);
	background: -webkit-gradient(left top, left bottom, color-stop(46%, rgba(23, 23, 23, 0)), color-stop(93%, rgba(23, 23, 23, 1)));
	background: -webkit-linear-gradient(top, rgba(23, 23, 23, 0) 46%, rgba(23, 23, 23, 1) 93%);
	background: -o-linear-gradient(top, rgba(23, 23, 23, 0) 46%, rgba(23, 23, 23, 1) 93%);
	background: -ms-linear-gradient(top, rgba(23, 23, 23, 0) 46%, rgba(23, 23, 23, 1) 93%);
	background: linear-gradient(to bottom, rgba(23, 23, 23, 0) 46%, rgba(23, 23, 23, 1) 93%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
}
.tabitiem{
	display: none;
}
.active{
	display: block !important;
}
.position-r{
	position: relative;
}
.p-box{
	position: absolute;
	right: 10px;
	z-index: 6;
}
.rightbarbox {
	position: fixed;
	bottom: 6rem;
	cursor: pointer;
	z-index: 9;
	display: none;
  }
  .rightbarbox .barbox{
	text-align: center;
	display: block;
	padding: 5px 0;
	margin-bottom: 2px;
	border-radius: 3px;
	background-color: #080807;
	box-shadow: 0 0 6px #e2e2e2;
	transition: all 0.3s ease-in-out;
  }
  .btn-top {
	border-radius: 3px;
	background-color: #e1cfc7;
	box-shadow: 0 0 6px #e2e2e2;
	transition: all 0.3s ease-in-out;
	align-items: center;
	justify-content: center;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
  }
/* new */
@media (max-width:767px) {
	.p-box{
		right: auto;
	}
	.rightbarbox{
		right: 0;
	}
	.shipei1{
		display: none;
	}
	.shipei2{
		display: block;
	}
	.container{padding: 0;}
	.mar-item .list-box .list-item {
		width: 50%;
    	text-align: center;
		font-size: 16px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.list-select select {
		width: 100%;
	}
	.yy-box .div-r .div1{
		word-break: break-all;
	}

	.search-result {
		top: 53px;
		width: 90%;
	}
	.modal-sm {
		width: 240px;
		max-width: 90%;
		text-align: center;
		margin: 40px auto;
	}
	.mar-main .code-box{
		display:block;
	}
	.mar-main .code-box .left{
		width:100%;
		margin-bottom:15px;
	}
	.img-box-w-tit.box-b a {
		height: initial;
	}

	.top-side-box .img-box-w-tit {}

	.top-side-box .img-box-w-tit:first-of-type {
		margin-bottom: 20px;
	}

	.top-side-box .img-box-w-tit:last-of-type {}

	.boxs-row-third .box-s:nth-child(3) {
		display: none;
	}

	.img-box-w-tit,
	.carousel {
		/* margin-bottom: 20px; */
	}

	.article-content {
		padding: 30px 10px;
	}

	.topic-grid-item img {
		width: 100%;
		height: initial;
		margin-bottom: 20px;
	}

	.img-box-video a {
		margin-bottom: 10px;
	}

	.img-box-video img {
		max-width: 300px;
	}

	.top-m-banner {
		margin-bottom: 20px;
	}

	.ad-wrap {
		padding-bottom: 20px;
	}

	.cn-tp-banner {
		margin-bottom: 20px;
	}

	.to-topic {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		font-size: 1.6rem;
		z-index: 999;
	}

	.to-topic p {
		margin: 0;
	}

	.to-topic a {
		display: block;
		padding: 10px 10px 10px 60px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		color: #fc8d1d;
		background: url(http://www.orangenews.hk/test/images/topic-lable.png) left center no-repeat;

	}
}

.video-js .vjs-progress-control .vjs-mouse-display {
	white-space: nowrap;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

body {
	background: #FFF;
}
.ad-bd{
	border:5px solid #0353b2 !important;
}
.ad-bd1{
	border:2px solid #0353b2 !important;
	background: #ffba76 !important;
}
.ad-bd2{
	border:2px solid #0353b2 !important;
	background: #b0d6d5 !important;
}
.ad-bd3{
	border:2px solid #0353b2 !important;
	background: #74bff7 !important;
}
.ad-tit{
	background: #0353b2 !important;
    color: #fff !important;
}
.numbox1{
	height: 25px;
	min-width: 25px;
    line-height: 25px;
    position: absolute;
    font-size: 12px;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: #03A9F4;
    border-radius: 40PX;
    z-index: 2;
    padding: 0 5px;
}
.numbox11{
	width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    font-size: 16px;
    top: 0;
    text-align: center;
    right: -10px;
    background: #fff;
    border: 2px solid #03A9F4;
}
.numbox2{
	height: 50px;
    line-height: 50px;
    position: absolute;
    font-size: 18px;
    top: 0;
    min-width: 50px;
    left: 0;
    text-align: center;
    color: #fff;
    background: #03A9F4;
    border-radius: 40PX;
    z-index: 2;
    padding: 0 5px;
}
.numbox22{
	height: 50px;
    line-height: 60px;
    position: absolute;
    font-size: 18px;
    top: 0;
    left: 130px;
    min-width: 50px;
    text-align: center;
    color: #fff;
    background: #fff;
    border-radius: 40PX;
    z-index: 2;
    padding: 0 5px;
	border: 2px solid #03A9F4;
}
.re-time-tit {
    text-align: center;
    color: #0353b2;
    font-size: 18px;
	padding-top: 15px;
}

/*倒计时*/
ul.countdown {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
}

ul.countdown li {
    display: inline-block;
    width: 20%;
    margin: 0px 5px;
    padding: 10px 0px 0px 0px;
}

ul.countdown li span {
    font-size: 40px;
    border-radius: 4px;
    padding: 10px;
    background: #f1f1f1;
}

ul.countdown li p {
    font-size: 16px;
    padding: 3px 0px;
    margin-top: 10px;
}

.detail-voted{
    padding: 0 5px;
    background-color: #0353b2;
    color: #fff;
    font-size: 20px;
    display: inline-block;
}

/*倒计时*/
@media (max-width: 767px) {
	.numbox1{
		top: 8vh !important;
		min-width: 37% !important;
	}
	.numbox2{
		height: 35px;
		line-height: 35px;
		min-width: 35px;
	}
	.numbox11{
		border-radius: 25px !important;
		top: 12vh !important;
		left: 0 !important;
		min-width: 37% !important;
		display: none;
	}
	.numbox22{
		height: 35px !important;
		line-height: 35px !important;
		left: 100px !important;
		min-width: 35px !important;
		display: none;
	}
}


.img-box-w-tit {
	margin-bottom: 10px;
}

.cp-gp-tit {
	margin-bottom: 20px;
}

.read-more {
	font-size: 0.7rem;
	float: right;
	color: #AAA;
	margin-top: 20px;
}

.headline-item .item-tit a,
a:hover {
	color: #00227c;
}

.headline-item .item-content {
	-webkit-line-clamp: 2;
}

.carousel-indicators li {
	border-radius: 50%;
}

.links-icon>div {
	margin-bottom: 10px;
}

.activity-tabs {
	background: #067eca;
}

.activity-tabs .nav-tabs {
	border: 0;
}

.activity-tabs .nav-tabs>li {
	margin: 0;
	width: 16.4%;
}

.activity-tabs .nav-tabs>li.active {
	width: 16.6%;
}

.activity-tabs .nav-tabs>li>a {
	margin: 0 1px 0 0;
	padding: 0;
	line-height: 3.6rem;
	font-size: 2.2rem;
	font-weight: bold;
	font-family: arial;
	border: 0;
	border-radius: 0;
	background: #00227c;
	color: #FFF;
	text-align: center;
}

.activity-tabs .nav-tabs>li:last-child>a {
	margin: 0;
}

.activity-tabs .nav>li>a:hover,
.nav>li>a:focus {
	border: 0;
	background: none;
}

.activity-tabs .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	background: none;
	border: 0;
	color: #FFF;
}

.activity-tabs .tab-content>.tab-pane {
	padding: 15px;
	color: #FFF;
	height: 390px;
	overflow-y: auto;
	overflow-x: hidden;
}

.activity-tabs .tab-content>.tab-pane .act-info-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.activity-tabs .tab-content>.tab-pane h5 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.activity-tabs .tab-content>.tab-pane h4 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	margin-bottom: 5px;
}

.activity-tabs .tab-content>.tab-pane p {
	font-size: 1.3rem;
	margin: 0;
	padding-left: 10px;
	border-left: 1px solid #FFF;
}

.bf-top-banner img {
	width: 100%;
}


/* 设置滚动条的样式 */
.gp-box ::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}

/* 滚动槽 */
.gp-box ::-webkit-scrollbar-track {
	border-radius: 10px;
}

/* 滚动条滑块 */
.gp-box ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #00227c;
}
.bf-top-banner{
	margin-bottom: 15px;
}
.go-home{
	padding: 10px 15px;
	font-size: 16px;

}
.go-home .active{
	color: #FF9800;
}



/* new add start */
.jy-main .detail{
	background: #ffbd6f;
	padding: 15px;
	max-height:800px;
	overflow-y:auto;
}
.jy-main .detail .item{
	display: flex;
	color: #fff;
	align-items: center;
	padding:15px 0;
}
.jy-main .detail .item .info{
	border-radius: 10px;
	padding: 15px 10px;
	flex:1 1 auto;
}
.jy-main .detail .item:nth-child(odd) .info{
	background: #a37ae2;
	order:1;
}
.jy-main .detail .item:nth-child(even) .info{
	background: #5800b6;
	order:2;
}
.jy-main .detail .item .info .time{
	text-align: right;
	padding-bottom: 5px;
}
.jy-main .detail .item .info .title{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.jy-main .detail .item .info .tip{
	text-align: right;
	margin-top: 10px;
}
.jy-main .detail .item .info .tip img{
	width: 40px;
}
.jy-main .detail .item .praise{
	position: relative;
}
.jy-main .detail .item:nth-child(odd) .praise{
	order:2;
	padding-left:1.5rem;
}
.jy-main .detail .item:nth-child(even) .praise{
	order:1;
	padding-right:1.5rem;
}
.jy-main .detail .item .praise .bar{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	cursor:pointer;
	background-color: #b3b3b3;
	background-image:url('/images/zan1.png');
	background-position: center;
	background-repeat: no-repeat;
}
.jy-main .detail .item .praise .bar:hover{
	background-color:#f8ac03;
	box-shadow:0 0 0 1px white;
}
.jy-main .detail .item .praise .bar.active{
	background-color:white;
	background-image:url('/images/zan2.png');
}

/* new add end */


/* 20211105 */

.pg-detail{
	font:600 1rem/1.6 Microsoft Yahei,Hiragino Sans GB,STHei,Microsoft Sans Serif,sans-serif;
	-webkit-font-smoothing:auto;
	-moz-osx-font-smoothing:initial;
	/* font-family:'Noto Sans TC', '微軟正黑體', sans-serif;
	font-weight:bold; */
}

.pg-detail .lh-2{
	line-height:2;
}

/* 20211105 */
