li, ol, ul {
    margin: 0;
    padding: 0;
    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
}

.rat-header-flx {
	position: absolute;
	width: 100%;
	padding: 0px;
	margin: 0px;
	top: 0;
	z-index: 20;
}
.rat-header-top {
	padding: 10px 0px;
	overflow: hidden;
}
.rat-logo {
	overflow: hidden;
}
.rat-search {
	margin-top: 30px;
}
.e_box {
    position: relative;
    border: 0;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0;
}
.p_contentBox {
    width: auto;
    height: auto;
    overflow: visible;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: none;
    border-color: rgba(228,228,228,0);
    background-color: transparent;
    position: relative;
}
.p_searchBox {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228,228,228,1);
    background-color: transparent;
    position: relative;
    border-left: none;
    border-right: none;
    border-top: none;
}
.p_searchBox .p_input {
    width: 150px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    color: inherit;
    position: relative;
    font-size: 14px;
}
.p_input input, .p_input .InputText {
    display: inline-block;
    height: 100%;
    width: inherit;
    line-height: inherit;
    border-width: 0px;
    border-style: solid;
    border-color: #f0f0f0;
    padding: 0px!important;
}
.p_searchBtn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgba(255,255,255,1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    background-color: rgba(217, 35, 22, 1);
    text-align: center;
    position: inherit;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    /* background-size: 100% 100%; */
    border-radius: 50%;
    margin-left: 10px;
}
.p_searchBtn .font {
    display: inline-block;
    vertical-align: middle;
    bottom: 0;
    height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
    position: relative;
    text-align: center;
}
.p_searchBtn .i_buttonText {
    display: none;
}
.rat-header-link {
	padding: 10px 0;
	overflow: hidden;
}
.rat-header-link p {
	font-size: 16px;
	text-align: right;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-header-link p span {
	font-size: 20px;
	font-weight: bold;
	color: #C00;
}
.rat-header-bottom {
	background-color: #6386c1;
}
.navbar-nav,.navbar-nave {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.navbar-nav li a {
	line-height: 35px;
	padding: 5px 29px;
	overflow: hidden;
	color: #fff;
	display: block;
}
.navbar-nave li a {
	line-height: 35px;
	padding: 5px 26px;
	overflow: hidden;
	color: #fff;
	display: block;
}
.navbar-nave>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-nav li a:hover,.navbar-nav li.active a,.navbar-nave li a:hover,.navbar-nave li.active a {
	background: #C00;
	color: #fff;
}.nav .nav-down { position: absolute; left: 50%; margin-left: -63px; top: 45px; min-width: 120px; border: 0px; z-index: 99; background: #C00 ; text-align: left; /* box-shadow: 1px 1px 8px #888; */ padding: 10px 0px; border-radius: 5px; }
.nav .nav-down {transition: all 2s linear;}
.nav .nav-down li { float: none; display: block; width: 100%; }
.nav .nav-down li a { font-size: 14px; line-height: 30px; color: #fff; display: block; }
.nav .nav-down li a:hover,.nav .nav-down li a:focus { color: #fff;font-weight: bold; background: initial; }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,.nav>li>a:focus, .nav>li>a:hover {
	background-color: #C00;
	color: #fff;
}
@media (min-width:768px) {
	.navbar-nave > li {float: left;}
	.navbar-toggler {display: none;}
}
@media (max-width:767px) {
	.rat-logo {width: 75%;}
	.rat-logo img {width: 100%;}
	.navbar-nav > li,.navbar-nave > li {padding: 0px;}
	.nav .nav-down {margin-left: 15px; padding: 5px 0px 0px; text-align: left;}
	.navbar-toggler {border: 0px;background: #fff;margin-top: 5px;height: 30px;margin-right: 0px;}
	.navbar-nav .open .dropdown-menu,.navbar-nave .open .dropdown-menu {margin-left: 0px; padding-left: 20px;background: #C00;}
}

/*手机板面导航*/
.hamburger {
  font-size: 20px;
  vertical-align: middle;
}
.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  -webkit-transition: -webkit-transform .2s ease-in-out;
       -o-transition:      -o-transform .2s ease-in-out;
          transition:         transform .2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
  content: "";
}
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  display: block;
  width: 1em;
  height: .1em;
  margin: 0;
  background: #294d89;
  border-radius: 1px;
}
.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
  background: #76838f;
}
.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
  background: #294d89;
}
.hamburger .hamburger-bar {
  margin: .2em 0;
}
.hamburger-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
	background: #fff;
  }
.collapsed .hamburger-bar {
	background: #294d89;
}
.hamburger-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
  opacity: 1;
}
.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
  width: .6em;
  -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
          transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
  border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
  width: .6em;
  -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
          transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}

