@charset "utf-8";

html {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  background: rgb(247,247,247);
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
a{
  text-decoration-line:none;
  color: #000;
}


/*头部*/
header .header_url .menu {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  font-size: 18px;
  font-weight: bold;
  background-color: rgb(80,153,163);
  height: 45px;
  color: #fff;
  align-items: center;
}

.body_bg2 {
  background-image: url('../img/index/body_bg2.png');
}
header .header_url .menu li {
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

header .header_url .menu .hover_image:hover {
  /*background-image: url('../img/index/headImg.png');*/
  background-color: rgb(81 168 180);
  /*color: greenyellow;*/
  background-size: 100% 100%;
  /*color: rgb(19,149,145);*/
}
header .header_url .menu li a {
  color: #fff;
  /*width: 120px;*/
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
}
/*header .header_url .menu .hover_image:hover a {*/
/*  color: greenyellow;*/
/*}*/
header .header_url ul .center_journalism {
  position: relative;
}
header .header_url .submenu {
  display: none;
}
header .header_url ul .center_journalism:hover .submenu  {
  display: block;
  background-color: rgba(128,194,202,0.8);
  font-size: 16px;
}
header .header_url ul .center_journalism .submenu {
  position: absolute;
  z-index: 99;
}
header .header_url ul .center_journalism .submenu li:hover {
  color: white;
  background-color: rgb(81 168 180);
  font-weight: bold;
}
header .header_url ul .center_journalism:hover .submenu li a {
  color: white;
  font-weight: 500;
}
header .header_url ul .center_journalism .submenu li:hover a {
  color: white;
  font-weight: bold;
}
header .header_url ul .center_journalism .submenu .wire {
  border-bottom: 2px solid white;
}
.header {
  width: 100%;
  height: 95px;
}

.search {
  /*background-image: url('../img/index/header.png');*/
  /*background-size: 100% 100%;*/
  /*background-repeat: no-repeat;*/
  display: flex;
  align-items: center;
}

header .search .search_search_input {
  background-image: url('../img/index/header.png');
  background-repeat: no-repeat;
  background-position-x: right;
  height: 127px;
  width: 50%;
}

header .search div:nth-of-type(1) img {
  height: 60px;
}

.search_input {
  float: right;
  width: 275px;
  margin-right: 400px;
  margin-top: 40px;
  height: 50px;
  background: #139691;
  font-weight: bold;
  display: flex;
  padding: 2px;
  border-radius: 5px;
}

.search_input .submit {
  display: flex;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  position: relative;
  width: 60px;
  flex-shrink: 1;
}
.search_input .submit input {
  background: none;
  border: none;
  width: 100%;
}
.search .submit .el-icon-search {
  position: absolute;
  top: 12px;
  right: 16px;
  color: white;
  font-size: 25px;
}
.general_title {
  display: flex;
  color: white;
  position: relative;
  background-image: url('../img/index/middleFrame.png');
  background-color: rgb(80,153,163);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  align-items: center;
  font-size: 20px;
  box-sizing: border-box;
  height: 64px;
  width: 100%;
  margin: 15px 0 5px;
}
.border {
  flex-shrink: 1;
  background-image: url('../img/index/left.png');
  background-color: rgb(80,153,163);
  background-repeat: no-repeat;
  width: 20px;
  background-size: 100% 100%;
  box-sizing: border-box;
  height: 64px;
}
.general_title .border_right {
  background-image: url('../img/index/right.png');
}
.general_title .middle {
  flex-grow: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.general_title div:nth-of-type(2) div:nth-of-type(1) {
  display: flex;
}
.general_title div:nth-of-type(2) div:nth-of-type(1) img {
  height: 45px;
  margin-top: -13px;
  margin-right: 10px;
}
.middle .more {
  font-size: 15px;
  color: #fff !important;
}
header {
  min-width: 1145px;
}
main {
  width: 100%;
}
/*广告*/
.advertising {
  width: 100%;
  min-width: 1145px;
}
.advertising img {
  width: 100%;
  height: 340px;
}
.general {
  width: 100%;
}

.general ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.general .general_background_color {
  width: 100%;
  height: 50px;
  min-width: 1145px;
  line-height: 50px;
  margin-top: -4px;
  background-color: rgb(80,153,163);
}
.general li .width {
  width: 1145px;
  margin: 0 auto;
}
.general .nva div a {
  color: white;
  display: inline-block;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  padding: 0 16px;
  /*width: 110px;*/
}
.general .nva div a:hover, .general .nva div .select {
  background-color: rgb(81 168 180);
}
footer {
  height: 250px;
  background-image: url('../img/index/footer.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  flex-direction: column;
  display: flex;
  background-position: right;
  min-width: 1145px;
  background-color: rgb(143,190,196);
}
/*底部*/
footer ul {
  width: 1145px;
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
  height: 200px;
  /*padding: 15px 0;*/
  color: #ffffff;
  font-size: 15px;
}

footer ul li p {
  padding-top: 10px;
  box-sizing: border-box;
}
footer  .link {
  display: flex;
  min-width: 1145px;
  color: white;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
footer .link P:nth-of-type(1) {
  width: 72px;
  flex-shrink: 1;
}
footer .link P:nth-of-type(2) {
  flex-grow: 1;
}
footer .link a {
  padding-right: 15px;
  box-sizing: border-box;
  color: white;
}
footer ul li:nth-of-type(2) {
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 10px;
  box-sizing: border-box;
}

.subscription {
  padding: 0 15px;
}

footer ul li:nth-of-type(2) img {
  height: 85px;
}
.white {
  background: white;
}

.center{
  text-align: center;
}