html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

img {
  vertical-align: top;
}

html {
  overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 13px/1 arial, \5b8b\4f53;
  color: #333;
  outline: 0;
}

:focus {
  outline: 0;
}



.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
  *zoom: 1;
}

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background: url(404.png) no-repeat;
}



body:before {
  display: none;
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}


* {
  box-sizing: border-box;
}

body {
  background: #fff;
  line-height: 1;
  font-size: 13px;
  font-family: Bahnschrift, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  color: #333;
}

p {
  line-height: 1.75;
}

a {
  color: #3b3b3b;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}



.f_between {
  
  
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.f_start {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.f_end {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.f_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.f_middle {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}

.f_top {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.f_bottom {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.f_stretch {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.f_col {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.f_row {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hide-text-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hide-text-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper .inner {
  width: 1300px;
  margin: 0 auto;
}


.top-main {
  position: relative;
}

.mbanner {
  position: relative;
  z-index: 1;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 136px;
  
  padding-top: 40px;
}

#nav {
  position: absolute;
  top: 136px;
  left: 0;
  right: 0;
  z-index: 20;
  
  
  width: 100%;
  height: 50px;
  background: #5C96DD;
  box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1900), ;


}

#nav .inner {
  height: 50px;

}

#nav .inner .wp-panel {}


#nav .inner .wp-panel .wp-window {}


.nav .wp-menu {
  margin: 0 auto;
  font-size: 0;
}

.nav .wp-menu .menu-item {
  display: inline-block;
  position: relative;
  padding: 0px 10px;
  margin-right: 24px;
}

.nav .wp-menu .menu-item:hover {
  color: #095ab5;
  background-color: #fff;
}

.nav .wp-menu .menu-item a.menu-link {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.nav .wp-menu .menu-item.hover a.menu-link:before,
.nav .wp-menu .menu-item:hover a.menu-link:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #3a629e;
  border-radius: 2px;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item:hover a.menu-link {
  color: #3a629e;
}

.nav .wp-menu .menu-item:hover .sub-menu {
  display: block;
}

.nav .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 5px;
}

.nav .sub-menu:hover {
  background-color: #38609a;

}

.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
min-width:100px
}

.nav .sub-menu .sub-item a {
  display: block;
  color: #333;
  line-height: 28px;
  padding: 16px 5px;
  font-size: 18px;
  text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
  color: #fff;
  background-color: #38609a;
  display: block;
  border-radius: 2px;
}

.nav .sub-menu .sub-menu {
  left: 100%;
  top: 0px;
  z-index: 200;
  background: #fff;
}



#banner {}

#banner .inner {
  width: auto;
  text-align: center;
  position: relative;
}


.mbanner {
  position: relative;
  z-index: 1;
}

.mbanner .swiper-container {

  height: auto;
}

.mbanner .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

}

.mbanner .swiper-slide img {
  display: block;
  width: 100%;
}

.mbanner .news-title {
  margin: 0 auto;
  width: 1300px;
  padding-top: 278px;
  color: #fff;
}

.mbanner .news-title .news_bt {
  width: 760px;
  line-height: 50px;
  font-size: 36px;
}

.mbanner .news-title .news_text {
  width: 730px;
  line-height: 28px;
  font-size: 16px;
  margin-top: 29px;
}

.mbanner .news-title .news_more {
  width: 160px;
  height: 60px;
  margin-top: 49px;
  background: #fff;
}

.mbanner .news-title .news_more span {
  font-size: 16px;
  color: #1e55a4;
  padding-right: 25px;
  background: url(404.png) right center no-repeat;
}

.mbanner .swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 80px;
  right: 300px;
  left: auto;
  width: auto;

}

.mbanner .swiper-pagination-bullet {
  margin-right: 10px;
  width: 50px;
  height: 2px;
  border-radius: 50%;
  text-align: center;


  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  font-size: 0;

  background-color: #fff;
}




.mbanner .swiper-pagination-bullet-active {
  background-color: #F8AD2D;
  height: 2px;
  width: 70px;


}


.mbanner .swiper-num {
  position: absolute;
  right: 640px;
  bottom: 80px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  text-align: right;
}



.mbanner .swiper-num .active {
  font-size: 34px;
  display: inline-block;
  color: #F8AD2D;
}

.mbanner .swiper-num span {
  padding: 0 5px;
}

.mbanner .swiper-num .total {
  display: inline-block;
}

.mbanner .swiper-container-horizontal>.swiper-pagination-progressbar {
  background: #fff;
  bottom: 100px;
  top: auto;
  right: 260px;
  left: auto;
  width: 360px;
  border-radius: 2px;
  height: 1px;
}

.mbanner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fdd23c;
  border-radius: 4px;
  margin-top: -2px;
  height: 4px;
}



.main1 .inner {
  padding-top: 91px;
  box-sizing: border-box;
  padding-bottom: 59px;
}

.ml {
  float: left;
  width: 846px;
}
.toop {
  position: relative;
}
.toop1 {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.toop1::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0px;
  right: 0px;
  top: 52px;
  width: 100%;
  height: 1px;
  background: #036EB7;
  z-index: 1;

}

.title {

  line-height: 27px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5C96DD;
  position: relative;
  float: left;
  z-index: 2;
  background-color: #fff;
  width: 130px;
}


.top {
  margin-bottom: 40px;
  height: 27px;
 
}

.top::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0px;
  right: 0px;
  top: 15px;
  width: 100%;
  height: 1px;
  background: #036EB7;
  z-index: 1;

}



