body {
  width: 100%;
  /* background-color: rgb(245, 194, 194); */
}
body .head {
  
  position: relative;
  z-index: 100;
  height: 126px;
  width: 100%;
  background: #0d2968;
}
body a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  text-shadow: 0 0 0.5px rgba(161, 161, 161, 0.493);
  color: #686666;
}
body a:hover {
  color: #1d4ec0;
  transition: 300ms;
  font-weight: 530;
  text-shadow: 0 0 1.3px rgba(113, 145, 235, 0.527);
}
body .topline {
 
  position: relative;
  box-shadow: 0 0 15px rgba(172, 171, 171, 0.596);
  z-index: 50;
  float: left;
  background-color: #ffffff;
  width: 100%;
  height: 55px;
  margin: 0 auto;
  /*  box-shadow: rgb(243, 242, 209) 10px 10px 50px; */
}
body .topline .box {
  width: 90%;
  margin-left: 4%;
}
body .topline .box .box1:hover {
  background-color: #f0f0f0;
  transition: 100ms;
}
body .topline .box ul li {
  float: left;
  width: 10%;
  text-align: center;
  line-height: 53px;
}
body .topline .box ul li a {
  font-size: 20px;
}
body #counter {
  width: 100%;
  position: relative;
  margin: auto;
}
body #list {
  width: 400%;
  height: 500px;
  position: absolute;
  z-index: 1;
}
body #list img {
  width: 25%;
  height: 500px;
  float: left;
}
body .arrow {
  position: absolute;
  top: 160px;
  text-decoration: none;
  z-index: 2;
  display: none;
  width: 40px;
  height: 155px;
  font-size: 36px;
  font-weight: bold;
  line-height: 145px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(138, 137, 137, 0.445);
  cursor: pointer;
}
body .arrow:hover {
  background-color: rgba(136, 134, 134, 0.733);
}
body #counter:hover .arrow {
  display: block;
}
body #pre {
  left: 20px;
}
body #next {
  right: 20px;
}
body #list {
  transition: left 1.3s;
}
body .list {
  transition: left 0.1s;
}
body #buttons {
  position: absolute;
  height: 10px;
  width: 120px;
  left: 250px;
  bottom: 20px;
  z-index: 2;
}
body #buttons span {
  border: 1px solid #FFFFFF;
  border-radius: 5px ;
  float: left;
  width: 10px;
  height: 10px;
  background-color: #333;
  margin-right: 5px;
  cursor: pointer;
}
body #buttons .on {
  background: orangered;
}
body .autoview {
  margin: auto;
  width: 86%
}
body .autoview .left {
  overflow: hidden;
  width: 60%;
  float: left;
  height: 783px;
}
body .autoview .left .left_i {
  margin-top: 30px;
}
body .autoview .left .left_ii,
body .autoview .left .left_iii {
  margin-top: 50px;
}
body .autoview .left .left_i,
body .autoview .left .left_ii,
body .autoview .left .left_iii {
  /* float: left; */
  display: block;
  width: 100%;
  height: 300px;
  background-color: #fff;
}
body .autoview .left .left_i .i .artical,
body .autoview .left .left_ii .i .artical,
body .autoview .left .left_iii .i .artical {
  width: 90%;
  height: 90%;
  position: relative;
  left: -75px;
  top: 55px;
  /* background-color: rgba(214, 211, 42, 0.548); */
  float: right;
  border: black;
}
body .autoview .left .left_i .i .artical .artical_title,
body .autoview .left .left_ii .i .artical .artical_title,
body .autoview .left .left_iii .i .artical .artical_title {
  float: left;
  box-shadow: 0 0 5px rgba(181, 181, 183, 0.651);
  width: 100%;
  height: 20px;
  border: #b5b5b7 2px solid;
  border-bottom: 1.7px solid rgba(1, 75, 159, 0.603);
  background-color: #ffffff;
}
body .autoview .left .left_i .i .artical .artical_title a,
body .autoview .left .left_ii .i .artical .artical_title a,
body .autoview .left .left_iii .i .artical .artical_title a {
  line-height: 20px;
  float: right;
  margin-right: 10px;
}
body .autoview .left .left_i .i .artical .artical_body,
body .autoview .left .left_ii .i .artical .artical_body,
body .autoview .left .left_iii .i .artical .artical_body {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(181, 181, 183, 0.651);
  height: 91.6%;
  border: #b5b5b7 2px solid;
  border-top: none;
  width: 100%;
}
body .autoview .left .left_i .i .artical .artical_body .artical_body_title,
body .autoview .left .left_ii .i .artical .artical_body .artical_body_title,
body .autoview .left .left_iii .i .artical .artical_body .artical_body_title {
  margin-top: 20px;
  width: 93%;
  height: 85%;
  float: right;
  /* background-color: rgb(151, 36, 36); */
}
body .autoview .left .left_i .i .artical .artical_body .artical_body_title li,
body .autoview .left .left_ii .i .artical .artical_body .artical_body_title li,
body .autoview .left .left_iii .i .artical .artical_body .artical_body_title li {
  height: 20px;
  width: 100%;
  /* background-color: rgb(255, 255, 255); */
}
body .autoview .left .left_i .i .artical .artical_body .artical_body_title li .article_title_border,
body .autoview .left .left_ii .i .artical .artical_body .artical_body_title li .article_title_border,
body .autoview .left .left_iii .i .artical .artical_body .artical_body_title li .article_title_border {
  height: 100%;
  border-bottom: 0 dotted #d1d1d1;
}
body .autoview .left .left_i .i .artical .artical_body .artical_body_title li .article_title_border .article_title_txt,
body .autoview .left .left_ii .i .artical .artical_body .artical_body_title li .article_title_border .article_title_txt,
body .autoview .left .left_iii .i .artical .artical_body .artical_body_title li .article_title_border .article_title_txt {
  float: left;
  height: 100%;
  width: 80%;
  overflow: hidden;
  /* background-color: rgb(117, 233, 123); */
  line-height: 60px;
}
body .autoview .left .left_i .i .artical .artical_body .artical_body_title li .article_title_border .article_title_time,
body .autoview .left .left_ii .i .artical .artical_body .artical_body_title li .article_title_border .article_title_time,
body .autoview .left .left_iii .i .artical .artical_body .artical_body_title li .article_title_border .article_title_time {
  overflow: hidden;
  float: left;
  height: 100%;
  width: 20%;
  line-height: 65px;
  /* background-color: rgb(163, 214, 24); */
}
body .autoview .left .left_i .i .head_news,
body .autoview .left .left_ii .i .head_news,
body .autoview .left .left_iii .i .head_news {
  height: 35px;
  /* float: left; */
  background-color: rgba(255, 255, 255, 0);
  font-size: 23px;
  width: 90%;
  color: #003283;
  /* color: rgb(63,86,142); */
  font-weight: 500;
  text-shadow: 0 0 2px rgba(59, 71, 120, 0.404);
}
body .autoview .left .left_i .i .head_news .box,
body .autoview .left .left_ii .i .head_news .box,
body .autoview .left .left_iii .i .head_news .box {
  float: right;
margin-right:-20px;
}
body .autoview .left .left_i .i .head_news .box a,
body .autoview .left .left_ii .i .head_news .box a,
body .autoview .left .left_iii .i .head_news .box a {
  font-size: 8px;
  margin-top: 20px;
}
body .autoview .left .left_i .i .line,
body .autoview .left .left_ii .i .line,
body .autoview .left .left_iii .i .line {
  background-color: #cdcdcd;
  height: 2.5px;
  width: 93%;
  float: left;
}
body .autoview .left .left_i .i .line .lines,
body .autoview .left .left_ii .i .line .lines,
body .autoview .left .left_iii .i .line .lines {
  background-color: #232323;
  height: 4px;
  width: 60%;
  float: left;
  margin-top: -1px;
}
body .autoview .left .left_i .i .line .boxm,
body .autoview .left .left_ii .i .line .boxm,
body .autoview .left .left_iii .i .line .boxm {
  width: 40%;
  height: 43px;
  /* background-color: rgb(110, 80, 80); */
}

