@font-face {font-family: 'Century';src: url('../fonts/Century.eot?r=62144307125');src: url('../fonts/Century.eot?r=62144307125?#iefix') format('embedded-opentype'),url('../fonts/Century.woff2') format('woff2'),url('../fonts/Century.woff?r=62144307125') format('woff'),url('../fonts/Century.ttf') format('truetype');font-weight: normal;font-style: normal;}.cssf17bc02ea5a8d{font-family: 'Century';}
html,body,h1, h2, h3, h4, h5, h6, p, span, a {font-family: Century;}
ul,li {padding: 0px;margin: 0px;list-style: none;}

/*位置控制*/
.vertical-align {
	font-size: 0
}
.vertical-align:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: ""
}
.vertical-align-bottom,
.vertical-align-middle {
	display: inline-block;
	max-width: 100%;
	font-size: 14px
}
.vertical-align-middle {
	vertical-align: middle
}
.vertical-align-bottom {
	vertical-align: bottom
}


/*导航样式*/
.site-header.position {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	/*background: rgba(0,0,0,0.5);*/
}
.site-header.position1 #tophead {
	background: #222;
}
.site-header.position1 .met-nav {
	background: #fff;
}
.site-header.position1 .nav>li>a {
	color: #222 !important;
}
.site-header #tophead {
	padding: 6px 0;
	border-bottom: 1px solid rgba(181, 181, 181, 0.3);
	font-size: 14px;
}
.site-header #tophead ul {
	margin-bottom: 0;
	padding-left: 0px;
}
.site-header #tophead a {
	color: #fff;
}
.site-header #tophead .tophead-contact {
	float: left;
}
.site-header #tophead .tophead-contact li {
	display: inline-block;
	margin-right: 10px;
}
.site-header #tophead .tophead-contact li i {
	color: #999;
	padding-right: 10px;
}
.site-header #tophead .tophead-right {
	color: #fff;
	float: right;
}
.site-header #tophead .tophead-right i {
	color: #999;
	padding-right: 10px;
}
@media (max-width: 767px) {
	.site-header #tophead {
		display: none;
	}
}
.rat-nav {
	margin-bottom: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	border: 0px;
	background: #94c51b;
}
.rat-top-info {
	color: #fff;
	line-height: 40px;
	font-size: 16px;
    font-family: Century;
	font-weight: normal;
	word-break:keep-all;
	white-space:nowrap;
	margin: 0rem;
	padding-top: 35px;
}
.rat-top-infoc {
	color: #fff;
    font-family: Century;
	font-weight: normal;
	word-break:keep-all;
	white-space:nowrap;
	margin: 0rem;
	padding-top: 30px;
}
.rat-top-infoc p {
	line-height: 35px;
	font-size: 24px;
	margin: 0px;
}
.rat-top-infoc span {
	line-height: 25px;
	font-size: 16px;
	display: block;
}