.btn {
  float: right;
  background: url(/static/image/mo.png);
  display: block;
  width: 70px;
  height: 21px;
 position: relative;
 
  z-index: 2;
}

.ml-01 {
  float: left;



}

.ml_01 .post-11 {
  
  position: relative;
  float: left;

}

.ml_01 .post-11 .focus-title-bar {
  left: 0;
  right: 0;
  margin-left: 0;
  bottom: 0;
  height: 60px;
}

.ml_01 .post-11 .focus-title-bg {
  background:#2A63B3;
  opacity: 0.5;
  filter: alpha(opacity=100);
  z-index: 1;
}

.ml_01 .post-11 .focus-title {
  top: 10px;
  left: 25px;
  right: 108px;

  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
  color: #fff;
}

.ml_01 .post-11 .focus-pagination {
  bottom: 26px;
  height: 8px;
  font-size: 0;
}

.ml_01 .post-11 .focus-page {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 0;
  background: #fff;
}

.ml_01 .post-11 .focus-page-active {
  background: #036eb7;
}

.post-11 .focus-box {
  width: 470px !important;
  
}

.post-11 .focus-container {
  width: 470px !important;
  

}

.post-11 .focus-navigation {
  display: none !important;
}


.focus-title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0px;
  right: 0;
  top: 20px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 2px;

}

.ml-02 {
  float: right;
  width: 348px;

  
  padding-top: 16px;
  box-sizing: border-box;
}

.let {
  
  margin-bottom: 20px;
}



.to {
  width: 100%;
  height: 20px;
  
  padding-left: 24px;
  box-sizing: border-box;
  background: url(./images/clock\ \(2\).png) left center no-repeat;
  margin-bottom: 10px;
}

.time {
  margin-bottom: 16px;
}

.time .mm {
  line-height: 24px;
  font-size: 19px;
  color: #9E9E9E;

}

.time .yy {
  line-height: 24px;
  font-size: 13px;
  color: #9E9E9E;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hide-text-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.let a {
   display: block; 


}

.news_title {
  line-height: 24px;
  margin-bottom: 20px;
  height: 45px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 800!important;
  color: #333333;

}

.news_title1 {
  line-height: 24px;
  margin-bottom: 20px;
  height: 45px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8D8D8D!important;

}

.news_title:hover {
  color: #F8AD2D;

}