body .autoview .left .left_i .i .line .boxm .l,
body .autoview .left .left_ii .i .line .boxm .l,
body .autoview .left .left_iii .i .line .boxm .l,
body .autoview .left .left_i .i .line .boxm .r,
body .autoview .left .left_ii .i .line .boxm .r,
body .autoview .left .left_iii .i .line .boxm .r,
body .autoview .left .left_i .i .line .boxm .r_1,
body .autoview .left .left_ii .i .line .boxm .r_1,
body .autoview .left .left_iii .i .line .boxm .r_1 {
  width: 45%;
  height: 100%;
  background-color: #f0f0f0;
}
body .autoview .left .left_i .i .line .boxm .l a,
body .autoview .left .left_ii .i .line .boxm .l a,
body .autoview .left .left_iii .i .line .boxm .l a,
body .autoview .left .left_i .i .line .boxm .r a,
body .autoview .left .left_ii .i .line .boxm .r a,
body .autoview .left .left_iii .i .line .boxm .r a,
body .autoview .left .left_i .i .line .boxm .r_1 a,
body .autoview .left .left_ii .i .line .boxm .r_1 a,
body .autoview .left .left_iii .i .line .boxm .r_1 a {
  color: #7c7c7c;
  text-align: center;
  line-height: 40px;
  display: block;
}
body .autoview .left .left_i .i .line .boxm .l,
body .autoview .left .left_ii .i .line .boxm .l,
body .autoview .left .left_iii .i .line .boxm .l {
  float: left;
}
body .autoview .left .left_i .i .line .boxm .r,
body .autoview .left .left_ii .i .line .boxm .r,
body .autoview .left .left_iii .i .line .boxm .r {
  float: right;
}
body .autoview .left .left_i .i .line .boxm .active,
body .autoview .left .left_ii .i .line .boxm .active,
body .autoview .left .left_iii .i .line .boxm .active {
  transition: 300ms;
  background-color: #034aa1;
}
body .autoview .left .left_i .i .line .boxm .active a,
body .autoview .left .left_ii .i .line .boxm .active a,
body .autoview .left .left_iii .i .line .boxm .active a {
  color: #ffffff;
}
body .autoview .right {
  float: left;
  width: 35%;
  margin-top:59px;
  /*overflow: hidden;*/
  height: 500px;
}
body .autoview .right .i .artical {
  width: 520px;
  height: 90%;
  position: relative;
  top: 55px;
  /* background-color: rgba(214, 211, 42, 0.548); */
  float: left;
  border: black;
}
body .autoview .right .i .artical .artical_title {
  float: left;
  box-shadow: 0 0 5px rgba(181, 181, 183, 0.651);
  width: 100%;
  height: 65px;
  border: #b5b5b7 2px solid;
  border-bottom: 1.7px solid rgba(1, 75, 159, 0.603);
  background-color: #ffffff;
}
body .autoview .right .i .artical .artical_title a {
  line-height: 60px;
  float: right;
  margin-right: 10px;
}
body .autoview .right .i .artical .artical_body {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(181, 181, 183, 0.651);
  height: 91.6%;
  border: #b5b5b7 2px solid;
  border-top: none;
  width: 100%;
}
body .autoview .right .i .artical .artical_body .artical_body_title {
  margin-top: 50px;
  width: 93%;
  height: 85%;
  float: right;
  /* background-color: rgb(151, 36, 36); */
}
body .autoview .right .i .artical .artical_body .artical_body_title li {
  height: 20px;
  width: 100%;
  /* background-color: rgb(255, 255, 255); */
}
body .autoview .right .i .artical .artical_body .artical_body_title li .article_title_border {
  height: 100%;
  border-bottom: 0 dotted #d1d1d1;
}
body .autoview .right .i .artical .artical_body .artical_body_title li .article_title_border .article_title_txt {
  float: left;
  height: 100%;
  width: 80%;
  overflow: hidden;
  /* background-color: rgb(117, 233, 123); */
  line-height: 60px;
}
body .autoview .right .i .artical .artical_body .artical_body_title li .article_title_border .article_title_time {
  overflow: hidden;
  float: left;
  height: 100%;
  width: 20%;
  line-height: 65px;
  /* background-color: rgb(163, 214, 24); */
}
body .autoview .right .i .head_news {
  height: 35px;
  /* float: left; */
  background-color: rgba(255, 255, 255, 0);
  font-size: 23px;
  width: 400px;
  color: #003283;
  /* color: rgb(63,86,142); */
  font-weight: 500;
  text-shadow: 0 0 2px rgba(59, 71, 120, 0.404);
}
body .autoview .right .i .head_news .box {
  float: right;
  margin-right:-115px;
}
body .autoview .right .i .head_news .box a {
  font-size: 8px;
  margin-top: 20px;
}
body .autoview .right .i .line {
  background-color: #cdcdcd;
  height: 2.5px;
  width: 524px;
  float: left;
}
body .autoview .right .i .line .lines {
  background-color: #232323;
  height: 4px;
  width: 60%;
  float: left;
  margin-top: -1px;
}
body .autoview .right .i .line .boxm {
  width: 400px;
  height: 43px;
  /* background-color: rgb(110, 80, 80); */
}
body .autoview .right .i .line .boxm .l:hover,
body .autoview .right .i .line .boxm .r:hover,
body .autoview .right .i .line .boxm .r_1:hover,
body .autoview .right .i .line .boxm .r_2:hover {
  transition: 200ms;
  background-color: #034aa1;
}
body .autoview .right .i .line .boxm .l:hover a,
body .autoview .right .i .line .boxm .r:hover a,
body .autoview .right .i .line .boxm .r_1:hover a,
body .autoview .right .i .line .boxm .r_2:hover a {
  color: #ffffff;
}
body .autoview .right .i .line .boxm .l,
body .autoview .right .i .line .boxm .r,
body .autoview .right .i .line .boxm .r_2 {
  width: 30%;
  height: 100%;
  background-color: #f0f0f0;
}
body .autoview .right .i .line .boxm .l a,
body .autoview .right .i .line .boxm .r a,
body .autoview .right .i .line .boxm .r_2 a {
  color: #7c7c7c;
  text-align: center;
  line-height: 40px;
  display: block;
}
body .autoview .right .i .line .boxm .l {
  float: left;
}
body .autoview .right .i .line .boxm .r,
body .autoview .right .i .line .boxm .r_2 {
  float: left;
  margin-left: 3%;
}
body .autoview .right .i .line .boxm .active {
  transition: 300ms;
  background-color: #034aa1;
}
body .autoview .right .i .line .boxm .active a {
  color: #ffffff;
}
body .autoview .right .img-box {
  width: 100%;
  height: 220px;
  position: relative;
  margin-top: 50px;
  background-color: rgba(158, 158, 158, 0.41);
}
body .autoview .right .img-box ul {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .autoview .right .img-box ul li {
  display: none;
  position: absolute;
  top: 0px;
  left: 1px;
}
body .autoview .right .img-box ul li img {
  width: 100%;
  height: 220px;
}
body .autoview .right .img-box ol {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
body .autoview .right .img-box ol .square-active {
  background-color: #0d2968;
}
body .autoview .right .img-box ol li {
  cursor: default;
  float: left;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 20px;
  text-align: center;
  margin-right: 20px;
  color: #ffffff;
}
body .autoview .right .text-below-img {
  width: 100%;
  background: #f0f0f0;
  padding-top: 8px;
  height: 25px;
  margin-left: -15%;
  margin-bottom: 5%;
}
body .autoview .right .text-below-img a {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
body .autoview .b_cub {
  height: 220px;
  width: 90%;
  /* background-color: rgb(199, 118, 118); */
  float: left;
  margin-left: 5%;
  margin-top: 3%;
}
body .autoview .b_cub div {
  height: 98%;
  width: 22%;
  background-color: #fff;
  float: left;
  margin-left: 2.2%;
  border: #bebcbd solid;
}
body .autoview .b_cub div .cu_1 {
  float: left;
  width: 80%;
  height: 15%;
  /* background-color: rgb(199, 182, 29); */
  margin-left: 5%;
  border: 0;
  font-size: 25px;
  font-weight: 547;
  line-height: 30px;
  color: #2032b2;
  text-shadow: 0 0 1px rgba(32, 49, 178, 0.692);
}
body .autoview .b_cub div .cu_2 {
  float: left;
  width: 80%;
  height: 10%;
  /* background-color: rgb(87, 206, 7); */
  margin-left: 5%;
  border: 0;
  color: #2032b2;
  font-weight: 300;
  text-shadow: 0 0 1px rgba(32, 49, 178, 0.555);
}
body .autoview .b_cub div .cu_3 {
  float: left;
  width: 90%;
  height: 70%;
  box-shadow: 0 0 5px thistle;
  /* background-color: rgb(90, 103, 224); */
  margin-left: 5%;
  border: 0;
  overflow: hidden;
}
body .autoview .b_cub div .cu_3 img {
  height: 100%;
  width: 100%;
}
body .autoview .b_cub div .cu_3 img:hover {
  transition: 1000ms;
  transform: scale(1.2);
}
body .autoview .fri {
  /* 底部友情链接动效 */
  width: 100%;
  /*height: 150px;*/
  /* background: rgb(177, 174, 174); */
  float: left;
  /*margin-top: 40px;*/
}
body .autoview .fri .jyb:hover,
body .autoview .fri .sys:hover,
body .autoview .fri .kjt:hover,
body .autoview .fri .jyt:hover,
body .autoview .fri .kjb:hover {
  transition: 500ms;
  transform: scale(1.03);
  background-color: #c4b8ea;
  box-shadow: 0 0 15px rgba(100, 159, 228, 0.459);
  border-radius: 10px;
}
body .autoview .fri .txtb {
  /* float: left; */
  font-size: 23px;
  color: #003283;
  text-shadow: 0 0 2px rgba(3, 86, 194, 0.308);
  /* background-color: rgb(241, 72, 72); */
}
body .autoview .fri .line .line_b {
  margin-top: 5px;
  height: 3px;
  width: 50%;
  float: left;
  background-color: #cdcdcd;
}
body .autoview .fri .line .line_b .line_a {
  margin-top: -1.5px;
  height: 4px;
  width: 67%;
  float: left;
  background-color: #232323;
}
body .autoview .fri .cubw {
  width: 100%;
  float: left;
}
body .autoview .fri .jyb,
body .autoview .fri .kjb,
body .autoview .fri .sys,
body .autoview .fri .jyt,
body .autoview .fri .kjt {
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
      color: white;
  height: 48px;
  background: rgb(6, 72, 137);
     width: 16%;
   overflow: hidden;
}
body .autoview .fri .jyb{
  /*margin-left:1.5%;*/
}
body .autoview .fri .jyb li,
body .autoview .fri .kjb li,
body .autoview .fri .sys li,
body .autoview .fri .jyt li,
body .autoview .fri .kjt li {
  list-style: none;
  text-align: center;
  line-height: 42px;
  font-size: 17px;
}
body .autoview .fri .kjb,
body .autoview .fri .sys,
body .autoview .fri .jyt,
body .autoview .fri .kjt ,
body .autoview .fri .jyb{
  margin-left: 3%;
}
body .search-wrapper {
  position: absolute;
  /* right: 1px; */
  /* width: 256px;
    height: 50px; */
  float: right;
  /* background-color: #fac; */
  /* margin-top: 205px; */
  /* border: 1px solid rgb(224, 224, 224); */
  border: 0;
  padding: 0;
  top: 10px;
  right: 150px;
  /* border-top: 25px; */
  margin-top: 35px;
}
body .search-wrapper .search-inp {
  float: left;
  padding: 0;
  height: 30px;
  border-radius: 0 10px 10px 0;
  /* border: none; */
  width: 200px;
  outline: none;
  padding: 0 10px;
  font-size: 16px;
  box-sizing: border-box;
  border: 0px solid #ffffff;
}
body .search-wrapper .search-inp:focus,
body .search-wrapper .search-inp:focus + button {
  /* border:1px solid rgb(194, 56, 56); */
  border-color: #ffffff;
  transition: 0.3s;
}
body .search-wrapper .search-btn {
  margin-left: -230px;
  border-radius: 10px 0 0 10px;
  float: left;
  height: 30px;
  width: 30px;
  padding: 0;
  border: none;
  background-color: #fff;
  color: #48a3d5;
  border: 1px solid #e0e0e0;
  outline: none;
  border-left: none;
}
body .search-wrapper .search-btn:hover {
  background-color: #48a3d5;
  color: #ffffff;
  border: none;
  transition: 0.3s ease-out;
}
body .foot {
  
  background-color: #0d2968;
  float: left;
  width: 100%;
  height: 150px;
  margin-top: 30px;
  color: #ffffff;
  font-size: 16px;
  list-style: none;
}
body .foot li {
  margin-top: 20px;
  margin-left: 38%;
}
body .foot .one {
  margin-top: 45px;
}
.copyright_2{
    /*54mI5p2D5omA5pyJ77yaMzE5MDExMjEwMyYzMTkwMTEyMTA4*/
}