.vertical-align {
	display: inline-table;
}
.vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}
.stricky-fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	margin-top: 0 !important;
	background: #94c51b;
	width: 100%;
	border: 0px;
	border-radius: 0px;
    z-index: 100;
}
.stricky-fixed .nav>li>a {
	color: #fff !important;
}
/*手机端菜单*/
.menu_pp {
	margin-right: 80px;
	float: right;
}
.menu_pp_nav{
	width: 300px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: -300px;
	border-left: 1px solid #f0f0f0;
	color: #fff;
	overflow: hidden;
	z-index: 100;
}
.menu_pp_nav ul{
	width: 100%;
	padding-top: 30px;
}
.menu_pp_nav>ul{
	height: 100%;
	background-color: #fff;
	position: absolute;
	left:0;
}
.menu_pp_nav ul a{
	display: block;
	color: #333;
	border-top: 1px solid #ccc;
}
.menu_pp_nav ul li:first-of-type a{
	border: none;
}
.menu_pp_nav ul li{
	padding:0 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	position: relative;
}
.menu_pp_nav ul li span{
	font-size: 30px;
	color: #181878;
	position: absolute;
	right: 35px;
	top: -3px;
}
.menu_pp_logo{
	width: 100%;
	padding: 15px 30px 0 30px;
	overflow: hidden;
	position: relative;
}
.menu_pp_search{
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.menu_pp_search input{
	width: 100%;
	height: 35px;
	padding-left: 10px;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.menu_pp_search>i{
	width: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
}
.menu_pp_logo>img{
	width: 60%;
}
.menu_pp_logo h2{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
}
.logo_close{
	width: 30px;
	height: 30px;
	border-radius:15px;
	border: 1px solid #181878;
	float: right;
	position: relative;
	right: 0;
	top: 4px;
	z-index: 11;
}
.logo_close span:first-of-type{
	display: block;
	background-color: #181878;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(-45deg);
}
.logo_close span:last-of-type{
	display: block;
	background-color: #181878;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(45deg);
}
.menu_pp_two{
	width: 100%;
	height: 100%;
	color: #333;
	padding: 15px 0;
	position: absolute;
	left: -100%;
	bottom: 0;
	z-index: 10;
	background-color: #fff;
	overflow-y: auto;
}
.menu_pp_two ul{
	padding: 0;
}
.menu_pp_two h3{
	line-height: 45px;
	font-size: 16px;
	padding-left: 45px;
	position: relative;
}
.menu_pp_two h3 span{
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: -3px;
	color: #181878;
}
.menu_pp_two h2{
	font-size: 18px;
	padding: 30px 30px;
}

	/*公共头部*/
	/*手机端菜单图标*/
	.menu_icon{
		width: 40px;
		position: relative;
		top: 35px;
	}
	.menu_icon span{
		display: block;
		width: 70%;
		height: 2px;
		border-radius: 2.5px;
		background-color: #fff;
		position: absolute;
		left: 15%;
	}
	.menu_icon span:nth-child(1){
		top:12px;
	}
	.menu_icon span:nth-child(2){
		top: 19px;
	}
	.menu_icon span:nth-child(3){
		top: 26px;
	}
	.menu_icon p {
		color: #fff;
		font-size: 20px;
		width: 80px;
		padding-left: 40px;
		padding-top: 5px;
        font-family: Century;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(2){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(1){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon6 1s forwards;
	}
	@keyframes icon1{
		0%{top:12px;transform: rotate(0deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:19px;transform: rotate(405deg);}
	}
	@keyframes icon3{
		0%{top:26px;transform: rotate(0deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:19px;transform: rotate(405deg);}
	}
	@keyframes icon2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(495deg);}
	}
	@keyframes icon4{
		0%{top:19px;transform: rotate(405deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:12px;transform: rotate(0deg);}
	}
	@keyframes icon6{
		0%{top:19px;transform: rotate(405deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:26px;transform: rotate(0deg);}
	}
	@keyframes icon5{
		0%{transform: rotate(495deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(0deg);}
	}
	/*头部公共END END END*/
	/*公共头部*/
	.bg_box{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: -100%;
		background-color: rgb(0, 140, 208);
		opacity: 0.5;
		transition: all 0.5s;
	}

/* Banner */
.rat-banner {width: 100%;margin-left: auto;margin-right: auto;overflow: hidden;position: relative;}
.rat-banner .swiper-pagination-bullet {opacity: 1;width: 50px;height: 7px;background: #fff;border-radius: 0;}
.rat-banner>.swiper-pagination-bullets {text-align: center;bottom: 20px;}
.rat-banner .swiper-pagination-bullet-active {background: #2457a0;}
@media (max-width:767px) {
	.rat-banner {	margin-top: 0px;}
	.rat-banner .swiper-pagination-bullet {	width: 20px;	height: 4px;}
	.rat-banner>.swiper-pagination-bullets {bottom: 5px;}
	.swiper-button-next,.swiper-button-prev {display: none;}
}

.rat-index-order {
	background: #94c51b;
	padding: 30px 0;
	font-size: 24px;
	color: #fff;
}
.order-text {float: left;font-family: Century;}
.btn-order {
	border: 2px solid #fff;
	line-height: 30px;
	background: inherit;
	font-weight: bold;
    font-family: Century;
	float: right;
	text-decoration: initial;
	padding: 5px 20px;
	font-size: 16px;
	color: #fff;
}
.btn-order:hover {color: #fff;}

.rat-index-all {
	padding: 50px 0;
}
.rat-index-about {
	margin-bottom: 50px;
}
.rat-index-about h2 {
	font-size: 30px;
    font-family: Century;
	line-height: 40px;
	color: #333;
}
.rat-index-aboutinfo {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.rat-index-aboutother,.rat-index-aboutotherc {
	text-align: center;
	padding: 20px 0;
}
.rat-aboutother-ico {

	width: 150px;
	height: 150px;
	line-height: 120px;
	border-radius: 50%;
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
.rat-aboutother-ico i {
	color: #fff;
	line-height: 150px;
	font-size: 52px;
}
.rat-index-aboutother h3,.rat-index-aboutotherc h3 {
	font-size: 40px;
    font-family: arial;
	line-height: 35px;
	font-weight: normal;
	color: #94c51b;
}
.rat-index-aboutother em,.rat-index-aboutotherc em {
	font-size: 24px;
	display: block;
	font-style: normal;
}
.rat-index-aboutother span,.rat-index-aboutotherc span {
	font-size: 18px;
	color: #94c51b;
	display: block;
	margin-bottom: 10px;
}
.rat-index-aboutother p,.rat-index-aboutotherc p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
}

.rat-index-prolist {
	overflow: hidden;
}
.rat-index-prolist33 {
	width: 25%;
	float: left;
	position: relative;
}
.rat-index-prolist33 img {
	width: 100%;
}
.rat-index-prolistbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
}
.rat-index-prolist33:hover .rat-index-prolistbg {
	display: none;
}
.index-prolistzhong {
	width: 300px;
	height: 90px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -45px;
}
.rat-index-prolistbg .index-prolistzhong h2 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	margin: 10px 0px;
}
.rat-index-prolistbg .index-prolistzhong p {
	color: #fff;
	line-height: 33px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.rat-index-pro {
	padding: 100px 0;
    overflow: hidden;
}
.rat-index-protitle {
    padding: 0px;
    margin: 0px 0px 30px;
    line-height: 40px;
    overflow: hidden;
}
.rat-index-protitle h3 {
    font-size: 36px;
    float: left;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-index-protitle span {
    font-size: 16px;
    float: right;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.rat-index-prozu {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
.rat-index-prozu .swiper-button-next {
    color: #333;
    font-size: 32px;
    right: 0px;
    background: none;
}
.rat-index-prozu .swiper-button-prev {
    color: #333;
    font-size: 32px;
    left: 0;
    background: none;
}
.rat-index-proainfo {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-index-protxt {
    width: 55%;
    background: url(../images/proinfobg.jpg);
    margin: 40px 0px;
    padding: 80px 60px;
    border-radius: 10px 0px 0px 10px;
    float: left;
    color: #fff;
    overflow: hidden;
}
.rat-index-protxt h4 {
    font-size: 32px;
    padding: 0px;
    margin: 0px 50px 30px 0px;
    line-height: 40px;
}
.rat-index-protxt p {
    font-size: 16px;
    line-height: 35px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-index-protxt span {
    font-size: 16px;
    padding: 0px;
    margin: 20px 0px 0px;
    text-decoration: underline;
    text-transform: Uppercase;
    display: block;
}
.rat-index-proimg {
    width: 45%;
    border-radius: 10px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.rat-index-otherinfo {
    padding: 0px 0px 100px;
    overflow: hidden;
}

.rat-index-othertitle {
    font-size: 36px;
    font-family: Century;
    line-height: 40px;
    color: #333;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 60px;
    overflow: hidden;
}
.rat-index-otherimg {
    text-align: center;
}
.rat-index-othertxt {
    font-size: 18px;
    text-align: center;
    padding: 0px;
    margin: 20px 0px 0px;
}

.rat-index-othernext {
    padding: 0px;
    margin: 80px 0px 0px;
    overflow: hidden;
    position: relative;
}
.rat-index-othernext img {
    border-radius: 10px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-index-othernext h3 {
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}


footer {
	background: #707070;
	padding-top: 30px;
}
.Bottom_Title h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
	line-height:35px;
}
.Bottom_Title hr {
	border:1px double #94c51c;
    width: 45px;
    margin: 0px;
	padding:0px;
	overflow:hidden;
}
.bottom_list {
	padding:20px 0px;
	font-size:14px;
	color:#d4d4d4;
	margin:0px;
}
.bottom_list p {

}
.bottom_list input {
	width: 80%;
	padding: 5px;
	border: 1px solid #ccc;
	background: inherit;
	display: block;
	line-height: 25px;
	color: #fff;
}
.bottom_list button {
	background: #94c51c;
	color: #fff;
	line-height: 35px;
	border: 0;
	padding: 0px 20px;
	margin-top: 20px;
}
.bottom_list ul {padding:0px; margin:0px;}
.bottom_list li{text-align:left;position:relative;display:block;line-height:30px; font-family:Arial; font-size:14px; padding:0px; margin:0px; color: #fff;}
.bottom_list a {color:#d4d4d4;}

.rat-footerbottom {
	border-top: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	padding: 5px 0px;
	color: #d4d4d4;
	text-align: center;
}

@media (max-width:767px) {
    .site-header.position {position: initial;}
    .navbar-header {/* width: 70%; */padding: 10px;overflow: hidden;float: left;}
    .menu_pp {margin-right: 60px;}
		.menu_icon {top:25px;}
    .navbar-logo {
        width: 100%;
        height: initial;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
        text-align: center;
        float: initial;
        display: block;
    }
    .navbar-logo > div {display: initial;}
    .rat-top-info,.rat-top-infoc {padding: 0px; font-size: 14px; white-space: initial; line-height: 20px;display: none;}
	.rat-index-order {font-size: 18px; padding: 20px 10px;}
	.rat-index-order .order-text {width: 65%; float: left;}
	.btn-order {line-height: 25px;padding: 5px 10px;font-size: 12px; margin-top: 5px;}
	.rat-index-all {padding: 20px 0;}
	.rat-index-about h2 {font-size: 20px;}
	.rat-index-aboutinfo {font-size: 12px; line-height: 20px;}
	.rat-index-aboutother,.rat-index-aboutotherc {padding: 10px 0;}
	.rat-index-aboutother h3,.rat-index-aboutotherc h3 {font-size: 30px;}
	.rat-index-aboutother em,.rat-index-aboutotherc em {font-size: 16px;}
	.rat-index-aboutother span,.rat-index-aboutotherc span {font-size: 14px;}
	.rat-index-aboutother p {font-size: 12px; height: 100px;}
	.rat-index-aboutotherc p {font-size: 12px; height: 50px;}
	.rat-index-prolist33 {width: 100%;}
	.rat-index-pro {padding: 20px 0;}
    .rat-index-protitle {margin: 0px 0px 10px;}
    .rat-index-protitle h3 {font-size: 28px;}
    .rat-index-protitle span {font-size: 14px;}
    .rat-index-protxt {width: 100%;margin: 0px;padding: 20px;border-radius: 10px 10px 0px 0px;}
    .rat-index-proimg {width: 100%; border-radius: 0px 0px 10px 10px;}
    .rat-index-otherinfo {padding-bottom: 20px;}
    .rat-index-othertitle {font-size: 26px;margin-bottom: 20px;}
    .rat-index-othertxt {margin: 10px 0px 20px;}
    .rat-index-othernext {margin: 20px 0px 0px;}
	footer {padding: 0px;}
	.rat-footerbottom {border: 0;}
}

/* 内页开始 */
.rat-main-all {
	padding: 40px 0px;
	overflow: hidden;
}
.rat-subcolumn-nav { text-align: center; background: ; background: ; border-bottom: 1px solid; border-color: #7f8891; border-color: #e8edf0; }
.overflow-visible { overflow: visible !important; }
.rat-subcolumn-nav .rat-subcolumn-nav-ul { padding: 0; list-style: none; margin: 0; text-align: center; display: -webkit-box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.rat-subcolumn-nav .rat-subcolumn-nav-ul>li { white-space: nowrap; display: inline-block; float: none }
.rat-subcolumn-nav .rat-subcolumn-nav-ul>li a.link { text-decoration: none; display: block; margin: 0 5px; font-size: 16px; line-height: 55px; text-align: center; padding: 0 20px; height: 55px; color: #2f3338; color: ; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; position: relative; font-weight: 300; }
.rat-subcolumn-nav .rat-subcolumn-nav-ul>li a.link:active, .rat-subcolumn-nav .rat-subcolumn-nav-ul>li a.link:focus, .rat-subcolumn-nav .rat-subcolumn-nav-ul>li a.link:hover { text-decoration: none }
.rat-subcolumn-nav .rat-subcolumn-nav-ul>li a.link:hover, .rat-subcolumn-nav .rat-subcolumn-nav-ul>li a.link.active { color: #4e97d9; font-size: 20px; font-weight: bold; }
.rat-subcolumn-nav .rat-subcolumn-nav-ul>li>ul>li>a.active { color: #4e97d9 !important; color:  !important; }
.rat-subcolumn-nav .rat-subcolumn-nav-ul>li a.active:after { content: ''; background: ; }
.rat-subcolumn-nav .rat-subcolumn-nav-ul>li .dropdown-menu { top: 40px }
.rat-subcolumn-nav .subcolumn-nav { }
.rat-subcolumn-nav .subcolumn-nav .dropdown-menu a { color: #2f3338 !important; color:  !important; }
.rat-subcolumn-nav .subcolumn-nav .dropdown-menu a:hover,.rat-subcolumn-nav .subcolumn-nav .dropdown-menu a.active { color: #4e97d9 !important; color:  !important; }
@media (max-width:767px) {
	.rat-subcolumn-nav .rat-subcolumn-nav-ul {display: block;}
	.rat-subcolumn-nav .rat-subcolumn-nav-ul>li {width: 50%; float: left;}
	.rat-subcolumn-nav .rat-subcolumn-nav-ul>li a.link {height: 35px; line-height: 35px;}
	.rat-subcolumn-nav .row { margin: 0 }
	.rat-subcolumn-nav .subcolumn-nav-location { float: none }
}

.rat-ny-editor {
    font-size: 14px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-ny-description {
    font-size: 14px;
    line-height: 30px;
    padding: 0px 0px 10px;
    margin: 0px 0px 20px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

/* 内页应用 */
.sy-main-honor {
    position: relative;
    margin-bottom: 20px;
    transition: all .2s;
		border: 1px solid #f8f8f8;
}
.sy-main-honor:hover{box-shadow:0 2px 8px 2px hsla(0,0%,87%,.8)}
.sy-main-honor-img {
    overflow: hidden;
    background: #fff;
		padding: 5px;
}
.sy-main-honor-img img {width: 100%;}
.sy-main-honor-text {
		background: #f6f6f6;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14px 5px;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #666;
		font-weight: bold;
}
.sy-main-honor-text span {position: absolute; right: 10px;}
.sy-main-honor:hover .sy-main-honor-text span {transition: 1s; right: 25px;}

/* 内页新闻 */
.newslist {}
.newslist li {
    width: 100%;
    background:#fff;
    padding: 18px;
    border:1px solid #f0f0f0;
    float:left;
    overflow:hidden;
    margin-bottom:20px;
    transition:all 0.6s;
    position:  relative;
}
.newslist li:hover {
    box-shadow:0px 5px 10px 0px #eee;transition:all 0.6s
}
.newslist .newimg {
    overflow: hidden;
    float: left;
    margin-right: 24px;
}
.newslist .newimg img {
    height: 160px;}
.newslist li h6 {
    font-size: 18px;
    font-weight: 900;
    color: #444444;
    margin: 16px auto 8px auto;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.newslist li p {
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 22px;
    margin-bottom: 18px;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newslist li span {
    color: #999;
    font-size: 14px;
    display: block;
    float: left;
		margin-bottom: 20px;
}
.newslist li .nse {
    font-size: 14px;
    color: #666666;
    width: 100px;
    height: 38px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    display: block;
    float: right;
    line-height: 38px;
    transition: all 0.6s;
    position: absolute;
    right: 15px;
    bottom: 20px;
}
.newslist li:hover .nse {
    border:1px solid #0071bf;
    background:#0071bf;
    color:#fff;
    margin-top:-6px;
    transition:all 0.6s;
}
.newsinfo-title {
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.newsinfo-title h1 {
	font-size: 18px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	margin: 0px;
}
.newsinfo-title .newsother {
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newsinfo-details {
	line-height: 25px;
	font-size: 16px;
	padding-top: 20px;
}
.rat-ny-bottom {
    padding: 10px 0px;
    margin: 20px 0px 0px;
    border-top: 1px dashed #999;
    overflow: hidden;
}
.rat-ny-bottom .previous {float: left;}
.rat-ny-bottom .previous a {color: #999;}
.rat-ny-bottom .next {float: right;}
.rat-ny-bottom .next a {color: #999;}

table,table tr th, table tr td { border:1px solid #999; padding: 2px 5px; width: initial;}
table { min-height: 25px; line-height: 25px; font-size: 14px; border-collapse: collapse; width: 100%;}

/* 分页 */
.pagination{display:inline-block;padding-left:0;margin:0px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