.news_title1:hover {
  color: #5C96DD;

}

.news_title5:hover {
  color: #F8AD2D;
}


.news_title6:hover {
  color: none !important;

}

.let {
  margin-bottom: 53px;
  border-bottom: 1px solid #D8D8D8;
}
.let:hover {
  background: #2A63B3;
  box-shadow: 2px 4px 4px 0 rgb(0 0 0 / 28%);
}



.let:hover .news_title {
  color:#F8AD2D ;
} 

.mr {
  float: right;
  width: 420px;
  height: 100%;
  
}

.top1 {
  margin-bottom: 40px;
  height: 27px;
}


.title1 {

  line-height: 27px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  position: relative;
  float: left;
  background-color: #5c96dd;
}
.top2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0px;
  right: 0px;
  top: 15px;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
}



.zhu {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  margin-top: 12px;
  margin-left: 71px;
}

.tt {

  position: relative;
  margin-bottom: 24px;
 height: 60px;


}

.tt:hover {
  background-color: #fff;
  box-shadow: 2px 4px 4px 0 rgb(0 0 0 / 28%);
}


.tt:hover .news_wz {
  color: #F8AD2D;

}






.mr-01 .news_wz:hover {
  color: #036EB7;
}

.mr-01 .news_wz {
  font-size: 16px;
  color: #333333;
  margin-left: 71px;
  padding-top: 5px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #333333;
  line-height: 24px;
}

.mr-01 .news_date {
  position: absolute;
  left: 0;
  top: 0px;
  width: 60px;
  height: 60px;
  background: #B8CDDE;
  border-radius: 6px;
  padding: 5px 0px;
}



.mr-01 .news_date .day {
  text-align: center;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #2A63B3;
}

.mr-01 .news_date .year {

  text-align: center;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  color: #2A63B3;
  height: 18px;
  margin-bottom: 15px;

}

.mr-01 .news_wz:hover{
  color: #F8AD2D;
  
}


.main2 .inner {

  padding-bottom: 34px;
  box-sizing: border-box;
  
}





.ttt {
  height: 61px;
  z-index: 2;
  background: #fff url(./images/sju\ .png);
  width: 254px;
position: relative;
 display: inline-block;

}

.main2-top {
  position: relative;
  margin-bottom: 68px;
}

.gh {
  background: url(/static/image/mo.png) no-repeat;
  width: 70px;
  height: 21px;

position: absolute;
top: 40px;
  z-index: 2;
 right: 0;
 
}

.qiu .tu {
  position: relative;
  
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  width: 86px;
  height: 86px;
  margin-bottom: 24px;
  overflow: hidden;
}

.qiu .tu img {
  display: block;
  transition: all 0.5s;
  position: absolute;
  
  top: 0;
  bottom: 0;
  left: 0px;
}

.qiu {
  width: 86px;
  height: 142px;
}

.tu:hover {
  background: url(/static/image/one.png) no-repeat center;
}

.tu:hover .tu img {
  left: auto;
  right: 0;
}

.qiu:hover:before {
  display: block;
}


.fast_list {
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;

}

.fast_list li {
  float: left;
  width: 92px;
  margin-right: 66px;
  margin-bottom: 35px;

}

.fast_list li:hover .link_bt {
  color: #457FC7;

}

.fast_list li:nth-child(8) {

  margin-right: 0px;

}

.fast_list li:nth-child(16) {

  margin-right: 0px;

}


.fast_list .link_bt {
  text-align: center;
  line-height: 24px;
  margin-top: 12px;
  color: #313131;
  font-size: 14px;
  font-weight: 600;
  height: 40px;

}



.fast_list .link_icon {

  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-left: 10px;


}

.fast_list .link_icon:before {
  position: absolute;
  z-index: 1;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;

}

.fast_list .link_icon img {
  width: 160px;
  height: 80px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
}

.fast_list .link_icon:hover {

  transition: all 0.4s ease-in-out;
}

