/* add additional stylesheets below
-------------------------------------------------- */
/*
  bootstrap's documentation styles
  special styles for presenting bootstrap's documentation and examples
*/


/* body and structure
-------------------------------------------------- */



/* tweak navbar brand link to be super sleek
-------------------------------------------------- */
.ey-news-body{ position: relative;}
#box{width:1005px;padding: 15px; z-index: 999; }
.div1{ width: 1005px;padding-bottom:8px; background: #fff; }
.div2{position:fixed;_position:absolute;top:0;z-index:295; width: 1005px;box-shadow:0px 15px 10px -15px #eee;}
#box textarea{height:135px;width: 100%;overflow: auto;word-break: break-all; margin:0; font-family: initial; border: 1px solid #ccc;}

@media screen and (max-width: 1600px){
#box{width:810px; }
.div1{ width: 810px;padding-bottom:8px; background: #fff; }
.div2{position:fixed;_position:absolute;top:0;z-index:295; width: 810px;box-shadow:0px 15px 10px -15px #eee;}
}

@media screen and (max-width: 1200px){
#box{width:660px; }
.div1{ width: 660px;padding-bottom:8px; background: #fff; }
.div2{position:fixed;_position:absolute;top:0;z-index:295; width: calc((100% - 30px));box-shadow:0px 15px 10px -15px #eee;}
}
.product-search {
	margin: 0 !important;
}

.navbar-fixed-top .brand {
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	float: right;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.navbar-fixed-top .brand:hover {
	text-decoration: none;
}

.encrypt_type li {
	list-style: none;
}

/* space out sub-sections more
-------------------------------------------------- */
section {
	padding-top: 60px;
}

/* faded out hr */
hr.soften {
	height: 1px;
	margin: 54px 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border: 0;
}

/* jumbotrons
-------------------------------------------------- */
.jumbotron {
	position: relative;
}

.jumbotron h1 {
	margin-bottom: 9px;
	font-size: 81px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}

.jumbotron p {
	margin-bottom: 18px;
	font-weight: 300;
}

.jumbotron .btn-large {
	font-size: 20px;
	font-weight: normal;
	padding: 14px 24px;
	margin-right: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.jumbotron .btn-large small {
	font-size: 14px;
}

/* masthead (docs home) */
.masthead {
	padding-top: 36px;
	margin-bottom: 72px;
}

.masthead h1,
.masthead p {
	text-align: center;
}

.masthead h1 {
	margin-bottom: 18px;
}

.masthead p {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 30px;
	line-height: 36px;
}


/* specific jumbotrons
------------------------- */
/* supporting docs pages */
.subhead {
	padding-bottom: 0;
	margin-bottom: 9px;
	margin-top: 30px;
}

.subhead h1 {
	font-size: 48px;
}

/* subnav */
.subnav {
	width: 100%;
	height: 36px;
	background-color: #eeeeee;
	/* old browsers */
	background-repeat: repeat-x;
	/* repeat the gradient */
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
	/* ff3.6  */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
	/* chrome,safari4  */
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
	/* chrome 10 ,safari 5.1  */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
	/* ie10  */
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
	/* opera 11.10  */
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#f5f5f5', endcolorstr='#eeeeee', gradienttype=0);
	/* ie6-9 */
	background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
	/* w3c */
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.subnav .navb {
	margin-bottom: 0;
}

.subnav .navb>li>a {
	margin: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.subnav .navb>.active>a,
.subnav .navb>.active>a:hover {
	padding-left: 13px;
	color: #777;
	background-color: #e9e9e9;
	border-right-color: #ddd;
	border-left: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
}

.subnav .navb>.active>a .caretb,
.subnav .navb>.active>a:hover .caretb {
	border-top-color: #777;
}

.subnav .navb>li:first-child>a,
.subnav .navb>li:first-child>a:hover {
	border-left: 0;
	padding-left: 12px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.subnav .navb>li:last-child>a {
	border-right: 0;
}

.subnav .dropdown-menu {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/* fixed subnav on scroll, but only for 980px and up (sorry ie!) */
@media (min-width: 980px) {
	.subnav-fixed {
		position: fixed;
		top: 40px;
		left: 0;
		right: 0;
		z-index: 1020;
		/* 10 less than .navbar-fixed to prevent any overlap */
		border-color: #d5d5d5;
		border-width: 0 0 1px;
		/* drop the border on the fixed edges */
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
		-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
		box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0, 0, 0, .1);
		filter: progid:dximagetransform.microsoft.gradient(enabled=false);
		/* ie6-9 */
	}

	.subnav-fixed .navb {
		width: 938px;
		margin: 0 auto;
		padding: 0 1px;
	}

	.subnav .navb>li:first-child>a,
	.subnav .navb>li:first-child>a:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}


/* quick links
-------------------------------------------------- */
.bs-links {
	margin: 36px 0;
}

.quick-links {
	min-height: 30px;
	margin: 0;
	padding: 5px 20px;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.quick-links:first-child {
	min-height: 0;
}

.quick-links li {
	display: inline;
	margin: 0 8px;
	color: #999;
}

.quick-links .github-btn,
.quick-links .tweet-btn,
.quick-links .follow-btn {
	position: relative;
	top: 5px;
}


/* marketing section of overview
-------------------------------------------------- */
.marketing .row {
	margin-bottom: 9px;
}

.marketing h1 {
	margin: 36px 0 27px;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
}

.marketing h2,
.marketing h3 {
	font-weight: 300;
}

.marketing h2 {
	font-size: 22px;
}

.marketing p {
	margin-right: 10px;
}

.marketing .bs-icon {
	float: left;
	margin: 7px 10px 0 0;
	opacity: .8;
}

.marketing .small-bs-icon {
	float: left;
	margin: 4px 5px 0 0;
}



/* footer
-------------------------------------------------- */
.footer {
	margin-top: 45px;
	padding: 35px 0 36px;
	border-top: 1px solid #e5e5e5;
}

.footer p {
	margin-bottom: 0;
	color: #555;
}



/* special grid styles
-------------------------------------------------- */
.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}

.show-grid [class*="span"] {
	background-color: #eee;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 30px;
	line-height: 30px;
}

.show-grid:hover [class*="span"] {
	background: #ddd;
}

.show-grid .show-grid {
	margin-top: 0;
	margin-bottom: 0;
}

.show-grid .show-grid [class*="span"] {
	background-color: #ccc;
}


/* render mini layout previews
-------------------------------------------------- */
.mini-layout {
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.mini-layout {
	height: 240px;
	margin-bottom: 20px;
	padding: 9px;
}

.mini-layout div {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.mini-layout .mini-layout-body {
	background-color: #dceaf4;
	margin: 0 auto;
	width: 70%;
	height: 240px;
}

.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
	float: left;
}

.mini-layout.fluid .mini-layout-sidebar {
	background-color: #bbd8e9;
	width: 20%;
	height: 240px;
}

.mini-layout.fluid .mini-layout-body {
	width: 77.5%;
	margin-left: 2.5%;
}


/* popover docs
-------------------------------------------------- */
.popover-well {
	min-height: 160px;
}

.popover-well .popover {
	display: block;
}

.popover-well .popover-wrapper {
	width: 50%;
	height: 160px;
	float: left;
	margin-left: 55px;
	position: relative;
}

.popover-well .popover-menu-wrapper {
	height: 80px;
}

.large-bird {
	margin: 5px 0 0 310px;
	opacity: .1;
}


/* download page
-------------------------------------------------- */
.download .page-header {
	margin-top: 36px;
}

.page-header .toggle-all {
	margin-top: 5px;
}

/* space out h3s when following a section */
.download h3 {
	margin-bottom: 5px;
}

.download-builder input h3,
.download-builder .checkbox h3 {
	margin-top: 9px;
}

/* fields for variables */
.download-builder input[type=text] {
	margin-bottom: 9px;
	font-family: menlo, monaco, "courier new", monospace;
	font-size: 12px;
	color: #d14;
}

.download-builder input[type=text]:focus {
	background-color: #fff;
}

/* custom, larger checkbox labels */
.download .checkbox {
	padding: 6px 10px 6px 25px;
	color: #555;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.download .checkbox:hover {
	color: #333;
	background-color: #f5f5f5;
}

.download .checkbox small {
	font-size: 12px;
	color: #777;
}

/* variables section */
#variables label {
	margin-bottom: 0;
}

/* giant download button */
.download-btn {
	margin: 36px 0 108px;
}

#download p,
#download h4 {
	max-width: 50%;
	margin: 0 auto;
	color: #999;
	text-align: center;
}

#download h4 {
	margin-bottom: 0;
}

#download p {
	margin-bottom: 18px;
}

.download-btn .btn {
	display: block;
	width: auto;
	padding: 19px 24px;
	margin-bottom: 27px;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}



/* color swatches on less docs page
-------------------------------------------------- */
/* sets the width of the td */
.swatch-col {
	width: 30px;
}

/* le swatch */
.swatch {
	display: inline-block;
	width: 30px;
	height: 20px;
	margin: -6px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* for white swatches, give a border */
.swatch-bordered {
	width: 28px;
	height: 18px;
	border: 1px solid #eee;
}


/* misc
-------------------------------------------------- */

/* make tables spaced out a bit more */
h2 table,
h3 table,
h4 table,
h2 .row {
	margin-top: 5px;
}

/* example sites showcase */
.example-sites img {
	max-width: 100%;
	margin: 0 auto;
}

.marketing-byline {
	margin: -18px 0 27px;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	color: #999;
	text-align: center;
}

.scrollspy-example {
	height: 200px;
	overflow: auto;
	position: relative;
}

/* remove bottom margin on example forms in wells */
form.well {
	padding: 14px;
}

/* tighten up spacing */
.well hr {
	margin: 18px 0;
}

/* fake the :focus state to demo it */
.focused {
	border-color: rgba(82, 168, 236, .8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
	outline: 0;
}

/* for input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
	display: block;
	margin-bottom: 9px;
}

/* icons
------------------------- */
.the-icons {
	margin-left: 0;
	list-style: none;
}

.the-icons i:hover {
	background-color: rgba(255, 0, 0, .25);
}

/* eaxmples page
------------------------- */
.bootstrap-examples .thumbnail {
	margin-bottom: 9px;
	background-color: #fff;
}

/* responsive table
------------------------- */
.responsive-utilities th small {
	display: block;
	font-weight: normal;
	color: #999;
}

.responsive-utilities tbody th {
	font-weight: normal;
}

.responsive-utilities td {
	text-align: center;
}

.responsive-utilities td.is-visible {
	color: #468847;
	background-color: #dff0d8 !important;
}

.responsive-utilities td.is-hidden {
	color: #ccc;
	background-color: #f9f9f9 !important;
}

/* responsive tests
------------------------- */
.responsive-utilities-test {
	margin-top: 5px;
	margin-left: 0;
	list-style: none;
	overflow: hidden;
	/* clear floats */
}

.responsive-utilities-test li {
	position: relative;
	float: left;
	width: 25%;
	height: 43px;
	font-size: 14px;
	font-weight: bold;
	line-height: 43px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.responsive-utilities-test li li {
	margin-left: 10px;
}

.responsive-utilities-test span {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.responsive-utilities-test span {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
}


/* responsive docs
-------------------------------------------------- */
@media (max-width: 480px) {

	/* reduce padding above jumbotron */
	body {
		padding-top: 70px;
	}

	/* change up some type stuff */
	h2 {
		margin-top: 27px;
	}

	h2 small {
		display: block;
		line-height: 18px;
	}

	h3 {
		margin-top: 18px;
	}

	/* icons */
	.marketing .bs-icon {
		margin: 0;
	}

	/* adjust the jumbotron */
	.jumbotron h1,
	.jumbotron p {
		text-align: center;
		margin-right: 0;
	}

	.jumbotron h1 {
		font-size: 45px;
		margin-right: 0;
	}

	.jumbotron p {
		margin-right: 0;
		margin-left: 0;
		font-size: 18px;
		line-height: 24px;
	}

	.jumbotron .btn {
		display: block;
		font-size: 18px;
		padding: 10px 14px;
		margin: 0 auto 10px;
	}

	/* masthead (home page jumbotron) */
	.masthead {
		padding-top: 0;
	}

	/* don't space out quick links so much */
	.quick-links {
		margin: 40px 0 0;
	}

	/* hide the bullets on mobile since our horizontal space is limited */
	.quick-links .divider {
		display: none;
	}

	/* center example sites */
	.example-sites {
		margin-left: 0;
	}

	.example-sites>li {
		float: none;
		display: block;
		max-width: 280px;
		margin: 0 auto 18px;
		text-align: center;
	}

	.example-sites .thumbnail>img {
		max-width: 270px;
	}

	table code {
		white-space: normal;
		word-wrap: break-word;
		word-break: break-all;
	}

	/* modal example */
	.modal-example .modal {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}

}


@media (max-width: 768px) {

	/* remove any padding from the body */
	body {
		padding-top: 0;
	}

	/* jumbotron buttons */
	.jumbotron .btn {
		margin-bottom: 10px;
	}

	/* subnav */
	.subnav {
		position: static;
		top: auto;
		z-index: auto;
		width: auto;
		height: auto;
		background: #fff;
		/* whole background property since we use a background-image for gradient */
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.subnav .navb>li {
		float: none;
	}

	.subnav .navb>li>a {
		border: 0;
	}

	.subnav .navb>li li>a {
		border-top: 1px solid #e5e5e5;
	}

	.subnav .navb>li:first-child>a,
	.subnav .navb>li:first-child>a:hover {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}

	/* popovers */
	.large-bird {
		display: none;
	}

	.popover-well .popover-wrapper {
		margin-left: 0;
	}

	/* space out the show-grid examples */
	.show-grid [class*="span"] {
		margin-bottom: 5px;
	}

	/* unfloat the back to top link in footer */
	.footer .pull-right {
		float: none;
	}

	.footer p {
		margin-bottom: 9px;
	}

}


@media (min-width: 480px) and (max-width: 768px) {

	/* scale down the jumbotron content */
	.jumbotron h1 {
		font-size: 54px;
	}

	.jumbotron p {
		margin-right: 0;
		margin-left: 0;
	}

}


@media (min-width: 768px) and (max-width: 980px) {

	/* remove any padding from the body */
	body {
		padding-top: 0;
	}

	/* scale down the jumbotron content */
	.jumbotron h1 {
		font-size: 72px;
	}

}


@media (max-width: 980px) {

	/* unfloat brand */
	.navbar-fixed-top .brand {
		float: left;
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* inline-block quick links for more spacing */
	.quick-links li {
		display: inline-block;
		margin: 5px;
	}

}


/* large desktop screens */
@media (min-width: 1210px) {

	/* update subnav containerb */
	.subnav-fixed .navb {
		width: 1168px;
		/* 2px less to account for left/right borders being removed when in fixed mode */
	}

}

.type-header h1 {
	margin: 0px 30px 27px;
	font-size: 30px;
	font-weight: 300;
	text-align: left;
	border-bottom: solid 1px black;
}

#segment_opt {
	margin-left: 0px;
}

#segment_opt li {
	float: left;
	list-style: none;
	margin-right: 10px;
}





.mt0 {
	margin: 0 !important;
}

.showcode {
	position: fixed;
}

.km {
    padding: 15px;
}

.km b {
	font-weight: 400;
	color: #1f2f3d;
	font-size: 22px;
}
.km b a{
	font-weight: 400;
	color: #1f2f3d;
	font-size: 22px;
}
.km b a i {
    margin-left: 5px;
    top: 2px;
    font-size: 22px;
    font-weight: bold;
    color: #f0ad4e;
}
.km b a span{
    background-color: #f2a654;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 1px 6px;
    position: relative;
    top: -10px;
    border-radius: 15px;
}

/**************************
	***** hint styling *******
	**************************/

.hint {
	position: relative;
	display: inline-block;
}

.hint:before,
.hint:after {
	position: absolute;
	opacity: 0;
	z-index: 1000000;

	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	pointer-events: none;
}

.hint:hover:before,
.hint:hover:after {
	opacity: 1;
}

.hint:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	position: absolute;
}

.hint:after {
	content: attr(data-hint);
	background: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 8px 10px;
	font-size: 12px;
	white-space: nowrap;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/* right */
.km b .hint-right:before {
	left: 100%;
	bottom: 50%;
	margin: 0 0 -4px -8px;
	border-right-color: rgba(0, 0, 0, 0.8);
}

.km b .hint-right:after {
	left: 100%;
	bottom: 50%;
	margin: 0 0 -13px 4px;
}

.km b .hint-right:hover:before {
	margin: 0 0 -4px -0;
}

.km b .hint-right:hover:after {
	margin: 0 0 -13px 12px;
}

.kuanx {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	transition: .2s;
	margin-bottom: 24px;
	margin-top: 14px;
	box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5)
}

.kuanx .source {
	padding: 20px;
}

.kuanx .wit {
	padding-right: 20px;
	color: #666;
}
.kuanx .wit label{
	color: #666;
	font-weight: 400;
}
.kuanx input {
	height: 28px;
    margin: unset;
}
.kuanx .source select{
	height: 30px;
}
.kuanx .cen {
	text-align: center;
}
.kuanx .w40 {
	width: 40px;
    display: inline-block;
}
.kuanx .w60 {
	width: 60px;
    display: inline-block;
}
.kuanx .w80 {
	width: 80px;
    display: inline-block;
}
.kuanx .w100 {
	width: 100px;
    display: inline-block;
}
.kuanx .w110 {
	width: 110px;
    display: inline-block;
}
.kuanx .w120 {
	width: 120px;
    display: inline-block;
}
.kuanx .w130 {
	width: 130px;
    display: inline-block;
}
.kuanx .w150 {
	width: 150px;
    display: inline-block;
}
.kuanx .w160 {
	width: 160px;
    display: inline-block;
}
.kuanx .w180 {
	width: 180px;
    display: inline-block;
}

.kuanx .w200 {
	width: 200px;
    display: inline-block;
}
.kuanx .w240 {
	width: 240px;
    display: inline-block;
}
.navbar-fixed-top {
	position: unset;
    margin-right: 0;
    margin-left: 0;
}

body {
	background: #f7f7f7;
}

/* .ey-news-body {
	padding: 1.5rem;
} */

.ey-news-body,
.main-left {
	background: #fff;
}

.subcolumn-nav li a {   
	color: #333333;
	text-decoration: none;
    display: block;
    margin: 0 25px;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    height: 55px;
    position: relative;
}
.subcolumn-nav li a:hover,
.subcolumn-nav li a.active {
	color: #ff6600;
}

.subcolumn-nav-wrapper {
	border-bottom: 1px solid #f0f2f5;
	background-color: #ffffff;
	text-align: center
}

.subcolumn-nav {
	margin: 0;
	padding: 0
}

.subcolumn-nav li {}

@media (min-width: 768px) {

	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}

}

.pt-1,
.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.pt-2,
.py-2 {
	padding-top: .5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important;
}


/* 右侧列表 */
.ey-news-bar {
    margin-left: 10px;
}
.ey-news-bar.ey-news-muban {
	padding: 0 !important;
}

.ulstyle {
	border: 0;
	margin: 0;
	padding: 0px;
	list-style: none;
}

.nav-tabs li {
	width: 50%;
	text-align: center;
	margin: 0;
}

.nav-tabs .nav-item {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs li a {
	padding: 12px 25px;
	margin: 0;
	border-radius: 0;
	background: #f0f0f0;
	color: #3d3c3c;
	display: block;
	border: 1px solid transparent;
	border-top-left-radius: .215rem;
	border-top-right-radius: .215rem;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.nav-tabs li.active a {
	background: #ffffff;
	color: #333333;
}

.tab-content {
	background: #ffffff;
	padding: 15px;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.list-group .tag-pill.up {
	margin: 0;
	display: inline-block;
	padding: 1px 6px;
}

.list-group li:nth-child(-n 3) .tag-warning {
	background-color: #ff7f3e;
	color: #fff;
}

.tag-pill.up {
	position: relative;
	top: -10px;
	border-radius: 15px;
}

.tag {
	font-size: 14px;
}

.list-group a {
	margin-left: 5px;
	line-height: 32px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 210px;
	display: inline-block;
}

.list-group .time {
	display: block;
	margin-left: 30px;
	color: #999999;
}
@media (max-width: 767px){
    body {
        padding-right: 0;
        padding-left: 0;
    }
    .subcolumn-nav li
    {
      width: 33.33%;
    
      float: left;
    
    }
}

@media (max-width:640px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
    #box{
        width: 100%;
    }
    
    .div1{
        width: 100%;
    }
    .div2 {
        width: calc((100% - 30px));
        left: 15px;
    }
    #dotle{
        padding-right: 0;
        padding-left: 0;
    }
    #dotle .row{
        margin-right: 0;
        margin-left: 0;
    }
    .ey-news-bar{
        margin-left: 0;
    }
}