.container {
  width: 14rem;
  margin: 0 auto;
}
.column1 {
  overflow: hidden;
  position: relative;
}
.column1 .sySwiper {
  width: 100%;
  height: 100vh;
}
.column1 .sySwiper .banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.column1 .sySwiper .banner .img {
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.column1 .sySwiper .banner .text {
  width: 14rem;
  margin: 0 auto 0;
  padding-top: 3.7rem;
  color: #fff;
}
.column1 .sySwiper .banner .text p {
  font-family: 'Myriad Pro';
  font-size: 0.3rem;
  margin-bottom: 0.08em;
}
.column1 .sySwiper .banner .text h1 {
  margin-top: 0.42rem;
  font-size: 0.53rem;
  font-weight: normal;
}
.column1 .sySwiper .banner .text div {
  font-size: 0.36rem;
  margin-top: 0.22rem;
}
.column1 .sySwiper .syPagination {
  width: 14rem;
  text-align: left;
  left: 50%;
  margin-left: -7rem;
  bottom: 1.7rem;
}
.column1 .sySwiper .syPagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border-radius: 0.1rem;
}
.column1 .sySwiper .syPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.38rem;
  background: #6fba2c;
}
.column1 .bottom {
  width: 14rem;
  margin: 0 auto;
  position: absolute;
  bottom: 0.68rem;
  z-index: 10;
  left: 50%;
  margin-left: -7rem;
}
.column1 .bottom img {
  width: 0.64rem;
}
.column2 {
  position: relative;
  height: 5.18rem;
}
.column2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.column2 .links {
  width: 6.76rem;
  display: block;
  padding-top: 0.58rem;
}
.column2 .links .tit {
  color: #0b3583;
  font-size: 0.28rem;
  margin-bottom: 0.18rem;
}
.column2 .links .name {
  font-size: 0.32rem;
  color: #1b1b1b;
  line-height: 0.48rem;
  margin-bottom: 0.3rem;
  width:70%;
}
.column2 .links .section {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-indent:2em;
}
.column2 .links .more {
  margin-top: 0.58rem;
  display: flex;
  align-items: center;
  color: #0b3583;
  font-size: 0.14rem;
  transition: 0.2s;
}
.column2 .links .more img {
  width: 0.48rem;
  margin-right: 0.22rem;
}
.column2 .links .more:hover {
  transform: translateX(10px);
  opacity: 0.8;
}
.column3 {
  margin-top: 0.52rem;
}
.column3 .cell {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.44rem;
}
.column3 .cell .section {
  margin-right: 0.48rem;
  width: 4.56rem;
}
.column3 .cell .section .head {
  display: block;
  display: flex;
  justify-content: space-between;
  background: url(../img/line.png) no-repeat bottom right;
  background-size: 100%;
  position: relative;
  align-items: center;
}
.column3 .cell .section .head:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.05rem;
  height: 0.26rem;
  background: #0b3583;
  transform: translateY(-50%);
}
.column3 .cell .section .head_l {
  background: #f9f9f9;
  margin-left: 0.05rem;
  height: 0.41rem;
  line-height: 0.41rem;
  padding: 0 0.16rem;
  color: #333333;
  font-size: 0.24rem;
}
.column3 .cell .section .head_r {
  color: #999999;
  font-size: 0.14rem;
}
.column3 .cell .section .head:hover .head_r {
  color: #0b3583;
}
.column3 .cell .section .list {
  min-height: 2.5rem;
}
.column3 .cell .section .list .items {
  display: flex;
  height: 0.67rem;
  border-bottom: 1px dashed #cfcfcf;
  align-items: center;
}
.column3 .cell .section .list .items p {
  flex: 1;
  padding-left: 0.24rem;
  position: relative;
  font-size: 0.18rem;
  color: #333333;
}
.column3 .cell .section .list .items p:before {
  content: '';
  position: absolute;
  background: #d7d7d7;
  width: 0.05rem;
  height: 0.05rem;
  left: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.column3 .cell .section .list .items .download {
  background: url(../img/load.png) no-repeat center;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.4rem;
}
.column3 .cell .section .list .items:hover p {
  color: #0b3583;
}
.column3 .cell .section .list .items:hover .download {
  background: url(../img/loadh.png) no-repeat center;
}
.column3 .cell .aside {
  width: 3.97rem;
}
.column3 .cell .aside .block {
  display: block;
  margin-bottom: 0.15rem;
  background: url(../img/bg2.jpg) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  color: #fff;
  align-items: center;
  height: 1.1rem;
  padding-left: 0.34rem;
  box-sizing: border-box;
  transition: 0.2s;
}
.column3 .cell .aside .block img {
  width: 0.24rem;
  margin-right: 0.1rem;
}
.column3 .cell .aside .block p {
  font-size: 0.3rem;
}
.column3 .cell .aside .block:nth-child(2) {
  background: url(../img/bg3.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 0;
}
.column3 .cell .aside .block:hover {
  color: #0b3583;
  opacity: 0.9;
}
.column3 .cell .aside .inlblock a {
  width: 1.89rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  background: #f9f9f9;
  font-size: 0.2rem;
  color: #333333;
  float: left;
  margin-right: 0.16rem;
  margin-top: 0.15rem;
}
.column3 .cell .aside .inlblock a:nth-child(2n) {
  margin-right: 0;
}
.column3 .cell .aside .inlblock a:hover {
  color: #fff;
  background: #0b3583 url(../img/bg4.jpg) no-repeat center / 100% 100%;
}
.column3 .cell2_l {
  width: 7.48rem;
}
.column3 .cell2_l .items {
  float: left;
  width: 3.62rem;
  height: 1.52rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0.22rem;
  margin-right: 0.22rem;
  margin-bottom: 0.22rem;
  background: url(../img/bg5.jpg) no-repeat center / 100% 100%;
  transition: 0.2s;
}
.column3 .cell2_l .items p {
  font-size: 0.24rem;
}
.column3 .cell2_l .items img {
  width: 0.24rem;
  margin-right: 0.1rem;
}
.column3 .cell2_l .items:nth-child(2) {
  background: url(../img/bg6.jpg) no-repeat center / 100% 100%;
}
.column3 .cell2_l .items:nth-child(3) {
  background: url(../img/bg7.jpg) no-repeat center / 100% 100%;
}
.column3 .cell2_l .items:nth-child(4) {
  background: url(../img/bg8.jpg) no-repeat center / 100% 100%;
}
.column3 .cell2_l .items:nth-child(2n) {
  margin-right: 0;
}
.column3 .cell2_l .items:hover {
  opacity: 0.9;
  color: #0b3583;
}
.column3 .cell2 .section {
  width: 6.07rem;
  margin-right: 0;
}
.column3 .cell2 .section .head {
  margin-bottom: 0.16rem;
}
.footer {
  background: #0b3583;
  padding-top: 0.32rem;
  padding-bottom: 0.24rem;
}
.footer_l {
  float: left;
}
.footer_l .logo {
  display: block;
  margin-bottom: 0.36rem;
  width: 4.56rem;
}
.footer_l .logo img {
  width: 100%;
}
.footer_l .links {
  margin-bottom: 0.26rem;
}
.footer_l .links a {
  color: #fff;
  margin-right: 0.48rem;
}
.footer_l .links a:hover {
  color: #a5aec7;
}
.footer_l p {
  display: flex;
  align-items: center;
}
.footer_l p a {
  font-size: 0.14rem;
  color: #a5aec7;
}
.footer_l p a:hover {
  color: #fff;
}
.footer_l p img {
  margin: 0 0.1rem;
}
.footer_l p .icon1 {
  width: 0.18rem;
}
.footer_l p .icon2 {
  width: 0.73rem;
}

.footer_l p span {
  margin: 0 10px;
}
.footer_r {
  float: right;
  color: #fff;
  margin-top: 0.47rem;
}
.footer_r h1 {
  font-size: 0.26rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
.footer_r h1 img {
  width: 0.34rem;
  margin-right: 0.1rem;
}
.footer_r p {
  color: #a5aec7;
  margin-top: 0.14rem;
}
.footer .goTop {
  position: fixed;
  width: 0.44rem;
  right: 0.86rem;
  bottom: 2.42rem;
  cursor: pointer;
  z-index: 100;
}
.header {
  position: absolute;
  width: 100%;
  height: 1.92rem;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(11, 59, 131, 0.4);
}
.header_t {
  border-bottom: 1px solid #fff;
  height: 1.24rem;
}
.header_t .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_t .container .logo {
  width: 4.56rem;
}
.header_t .container .logo img {
  width: 100%;
}
.header_t .container .search {
  width: 2.89rem;
  height: 0.36rem;
  border: 1px solid #fff;
  border-radius: 0.04rem;
  padding: 0 0.16rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.header_t .container .search img {
  margin-left: 0.2rem;
  cursor: pointer;
}
.header_t .container .search .input {
  flex: 1;
  color: #fff;
  font-size: 0.14rem;
}
.header_t .container .search .input::placeholder {
  color: #fff;
}
.header .navUl {
  width: 14rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header .navUl > li {
  position: relative;
  margin-right: 1.12rem;
}
.header .navUl > li:last-child {
  margin-right: 0;
}
.header .navUl > li > a {
  display: block;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  height: 0.67rem;
  line-height: 0.67rem;
  box-sizing: border-box;
}
.header .navUl > li > a:hover,
.header .navUl > li > a.on {
  border-bottom: 2px solid #0b3583;
}
.header .navUl > li .xlnav {
  display: none;
  position: absolute;
  width: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
  top: 0.67rem;
  background: rgba(11, 59, 131, 0.4);
  z-index: 100;
}
.header .navUl > li .xlnav a {
  color: #fff;
  display: flex;
  height: 0.4rem;
  line-height: 0.2rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.05rem;
  text-align: center;
}
.header .navUl > li .xlnav a:hover,
.header .navUl > li .xlnav a.on {
  background: rgba(11, 59, 131, 0.7);
}
.zyheader {
  background: #fff;
  position: initial;
}
.zyheader .header_t .search {
  border-color: #cdcdcd;
}
.zyheader .header_t .search .input {
  color: #cdcdcd;
}
.zyheader .header_t .search .input::placeholder {
  color: #cdcdcd;
}
.zyheader .navUl > li > a:hover,
.zyheader .navUl > li > a.on {
  border-bottom: 2px solid #fff;
}
.zyheader .header_b {
  background: #0b3583;
}
.zyheader .header_b .xlnav {
  background: #0b3583 !important;
}
.zyheader .header_b .xlnav a:hover,
.zyheader .header_b .xlnav a.on {
  background: #fff !important;
  color: #0b3583;
}
.zyheadBg {
  position: relative;
  width: 100%;
  height: 4.03rem;
}
.zyheadBg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.zyheadBg .container {
  position: relative;
  height: 4.03rem;
}
.zyheadBg .text {
  position: absolute;
  left: 0;
  bottom: 0.44rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255.7);
  width: 100%;
}
.zyheadBg .text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  background: #fff;
  width: 0.5rem;
  height: 0.03rem;
}
.zyheadBg .text h1 {
  font-size: 0.36rem;
  padding-bottom: 0.15rem;
  color: #fff;
}
.zyheadBg .text .dq {
  display: inline-flex;
  align-items: center;
}
.zyheadBg .text .dq img {
  width: 0.14rem;
  margin-right: 0.07rem;
}
.zyheadBg .text .dq a,
.zyheadBg .text .dq i {
  color: #fff;
}
.zyheadBg .text .dq i {
  margin: 0 0.06rem;
}
.zyheadBg .text .dq a.on,
.zyheadBg .text .dq a:hover {
  color: #0b3583;
}
.second {
  padding-top: 0.54rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.64rem;
}
.second .second_bg {
  width: 100%;
  height: 1.24rem;
  background: #f9f9f9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.second .secondSwiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.2rem;
}
.second .secondSwiper .swiper-slide {
  width: auto;
}
.second .secondSwiper .second_item {
  float: left;
  margin-right: 0.26rem;
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 0.54rem;
  color: #333333;
  font-size: 0.18rem;
}
.second .secondSwiper .second_item.on {
  background: #0b3583;
  position: relative;
  color: #fff;
}
.second .secondSwiper .second_item.on:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.34rem;
  transform: translateX(-50%);
  border: 0.24rem solid transparent;
  border-top-color: #0b3583;
}
.fplist {
    margin:.5rem 0;
    min-height:5rem;
}
.fplist .cell {
  width: 6.67rem;
  float: left;
  margin-bottom: 0.24rem;
  height: 0.9rem;
  border-bottom: 1px solid #eeeded;
  display: inline-flex;
  align-items: center;
}
.fplist .cell:nth-child(2n) {
  float: right;
}
.fplist .cell p {
  font-size: 0.2rem;
  color: #202020;
  max-width: 4.85rem;
  padding-left: 0.32rem;
  position: relative;
}
.fplist .cell p:before {
  content: '';
  position: absolute;
  left: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.04rem;
  background: #0b3583;
}
.fplist .cell .down {
  margin-left: auto;
  border: 1px solid #999999;
  border-radius: 0.2rem;
  font-size: 0.18rem;
  color: #999999;
  height: 0.27rem;
  line-height: 0.27rem;
  padding-left: 0.36rem;
  padding-right: 0.13rem;
  position: relative;
  margin-right: 0.2rem;
}
.fplist .cell .down:after {
  content: '';
  position: absolute;
  background: url(../img/down.png) no-repeat center / 100% 100%;
  left: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.17rem;
  height: 0.15rem;
}
.fplist .cell:hover {
  background: #0b3583;
}
.fplist .cell:hover p {
  color: #fff;
}
.fplist .cell:hover p:before {
  background: #fff;
}
.fplist .cell:hover .down {
  border-color: #fff;
  color: #fff;
}
.fplist .cell:hover .down:after {
  background: url(../img/down1.png) no-repeat center / 100% 100%;
}
.pagination {
  margin: 0.7rem auto;
  font-size: 0.14rem;
  text-align: center;
}
.pagination span {
  display: inline-block;
  color: #666666;
  font-size: 0.14rem;
}
.pagination a,
.pagination input,
.pagination button {
  display: inline-block;
  color: #666666;
  border: 1px solid #dcdcdc;
  border-radius: 0.05rem;
  margin: 0 0.04rem;
  padding: 0.1rem 0.14rem;
  font-size: 0.14rem;
}
.pagination input {
  padding: 0.1rem 0.01rem;
  width: 0.4rem;
  vertical-align: top;
}
.pagination a:hover,
.pagination a.on,
.pagination button:hover {
  color: #fff;
  background: #004ea2;
  border-color: #004ea2;
}
.minh {
  min-height: 7rem;
}
.lxwm {
  text-align: center;
  margin-top: 1.15rem;
}
.lxwm .tit {
  color: #333333;
  font-size: 0.28rem;
  margin-bottom: 0.4rem;
}
.lxwm .text {
  color: #999999;
  margin-bottom: 0.06rem;
}
.lxwm .row {
  padding: 0.72rem 0.84rem 0.64rem;
  display: flex;
}
.lxwm .row li {
  width: 33.3%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lxwm .row li img {
  width: 1.23rem;
  height: 1.23rem;
  margin-bottom: 0.21rem;
}
.lxwm .row li p {
  color: #666666;
  margin-bottom: 0.1rem;
}
.lxwm .row li div {
  font-size: 0.18rem;
  color: #333333;
}
#dt,
iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 5.08rem;
}
.rylist {
  margin: 0.5rem 0;
}
.rylist .cell {
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0;
  align-items: center;
}
.rylist .cell p {
  max-width: 11rem;
  color: #333333;
  font-size: 0.22rem;
  font-weight: bold;
  padding-left: 0.62rem;
  position: relative;
}
.rylist .cell p:before {
  content: '';
  position: absolute;
  background: #d7d7d7;
  width: 0.05rem;
  height: 0.05rem;
  left: 0.28rem;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.rylist .cell .date {
  font-size: 0.18rem;
  color: #999999;
  margin-right: 0.32rem;
}
.rylist .cell:hover {
  border-bottom: 2px solid #0b3583;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
}
.rylist .cell:hover p:before {
  background: #0b3583;
}
.ryDetail {
  margin-top: 1rem;
  margin-bottom: 2.64rem;
}
.ryDetail .table .title {
  text-align: center;
  width: 12.26rem;
  margin: 0 auto 0.76rem;
  color: #323232;
  font-size: 0.32rem;
  line-height: 1.5;
}
.ryDetail .table .thead {
  background: #0b3583;
  display: flex;
  height: 0.6rem;
}
.ryDetail .table .thead div {
  width: 20%;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.6rem;
}
.ryDetail .table .tbody {
  border: 1px solid #dfdfdf;
  border-top: 0;
}
.ryDetail .table .tbody .item {
  display: flex;
  height: 0.58rem;
}
.ryDetail .table .tbody .item:nth-child(even) {
  background: #f7faff;
}
.ryDetail .table .tbody .item div {
  width: 20%;
  color: #323232;
  text-align: center;
  line-height: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.context {
  margin-top: 0.96rem;
  border: 1px solid #ececec;
  padding: 0 0.28rem;
  height: 1.16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.context .lt {
  max-width: 10rem;
}
.context .lt a {
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.2rem;
  color: #222222;
  display:block;
}
.context .lt a[href]:hover {
  color: #0b3583;
}
.context .more {
  width: 0.38rem;
  height: 0.36rem;
  cursor: pointer;
}
.sqzn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.65rem;
  margin-bottom: 2.88rem;
  padding:0 .91rem;
}
.sqzn .item {
  width: 2.18rem;
  height: 1.54rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 0.32rem;
  margin-bottom: 0.32rem;
  border-radius: 0.1rem;
  transition: all 0.3s;
}
.sqzn .item:nth-child(5n) {
  margin-right: 0;
}
.sqzn .item h1 {
    padding: 0 10px;
    color: #333333;
    font-size: 0.26rem;
    margin-bottom: 0.22rem;
}
.sqzn .item .down {
  border: 1px solid #e4e4e4;
  height: 0.27rem;
  line-height: 0.27rem;
  border-radius: 0.2rem;
  font-size: 0.14rem;
  color: #bfbfbf;
  padding: 0 0.1rem;
  display: inline-block;
  position: relative;
}
.sqzn .item .down:after {
  content: '';
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/right.png) no-repeat center / 100% 100%;
}
.sqzn .item:hover {
  background: #0b3583;
}
.sqzn .item:hover h1 {
  color: #fff;
}
.sqzn .item:hover .down {
  color: #fff;
  border-color: #fff;
}
.sqzn .item:hover .down:after {
  background: url(../img/righth.png) no-repeat center / 100% 100%;
}
.wzdt {
  width: 100%;
  height: 6.73rem;
  background: url(../img/bg10.jpg) no-repeat center / 100% 100%;
  overflow: hidden;
}
.wzdt .list {
  margin-top: 1.84rem;
  display: flex;
  justify-content: center;
}
.wzdt .list > li {
  position: relative;
}
.wzdt .list > li > a {
  display: block;
  margin-right: 0.55rem;
  padding-left: 0.21rem;
  position: relative;
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
}
.wzdt .list > li > a:before {
  content: '';
  position: absolute;
  background: #0b3583;
  width: 0.05rem;
  height: 0.05rem;
  left: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.wzdt .list > li ul {
  position: absolute;
  padding-left: 0.21rem;
  top: 0.44rem;
}
.wzdt .list > li ul a {
  display: block;
  color: #333333;
  margin-bottom: 0.18rem;
}
.wzdt .list a:hover {
  color: #0b3583;
}
.jj {
  margin: 0.45rem 0;
  width: 100%;
  overflow-x: hidden;
}
.jj_cell {
  width: 14rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.jj_cell__l {
  width: 6rem;
}
.jj_cell__l .eng {
  font-size: 0.4rem;
  color: #eaeaea;
  font-weight: bold;
   text-transform: uppercase;
}
.jj_cell__l .tit {
  color: #333333;
  font-size: 0.32rem;
  margin: 0.14rem 0;
}
.jj_cell__l .tit1 {
  color: #999999;
  font-size: 0.26rem;
  margin-bottom: 0.54rem;
}
.jj_cell__l .text {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
.jj_cell__r {
  width: 6.68rem;
  position: relative;
}
.jj_cell__r .bg {
  width: 9.29rem;
}
.jj_cell__r .fixed {
  position: absolute;
  z-index: 1;
  width: 2.4rem;
  height: 3.1rem;
  background: url(../img/mask.jpg) no-repeat center / 100% 100%;
  color: #fff;
  padding-left: 0.56rem;
  padding-top: 0.44rem;
  box-sizing: border-box;
  top: 1.29rem;
  left: -0.59rem;
}
.jj_cell__r .fixed div {
  margin-bottom: 0.5rem;
}
.jj_cell__r .fixed div p {
  font-size: 0.18rem;
}
.jj_cell__r .fixed div p span {
  font-weight: bold;
  font-size: 0.6rem;
  margin-right: 0.16rem;
}
.jj .gg {
  width: 100%;
  display: block;
  margin: 0.46rem 0;
}
.jj .cell {
  width: 14rem;
  margin: 0 auto;
}
.jj .cell p {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
.xw {
  margin-top: 0.32rem;
  margin-bottom: 0.12rem;
}
.xw .dq a,
.xw .dq i {
  color: #333333;
}
.xw .head {
  text-align: center;
  border-bottom: 1px dashed #ececec;
  padding-bottom: 0.14rem;
  margin-bottom: 0.52rem;
  margin-top: 0.88rem;
}
.xw .head .tit {
  font-size: 0.3rem;
  color: #222222;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
.xw .head .statistics {
  display: flex;
  color: #bdbdbd;
  justify-content: center;
}
.xw .head .statistics .num {
  display: flex;
  align-items: center;
}
.xw .head .statistics .fonts {
  margin-left: 0.5rem;
}
.xw .head .statistics .fonts span {
  font-size: 0.2rem;
  margin-left: 0.14rem;
  cursor: pointer;
}
.xw .head .statistics .fonts span:hover,
.xw .head .statistics .fonts span.on {
  color: #0b3583;
}
.xw .content {
  margin-bottom: 0.66rem;
  min-height:5rem;
}
.xw .content p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.38rem;
}
.xw .content img {
  display: block;
  max-width: 100%;
  margin: 0.2rem 0;
}
.xw .context {
  margin-top: 0.7rem;
}
.xw .tj {
  margin-bottom: 1.3rem;
  margin-top: 0.56rem;
}
.xw .tj_head {
  border-bottom: 1px solid #0b3583;
  font-weight: bold;
  color: #0b3583;
  font-size: 0.24rem;
  padding-bottom: 0.12rem;
  margin-bottom: 0.46rem;
}
.xw .tj .cell_item {
  width: 6.7rem;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.34rem;
}
.xw .tj .cell_item:nth-child(2n) {
  float: right;
}
.xw .tj .cell_item p {
  max-width: 5rem;
  color: #222;
  font-size: 0.2rem;
  padding-left: 0.62rem;
  position: relative;
}
.xw .tj .cell_item p:before {
  content: '';
  position: absolute;
  background: #0b3583;
  width: 0.05rem;
  height: 0.05rem;
  left: 0.28rem;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.xw .tj .cell_item .date {
  font-size: 0.2rem;
  color: #dbdbdb;
}
.xw .tj .cell_item:hover p {
  color: #0b3583;
}
.noData {
    width: 5.33rem;
    display: block;
    margin: 0.6rem auto!important;
}
.noData.minx {
    width: 3rem !important;
}
.screen{
    margin-top:64px;
    display:flex;
    justify-content:center;
}
.screen .select{
    background:#f9f9f9;
    width:3rem;
    height:.68rem;
    padding:0 .22rem;
    box-sizing:border-box;
    margin-right:.34rem;
    display:inline-block;
}
.screen .select select{
    width:100%;
    height:100%;
    font-size:.18rem;
    color:#333333;
}
.screen .search{
    width:5.26rem;
    height:.68rem;
    background:#f9f9f9;
    display:inline-block;
}
.screen .search .search_l{
    width:.54rem;
    height:100%;
    position:relative;
    display:inline-flex;
    align-items:center;
    float:left;
    justify-content:center;
}
.screen .search .search_l:after{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:.17rem;
    background:#dcdcdc;
}
.screen .search .search_l img{
    width:.16rem;
    height:.16rem;
}
.screen .search input{
    float:left;
    font-size:.18rem;
    color:#999999;
    line-height:.68rem;
    width:3rem;
    margin-left:.16rem;
}
.screen .search .clearstr{
    color:#333;
    font-size:.4rem;
    line-height:.4rem;
    font-weight:bold;
    width:.4rem;
    height:100%;
    float:left;
    line-height: .6rem;
    text-align: center;
    cursor:pointer;
}
.screen .search .btn{
    height:100%;
    line-height:.68rem;
    text-align:center;
    color:#fff;
    background:#142a82;
    width:1.12rem;
    float:right;
    cursor:pointer;
    transition:.3s;
}
.screen .search .btn:hover{
    opacity:.8;
}