.fast_list .link_icon:hover:before {
  display: none;
}

.fast_list .link_icon:hover img {
  left: auto;
  right: 0;
  transition: all 0.4s ease-in-out;
}

.f_col {
  display: block;
}

.main3 {
  background: url(/static/image/bgc3.png) center top no-repeat;
  margin-bottom: 75px;
  background-size: cover;

}

.main3 .inner {
  padding-top: 48px;
  padding-bottom: 28px;
  box-sizing: border-box;

}

.le {
  width: 627px;
  float: left;
}

.title2 {

  height: 28px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
}

.title2:before {
  position: absolute;
  z-index: 1;
  content: '';
  left: 128px;
  right: 0;
  top: 15px;
  bottom: 0;
  width: 416px;
  height: 1px;
  background: #FFFFFF;

}

.btn2 {
  float: right;
  background: url(/static/image/ri.png);
  display: block;
  width: 67px;
  height: 23px;
  line-height: 27px;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 2;
}

.top2 {
  margin-bottom: 40px;
  height: 27px;
  position: relative;
  margin-bottom: 47px;
}

.top3 {
  margin-bottom: 40px;
  height: 27px;
  position: relative;
  margin-bottom: 36px;
}



.news {
  position: relative;
  padding-left: 30px;

  border-bottom: 4px dashed #2A63B3;
  padding-bottom: 16px;
  box-sizing: border-box;
  margin-bottom: 25px;


}

.news:before {
  position: absolute;

  content: '';
  left: 0px;
 
  top: 0;
  bottom: 0;
  background: url(/static/image/safe.png) no-repeat;
width:30px

}

.news_title5 {

  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  display: block;
padding-right:60px
}

.news_time {

  position: absolute;
  right: 0;
  top: 5px;

  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;


}

.newlist {
  padding-left: 60px;
  padding-right: 17px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;


}

.newlist:hover {
  background: #2A63B3;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.2200);
  width: 100%;
  margin-left: 0px;





}





.let2 {
  width: 627px;
  float: right;
}

.newlist {}

.news_title6 {

  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
  padding-right: 60px;
  display: block;


}

.safe {
  padding-left: 36px;
  padding-right: 17px;
}

.qq {
  position: absolute;
  left: 10px;
  top: 25px;
  width: 11px;
    height: 11px;
    background: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    margin-left: 33px;
  

}

.ziyuan {

  height: 28px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5C96DD;
  position: relative;
  margin-bottom: 45px;
}


.ziyuan::before {

  position: absolute;
  z-index: 1;
  content: '';
  left: 185px;
  right: 0;
  top: 18px;
  bottom: 0;
  width: 1018px;
  height: 1px;
  background: #5C96DD;
}


.bt {
  float: right;
  background: url(/static/image/more.png);
  display: block;
  width: 37px;
  height: 21px;
  position: absolute;
  right: 0px;
  top: 5px;


}

.booklist {
  width: 400px;
  height: 209px;
  background-color: #036EB7;
  position: relative;
  z-index: 1;
  margin-right: 46px;
  margin-bottom: 16px;
  display: inline-block;
}

.booklist:nth-child(3) {
  margin-right: 0px;
}

.booklist:nth-child(6) {
  margin-right: 0px;
}

.bk {
  width: 400px;
  height: 209px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  display: block;


}

.bk img {
  width: 400px;
  height: 209px;
  z-index: 3;


}

.bb {
  width: 400px;
  height: 54px;
  background: #2A63B3;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  z-index: 4;
}

.bb1 {
  width: 400px;
  height: 54px;
  z-index: 5;


  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 18px 51px 18px 36px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F4F4F4;
}


.booklist:hover {

  width: 400px;
  height: 209px;
  z-index: 6;
  background-color: #fff;

}


.dd {
  width: 400px;
  height: 209px;
  z-index: 6;
  background: url(/static/image/bb.png);

  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: none;
  text-align: center;

  padding: 51px 33px 20px 33px;
}