.rat-banner {
  width: 100%;
	margin-top: 149px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.rat-banner .swiper-pagination-bullet{
	opacity: 1;
	background: #ccc;
}
.rat-banner>.swiper-pagination-bullets{
	text-align: center;
	bottom: 20px;
}
.rat-banner .swiper-pagination-bullet-active{
	background:#000;
}
@media (max-width:767px) {
	.rat-banner {margin-top: 58px;}
}

.rat-index-proall {
	padding: 50px 0px;
}

.rat-index-prolist {
	background: #f6f6f6;
	overflow: hidden;
}
.rat-index-prolist h3 {
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
	color: #fff;
	background: #6386c1;
	overflow: hidden;
}
.rat-index-prolist ul {
	padding: 0px 10px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-prolist li {
	line-height: 35px;
	font-size: 13px;
	padding: 10px 0px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.rat-index-prolist li:last-child {
	border-bottom: 0px;
}
.rat-index-prolist li a {
	color: #666;
}
.rat-index-protitle {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	overflow: hidden;
}
.rat-index-protitle h4 {
	line-height: 45px;
	font-size: 16px;
	font-weight: normal;
	color: #6386c1;
	border-bottom: 3px solid #6386c1;
	margin: 0px;
	padding: 0px 20px;
	float: left;
}
.rat-index-protitle span {
	line-height: 35px;
	font-size: 14px;
	padding: 0px 10px;
	color: #999;
	float: right;
	overflow: hidden;
}
.rat-index-proinfo {
	margin: 10px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
.rat-index-proimg {
	border: 1px solid #999;
	overflow: hidden;
}
.rat-index-proimg img {
	width: 100%;
}
.rat-index-protxt {
	padding: 5px 0;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	overflow: hidden;
	color: #333;
}

.rat-index-aboutbg {
	background: #f9f9f9;
	padding: 50px 0;
	overflow: hidden;
}
.rat-index-aboutcon {
	
}
.rat-index-aboutname,.rat-index-aboutnameen {
	overflow: hidden;
}
.rat-index-aboutname span,.rat-index-aboutnameen span {
	font-size: 14px;
	line-height: 30px;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-aboutname h3 {
	font-size: 32px;
	line-height: 45px;
	color: #333;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-aboutnameen h3 {
	font-size: 20px;
	line-height: 45px;
	color: #333;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-abouttxt {
	margin: 20px 0px;
	overflow: hidden;
}
.rat-index-abouttxt p {
	padding: 0px;
	font-size: 14px;
	line-height: 35px;
	margin: 0px;
	color: #666;
	overflow: hidden;
}
.rat-index-aboutbtn {
	display: block;
    vertical-align: middle;
    width: 160px;
    height: 50px;
		line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    position: relative;
    text-align: center;
		background: #6386c1;
}

.rat-index-xuanzebg {
	background: url(../images/xuanze_bg.jpg) no-repeat center top;
	padding: 50px 0;
	overflow: hidden;
}
.rat-index-xuanzetitle {
	padding: 0px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}
.rat-index-xuanzeall {
	margin: 10px 0;
	overflow: hidden;
}
.rat-index-xuanzeone {
	padding: 40px 20px 40px 80px;
	border-bottom-color: rgba(187, 187, 187, 1);
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.rat-index-xuanzeone h3 {
	font-size: 30px;
	line-height: 45px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.rat-index-xuanzeone h3 i {
	padding-right: 10px;
	display: inline-flex;
}
.rat-index-xuanzeone h3 span {
	margin-top: 10px;
	display: inline-table;
}
.rat-index-xuanzeone p {
	font-size: 14px;
	line-height: 35px;
	margin: 0px;
	overflow: hidden;
}

.rat-index-news {
	background: url(../images/index-newsbg.jpg) repeat-x center top #fff;
	padding: 50px 0;
	overflow: hidden;
}
.rat-index-newstitle {
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	padding: 0px;
	margin: 20px 0px;
	overflow: hidden;
}
.rat-index-newstitle span {
	font-size: 32px;
	line-height: 45px;
	margin-top: 15px;
	padding-left: 20px;
	font-weight: normal;
	text-transform: uppercase;
	overflow: hidden;
}
.rat-index-newsinfo {
	padding: 20px 0;
	overflow: hidden;
}
.rat-index-newsinfo li {
	margin: 0px;
	font-size: 16px;
	border-bottom: 1px dashed #999;
	padding: 15px 5px;
	color: #999;
	overflow: hidden;
}
.rat-index-newsinfo li a {
	color: #333;
}
.rat-index-newsinfo li a:hover {
	color: #C00;
	text-decoration: initial;
}
.rat-index-newsinfo li span {
	float: right;
}

/* 底部开始 */
.rat-footer-bg {
	margin-top: 50px;
	background: #f6f6f6;
}
.rat-footer-top {
	padding: 50px 0 30px;
	border-bottom: 1px solid #d2d2d2;
}
.rat-footer-top .footerImg{float:  left; width: 28%;height: 194px;margin-right: 1%;}
.rat-footer-top .footerAbout{float:  left; width: 68%;margin-right: 2%;}
.rat-footer-top .footerAbout .footerLogo{margin-bottom: 18px;text-align: left;}
.rat-footer-top .footerAbout .f_aboutContent{color:#333;line-height: 30px; font-size: 14px;}
.rat-footer-top .footerAbout .f_aboutContent h3 {margin-top: 10px; font-weight: normal;}
.rat-footer-top .footerAbout .f_aboutContent p {margin: 0px;}
.rat-footer-top .footerAbout .f_aboutMore{display: inline-block;color:#888;margin-top: 25px;}

.rat-footer-top .footerInfo strong{display: block; font-family:'Whitney';font-size: 16px;color:#000;font-weight:normal;margin-bottom: 24px; }
.rat-footer-top .footerInfo ul li {float: left;width: 100%;margin-bottom: 6px;color:#333;}
.rat-footer-top .footerInfo ul li a{color:#333; font-size: 14px;}

.rat-footer-top .footerFollow strong{display: block; font-family:'Whitney';font-size: 16px;color:#000;font-weight:normal;margin-bottom: 24px; }
.rat-footer-top .footerFollow #newsletter_form .newsletter_input{width: 188px;height: 33px;border:1px solid #cfcfcf;padding:0 0 0 18px;box-sizing: border-box;border-radius: 15px;background: #f6f6f6;}
.rat-footer-top .footerFollow #newsletter_form .newsletter_input::-webkit-input-placeholder {color:#999; font-family: 'WhitneyLight';}
.rat-footer-top .footerFollow #newsletter_form .newsletter_input:-moz-placeholder {color:#999; font-family: 'WhitneyLight';}
.rat-footer-top .footerFollow #newsletter_form .newsletter_input::-moz-placeholder {color:#999; font-family: 'WhitneyLight';}
.rat-footer-top .footerFollow #newsletter_form .newsletter_input:-ms-input-placeholder {color:#999; font-family: 'WhitneyLight';}
.rat-footer-top .footerFollow #newsletter_form .newsletter_submit{width: 90px;height: 33px;background: #d82728;color:#fff;font-family: 'Whitney';border-radius: 16px;margin-left: 5px;border: 0px;}
.rat-footer-top .footerFollow .follow_title{margin: 40px 0 10px;font-family:'Whitney';color:#000; font-size: 16px; }
.lang_zh_cn .rat-footer-top .footerFollow .follow_title{margin: 0 0 20px;}
.rat-footer-top .footerFollow .f_share a{display: inline-block;vertical-align: middle; margin-right: 18px;}
.rat-footer-top .footerFollow .f_share a:hover img{ -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); filter: none;}
.rat-footer-top .footerFollow .f_share a img{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.rat-footer-top .footerFollow .f_share a.cn_share img{-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none;}
.rat-footer-top .footerFollow .f_share a:last{ margin-right: 0;}
.rat-footer-top .footerFollow .codeList{margin-top: 35px;text-align: center;}
.rat-footer-top .footerFollow .codeList .weChatCode{width: 100px;height: 100px;float: left;margin-right:15px; }
.rat-footer-top .footerFollow .codeList .weiboCode{width: 100px;height: 100px;float: left;}

.rat-footer-bottom {
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
    color: #fff;
		background: #6386c1;
    font-size: 16px;
    line-height: 30px;
}
@media (max-width:767px) {
	.rat-index-proall,.rat-index-aboutbg,.rat-index-xuanzebg {padding: 30px 0px;}
	.rat-index-prolist li {width: 48%; margin: 0px 1%; padding: 5px 0px; float: left;}
	.rat-index-aboutname span {font-size: 12px;}
	.rat-index-aboutname h3 {font-size: 26px;}
	.rat-index-abouttxt p {font-size: 14px; line-height: 25px;}
	.rat-index-aboutbtn {height: 40px; line-height: 40px; margin-bottom: 10px; width: 120px;}
	.rat-index-xuanzeone {padding: 15px; margin-bottom: 10px;}
	.rat-index-news {padding: 40px 0px 20px;}
	.rat-index-newstitle {font-size: 36px;}
	.rat-index-newstitle span {font-size: 18px;}
	.rat-index-newsinfo ul {padding: 0px; margin: 0px;}
	.rat-index-newsinfo li a {width: 70%; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; float: left;}
	.typeName {margin-bottom: 20px;}
	.rat-index-all,.rat-footer-bg {margin-top: 0px;}
	.feaTitle,.anchor-container {margin-bottom: 10px;}
	.rat-footer-top .footerAbout {width: 100%;margin-right: 0px;}
	.rat-index-newsone {padding: 10px 0;}
	.rat-footer-top {padding-top: 30px;}
}

/* 内页开始 */
.rat-ny-all {
	padding: 30px 0 0px;
	overflow: hidden;
}
/* 内页标题 */
.section-header{position:relative;display:block;width:100%;margin:0 auto 20px;text-align:center;font-size:0}
.section-header h3{position:relative;display:block;line-height:1;font-size:30px;z-index:5}
.green{color:#6386c1}
.black{color:#000}
.section-header p{display:block;line-height:1;font-size:18px;color:#b8b8b8;margin-top:10px;text-transform:uppercase}
.section-header .line{position:absolute;display:block;width:100%;height:1px;background-color:#d6d6d6;top:29px;left:0;text-align:center;z-index:2}
.section-header .line span{display:inline-block;width:240px;height:1px;background-color:#fff}

.rat-editer {
	/* border: 1px solid #f0f0f0; */
	padding: 0px;
	line-height: 35px;
	font-size: 16px;
	overflow: hidden;
}
.rat-order {
	width: 75%;
	margin: 30px auto;
}
#dituContent img {max-width: inherit;}
.rat-item {margin-bottom: 15px;}
.rat-item .img{ overflow: hidden; position: relative;margin:0px;border: 1px solid #eee;}
.rat-item .img img{ width: 100%; display: block; transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out;}
.rat-item .black-50{ transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); -webkit-transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);}
.rat-item .vico{ border-top: 10px solid transparent; border-bottom: 10px solid transparent; display: block; margin: 0px auto; height: 0; width: 0; border-left: 10px solid #f0f0f0; position: absolute; left: 50%; top: 50%; margin: -5px 0 0 -5px;}
.rat-item .t{color: #222222; display: block; margin:0px; padding:10px 5%; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; background-color: #f0f0f0;  line-height: 1.5; font-size: 16px; position: relative; z-index: 1;}
.rat-item .t:before{  content:""; z-index: -1; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #6386c1;background-color: ; -webkit-transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1); transition:transform .38s cubic-bezier(.4,0,.2,1),-webkit-transform .38s cubic-bezier(.4,0,.2,1); transform:scaleY(0); -webkit-transform:scaleY(0); -moz-transform:scaleY(0); transform-origin:50% 100% 0; -webkit-transform-origin:50% 100% 0; visibility:hidden\9;}
.rat-item:hover .img img{ transform:scale(1.06); -webkit-transform:scale(1.06);}
.rat-item:hover .t{color: #fff;}
.rat-item:hover .t:before{transform:scaleY(1); -webkit-transform:scaleY(1); -moz-transform:scaleY(1); transform-origin:50% 0 0; -webkit-transform-origin: 50% 0 0;visibility:visible\9;}
.rat-item:hover .black-50{opacity: 0; visibility: hidden\9; }

table,table tr th, table tr td { border:1px solid #ccc; padding: 2px 5px;}
table { min-height: 25px; line-height: 25px; font-size: 14px; border-collapse: collapse;} 

/* 新闻动态 */
.newslist {}
.newslist li {
	width: 100%;
    background:#fff;
		border-bottom: 1px dashed #eee;
    padding: 18px;
    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 {
    border:1px solid #f0f0f0;
    height: 120px;}
.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;
	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-page {
	border-top: 1px dashed #eee;
	padding: 5px 0px;
	overflow: hidden;
}
.rat-page a {
	color: #333;
}
.rat-pageright {
	text-align: right;
}
.rat-pro-title {
	font-size: 24px;
	text-align: center;
	padding: 10px 0px;
	border-bottom: 1px dashed #ccc;
	line-height: 25px;
	overflow: hidden;
}
.rat-pro-img {
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
}
.rat-pro-img img {
	max-width: 90%;
}
.rat-pro-infoall {
	
}
.rat-pro-infotitle {
	border-bottom: 1px solid #6386c1;
	margin-bottom: 20px;
	padding: 0px;
	overflow: hidden;
}
.rat-pro-infotitle span {
	background: #6386c1;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	border-radius: 5px 5px 0px 0px;
	margin: 0px;
	padding: 0px 30px;
	display: block;
	float: left;
	overflow: hidden;
}
.rat-pro-infodetails {
	font-size: 14px;
	line-height: 25px;
	padding: 0px 20px;
	margin: 0px;
	overflow: hidden;
}


/* 分页 */
.pagination{display:inline-block;padding-left:0;margin:20px 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}