.rn_about > .box { margin-top: .3rem;
}
.rn_about > .box .boxLeft { width: 60%; font-size: .2rem;
color: #666; line-height: .3rem;
text-align: justify; }
.rn_about > .box .boxRight { width: 35%; }
.rn_about > .box .boxRight p { overflow: hidden; }
.rn_about > .box .boxRight p img { width: 100%; transition: 0.4s; }
.rn_about > .box .boxRight:hover img { transform: scale(1.1); }
@media screen and (max-width: 1280px) {
.rn_about > .box .boxLeft { width: 100%; }
.rn_about > .box .boxRight { width: 100%; margin-top: 0.3rem; }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 669px) {
}
.flexBetween { display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
.clearfix:after { content: ""; height: 0; display: block; clear: both; }
.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: #00469E; 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: #00469E; 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: #00469E; border-color: #00469E }
.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 }
/*内页内容结束*/
.con { padding: 0 var(--bj); }
.con0 { position: relative; }
.con1 { position: absolute; top: 0; right: 0; width: 36%; height: 100%; background: rgba(20,122,193,0.8); padding: 40px; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.con1 p { color: #fff; }
.ct-title { text-align: left; color: #fff; margin: 20px 0 40px 0; text-align: left; font-size: 2em; font-weight: bold; padding-bottom: 20px; position: relative; /*background:url(../images/line.png) bottom left no-repeat;*/ }
.ct-title:after { content: ''; width: 44px; height: 4px; background: #fff; border-radius: 10px; position: absolute; bottom: 10px; left: 0; }
.ct-content { text-align: left; line-height: 2; font-size: 1.3em; }
.ct-content p img { width: 24px; margin-right: 15px; }
.ct-content p { font-size: 1em; }
/*内页内容结束*/
.img-responsive { display: block; max-width: 100%; height: auto; }
@media screen and (max-width: 1680px) {
.ct-title {  font-size: 1.5em; margin: 20px 0; }
.ct-content p { font-size: 0.8em; }
}
@media screen and (max-width: 1280px) {
.ct-content p { font-size: 0.7em; }
.con1 { width:45%; }
}
@media screen and (max-width: 980px) {
.con1{ position:relative; width:100%; padding:10px 20px;}
}