.booklist:hover .dd {
  display: block;


}

.news_title7 {

  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  margin-top: 25px;
}

.main4 {
  padding-bottom: 95px;
  box-sizing: border-box;

}


.footer {
  background: url(/static/image/footer1.png) center top no-repeat;
  padding-top: 59px;
  
  background-size: cover;


}

.fot-logo {
  float: left;

}

.fot {
  padding-right: 244px;
  position: relative;
  
  margin-bottom: 12px;
}

.fot-right {
  float: right;

}

.on-sp {
  margin-right: 10px;
}

.henan {

  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF!important;
  line-height: 16px;
}

.one {
  margin-bottom: 21px;
}

.weix {
  position: absolute;
  top: 30px;
  right: 160px;
  width: 60px;
}

.weibo {
  position: absolute;
  top: 30px;
  right: 80px;
  width: 60px;
}
.weibo1 {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 60px;
}

.capy {
  padding-top: 22px;
  padding-bottom: 24px;

  font-size: 21px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
  text-align: center;
  border-top: 1px solid #FFFFFF;
}

.aa {
  text-align: center;
}




*********************************************************** * 列表页 */




.l-banner {
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.l-banner img {
  vertical-align: top;
}

.l-banner img {
  width: 100%;
  height: 100%;
}




#l-container {
  margin-top: 50px;
  min-height: 700px;
}


#l-container .inner {
  padding: 25px 10px;
}


#d-container {}

#d-container .inner {
  background: #fff;
}

.col_menu {
  width: 240px;
  float: left;
  margin-right: -240px;
  position: relative;
}

.col_menu .l-qh {
  margin-bottom: 10px;
}

.col_menu .col_menu_head {
  background: #0f429b;
}


.col_menu .col_menu_head h3.col_name {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}


.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  line-height: 50px;
  padding: 0px 5px 0px 30px;
}


.col_menu .col_menu_con {
  border: 1px solid #e4e4e4;
}


.col_list {}

.col_list .wp_listcolumn {
  border-top: 0px solid #2867A0;
  border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
  color: #333;
  font-size: 15px;
  font-weight: normal;
  background: none;
  border-top: 0px solid #fff;
  border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
  padding: 5px 0px 5px 28px;
  line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #0f429b;
  background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
  color: #0f429b;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
  color: #454545;
  background: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
  font-weight: bold;
  color: #0f429b;
}


.col_list .wp_listcolumn .wp_column .sub_list a {
  color: #333;
  border-top: 1px solid #eee;
  margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  line-height: 28px;
  padding: 5px 10px 5px 44px;
  cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  font-weight: bold;
  font-weight: bold;
  color: #0f429b;
}


.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 60px;
  cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: bold;
  color: #0f429b;
}


.col_news {
  width: 100%;
  min-height: 500px;
  float: right;
}

.col_news .col_news_box {
  margin-left: 290px;
}

.col_news_head {
  border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 48px;
  line-height: 48px;
}


.col_metas .col_title h2 {
  display: inline-block;
  font-size: 18px;
  font-family: "Microsoft yahei";
  font-weight: normal;
  color: #0f429b;
  border-bottom: 3px solid #CBCBCB;
}

.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  color: #666;
}


.col_metas .col_path a {
  color: #2F2F2F;
}

.col_news_con {
  padding: 5px 0px 10px 0px;
  margin: 0 0px;
}

.col_news_list {
  margin-top: 17px;
}

.col_news_list .wp_article_list .list_item {}


.col_news_list .wp_article_list .list_item .Article_Index {}


.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
}

.col_news_list .wp_entry p {
  margin-bottom: 10px;
}

.col_news_list .wp_entry table {
  margin-bottom: 4px;
}

.col_news_list .wp_entry img {
  max-width: 800px;
  _width: expression(this.width > 800 ? "800px" : this.width);
}
.col_news_list .news_list2 li {
  position: relative;
  padding-right: 120px;
}


.header1 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #3170bd;
}




