@charset "utf-8";


.bx-content {
  width: 1200px;
  margin: 0 auto;
}

/*
    头部样式
*/

/*.header {
  width: 100%;
}
.head {
  width: 100%;
}

.head img {
  display: block;
  margin: 0 auto;
}*/

/*
.nav {
  width: 100%;
  height: 40px;
  background-color: #0065a3;
  padding-top: 3px;
}
*/

/*.nav-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav-list a {
  display: block;
  width: 240px;
  height: 38px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
}*/

/*.nav-list a.active {
  background-color: #ffffff;
  box-shadow: inset 0px 5px 5px 0px
  rgba(5, 62, 132, 0.13);
  border-radius: 10px 10px 0px 0px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #0065a3;
}*/

/*.curse {
  width: 100%;
  height: 45px;
  background-color: #f9f7e7;
}*/

/*
.curse-left {
  flex: 1;
  width: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
}

.curse-left img {
  width: 13px;
  height: 13px;
  margin-right: 10px;
}

.curse-left span {
  font-size: 14px;
  color: #333333;
}

.curse-left i {
  width: 1px;
  height: 13px;
  background-color: #9a9a9a;
  opacity: 0.3;
  margin: 0 12px;
}
*/

/*.curse-left p {
  flex: 1;
  width: 0;
  font-size: 14px;
  color: #0065a3;
  font-weight: bold;
}*/

/*.curse-right {
  width: 273px;
  height: 35px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 300px;
  padding: 0 10px;
}

.curse-right input {
  flex: 1;
  width: 0;
  height: 35px;
  font-size: 14px;
}

.curse-right img {
  width: 14px;
  height: 14px;
  margin-left: 30px;
}*/






/*
    底部
*/

/*.footer {
  width: 100%;
  height: 70px;
  background-color: #0065a3;
  margin-top: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}*/

/*
.footer p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin: 4px 0;
}

.footer p span {
  padding-left: 1px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.4;
  margin: 0 50px;
}

.footer p a {
  font-size: 14px;
  color: #ffffff;
}
*/









/*
    分页样式
*/
.page-box {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.pager {
  max-width: 800px;
  text-align: center;
  margin: 20px 0;
  display: inline-block
}

.pager a {
  cursor: pointer
}

.pager a, .pager span {
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #ebebeb;
  margin-left: -1px;
  color: #666666;
  display: inline-block;
  line-height: 28px;
  float: left;
  font-size: 12px;
  text-decoration: none;
  margin: 0 4px;
  border-radius: 0px;
}

/*.pager a:hover, .pager span:hover {
  border-color: #0065a3;
  color: #0065a3;
  position: relative;
  z-index: 1
}

.pager span.current {
  background-color: #0065a3;
  color: #fff;
  border-color: #ebebeb;
  position: relative;
  z-index: 1
}*/

.page-box.red .pager a:hover, .pager span:hover {
  border-color: #c30011;
  color: #c30011;
  position: relative;
  z-index: 1
}

.page-box.red .pager span.current {
  background-color: #c30011;
  color: #fff;
  border-color: #ebebeb;
  position: relative;
  z-index: 1
}

/*.pager .pg-prev, .pager .pg-next {*/
/*background: #fff url(../images/page_bg.jpg) 8px 7px no-repeat*/
/*}*/

/*.pager .pg-first:hover, .pager .pg-prev:hover, .pager .pg-next:hover, .pager .pg-last:hover {*/
/*    background: #fff url(../icon/page_bg_hover.jpg) 8px 7px no-repeat*/
/*}*/

.pager .pg-prev, .pager .pg-prev:hover {
  background-position: 3px -24px;
  background: #F2F2F2;
}

.pager .pg-next, .pager .pg-next:hover {
  background-position: -27px -24px;
  background: #F2F2F2;
}

.pager .pg-last, .pager .pg-last:hover {
  background-position: -21px 7px
}

/*.pager .pg-prev[disabled=true], .pager .pg-prev[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

/*.pager .pg-next[disabled=true], .pager .pg-next[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

.pager .pg-prev[disabled=true], .pager .pg-next[disabled=true] {
  border-color: #eee;
}

.pager span.els {
  border-color: transparent
}

.pagerHtmlWrap {
  width: 800px;
  margin: 30px auto
}

.pagerHtmlWrap .cc_cells {
  width: 100%;
  height: 35px;
  padding: 5px 0;
  border-bottom: 1px #ccc solid
}

.pagerHtmlWrap .cc_cells a {
  color: #454545;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none
}

.pagerHtmlWrap .cc_cells a span {
  display: inline-block;
  width: 25%;
  text-align: left;
  margin: 0
}


.j-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  margin-top: 50px;
}

.j-title b {
  font-size: 22px;
  color: #c30011;
  font-weight: bold;
  margin: 0 20px;
}

.j-title span {
  width: 96px;
  height: 1px;
  background-color: #c30011;
}

.j-content {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: justify ;
}

.j-detail {
  width: 100%;
  display: flex ;
  justify-content: space-between;
  margin-top: 50px;
}

.j-detail > div {
  padding: 0 20px;
  border-left: 1px solid #d9d9d9;
}

.j-detail > div span {
  font-size: 16px;
  color: #999999;
}

.j-detail > div p {
  font-size: 16px;
  color: #333333;
  padding-top: 10px;
}

.j-detail > div:last-child {
  border-right: 1px solid #d9d9d9;
}

.j-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.tti-item {
  width: 380px;
  margin-top: 30px;
  margin-right:30px;
}

.tti-img {
  width: 100%;
  height: 255px;
  border: solid 1px #dbdbdb;
}

.tti-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.tti-item p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.tti-item:nth-child(3n) {
  margin-right: 0;
}

.j-img {
  width: 100%;
}

.j-img img {
  display: block;
  margin: 0 auto;
  max-width: 380px;
}

.r-item {
  width: 1200px;

}

.r-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.r-box {
  width: 590px;
  height: 353px;
  background-color: #f1f1f1;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.r-img {
  width: 270px;
  height: 324px;
  background: #fff;
}

.r-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.r-tex {
  flex: 1;
  width: 0;
  margin-left: 20px;
}

.r-name {
  width: 100%;
  font-size: 22px;	color: #333333;
  font-weight: bold;
  margin-top: 30px;
}

.r-pozs {
  font-size: 16px;
  color: #c30011;
  margin: 25px 0;
}

.r-cont {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #dbdbdb;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #999999;
  height:170px;
  overflow-y: scroll;
}

.r-end {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
}

.r-ss {
  width: 285px;
  height: 404px;
  background-color: #f1f1f1;
  padding: 15px;
  margin-right: 20px;
}

.r-ss > div {
  width: 100%;
  height: 301px;
  background-color: #FFFFFF;
}

.r-ss > div img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.r-ss > p {
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 15px 0;
}

.r-ss > span {
  display: block;
  font-size: 14px;
  color: #c30011;
}

.r-ss:nth-child(4n) {
  margin-right: 0;
}

.swiper-box {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.swiper-box .swiper-button-next {
  right: -50px;
  color: #c30011;
}

.swiper-box .swiper-button-prev {
  left: -50px;
  color: #c30011;
}

.z-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0;
}

.z-item {
  width: 238px;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 30px;
  padding: 3px 30px;
}

.z-item:nth-child(4n) {
  border-right: 1px solid #d9d9d9;
}

.z-item  p {
  width: 100%;
  font-size: 16px;
  color: #333333;
  position: relative;
  font-weight: bold;
}

.z-item  p:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #cc0012;
  position: absolute;
  left: -15px;
  top: 8px;
}

.z-item span {
  display: block;
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}