.bi  {
  display: block;
}

.news_ti {
  display: block;
  line-height: 50px;
  color: #333;
  font-size: 18px;
}
.news_meta {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  line-height: 50px;
  font-size: 14px;
  color: #999;
}


.newss {
  border-bottom: 1px solid #e0e0e0;

}


.infobox {
	padding: 20px 60px;
	margin: 0 auto;
	width: auto;
padding-top: 80px;

}

.article {
	padding-top: 10px;
}

.article h1.arti_title {
	line-height: 36px;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	text-align: center;
	color: #182880;
}


.article h2.arti_title {
	line-height: 34px;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	text-align: center;
	color: #1B1B1B;
}


.article .arti_metas {
	padding: 10px;
	text-align: center;
	
}

.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
}


.article .entry {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}


.article .entry .read,
.article .entry .read p {
	line-height: 1.75;
	font-size: 14px;
	color: #333;
}


.article .entry .read p {
	margin-bottom: 10px;
}

.article .entry .read img {
	margin: 0 auto;
	max-width: 940px;
	_width: expression(this.width > 940 ? "940px" : this.width);
}


.article .entry .read table {
	margin: 0 auto;
	border: none !important;
}

.cengji {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, #5991D5 0%, rgba(92,150,221,0) 100%);
  opacity: 0.8;
  z-index: 19;

}

.let font:hover{
	color: #F8AD2D!important;

}

.focus-title font {
color: #fff!important;

}


.head-left {
  float: left;

}
.head-right {
  float: right;
  margin-top: 16px;
  width: 320px;
}


.wp_search {
  display: inline-block;
  position: relative;
  padding-left: 4px;
  border: 1px solid #d0d0d0;
}

.wp_search #keyword {
  width: 160px !important;
  padding: 4px 0;
  border: none;
  height: 20px;
  line-height: 20px;
  background: transparent;
  color: #fff;
}

.wp_search .search {
  width: 32px;
  height: 30px;
  border: 0px;
  background: #FFFFFF url(404.png) no-repeat center;
  cursor: pointer;
  vertical-align: top;
}


.searchbox {
  text-align: right;
}

.wp-search {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}

.wp-search form {
  display: block;
}

.wp-search .search-input {
  margin-right: 35px;
}

.wp-search .search-input input.search-title {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0;
  line-height: 34px;
  background: none;
  padding: 0px 10px;
  color: #fff;
  font-size: 14px;
  border: 0;
  outline: 0;
}

.wp-search .search-btn {
  width: 36px;
  height: 36px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.wp-search .search-btn input.search-submit {
  width: 36px;
  height: 36px;
  border: 0;
  outline: 0;
  background: #fff url(/static/image/search11.png) center center no-repeat;
  border-radius: 4px;
  cursor: pointer;
}

.school {
  width: 70px;
 height: 70px;
  
  position: absolute;
  top: 80px;
  right: -8px;
  background: url(/static/image/tu-logo1-1.jpg);
  display: none;
}


.weix:hover .school {
  display: block;
}

.oa {
  width: 70px;
  height: 70px;
   
   position: absolute;
   top: 80px;
   right: -8px;
   background: url(/static/image/tu-logo2-1.png);
   display: none;

}
.weibo:hover .oa{
  display: block;
}


.of {
  width: 70px;
  height: 70px;
   
   position: absolute;
   top: 80px;
   right: -8px;
   background: url(/static/image/tu-logo3-3.jpg);
   display: none;

}
.weibo1:hover .of{
  display: block;
}
.let:hover .news_title font {
    color: #F8AD2D!important;
}

#d-container {
  min-height: 700px;
}



.title1 {
  line-height: 27px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5C96DD;
  position: relative;
  float: left;
  z-index: 2;
 color: #fff;
  width: 130px;
}
.title3 {
  line-height: 27px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5C96DD;
  position: relative;
  float: left;
  z-index: 2;
background: #fff;
  width: 150px;
}
