* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
}
div {
  box-sizing: border-box;
}
.main {
  position: relative;
  width: 100%;
  height: 100%;
}
.header {
  width: 100%;
  background: #003c7b;
}
.header .header_box {
  text-align: center;
}
.header .header_box .top_header .logo {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.header .header_box .bot_nav {
  height: 60px;
  width: 100%;
  background: #0b6cb8;
}
.header .header_box .bot_nav a {
  color: #fff;
  font-size: 20px;
  margin-left: 50px;
  height: 60px;
  line-height: 60px;
}
.header .header_box .bot_nav a:hover {
  color: red;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
}
.msg_box {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: 50px auto;
}
.msg_box .msg_content {
  width: 620px;
}
.msg_box .msg_content .title {
  border-bottom: 2px solid #0b6cb8;
  padding-bottom: 10px;
}
.msg_box .msg_content .title a {
  color: #0b6cb8;
  font-weight: bold;
  margin-right: 20px;
}
.msg_box .msg_content .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center ;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.msg_box .msg_content .list .item:hover .txt {
  color: #0b6cb8;
}
.msg_box .msg_content .list .avtive img {
  width: 200px;
  height: 110px;
}
.msg_box .msg_content .list .avtive .right_txt {
  width: 416px;
}
.msg_box .msg_content .list .avtive .right_txt .tit {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.1s;
  cursor: pointer;
}
.msg_box .msg_content .list .avtive .right_txt .tit:hover {
  color: #0b6cb8;
}
.msg_box .msg_content .list .avtive .right_txt p {
  text-align: justify;
}
.msg_box .msg_content .list .avtive .txt {
  height: 40px;
  margin: 10px 0;
}
.msg_box .msg_content .list .item .txt {
  font-size: 14px;
  color: #999;
  width: 100%;
  line-height: 20px;
  overflow: hidden;
  transition: all 0.1s;
  cursor: pointer;
}
.msg_box .msg_content .list .item .time {
  text-align: right;
  color: #ccc;
  float: right;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
}
.footer {
  height: 100px;
  background: #003c7b;
  margin-top: 50px;
}
.footer_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  height: 100%;
  margin: auto;
  padding: 20px;
  font-size: 14px;
}
.footer_box .left {
  line-height: 30px;
  color: #fff;
}
.gaikuang {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: auto;
}
.gaikuang .left_menu {
  width: 320px;
  transform: translateY(-100px);
  background: #eee;
  height: 450px;
}
.gaikuang .left_menu .title {
  width: 320px;
  height: 100px;
  background: url("../images/gkBg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.gaikuang .left_menu .title p:nth-of-type(1) {
  font-weight: bold;
  font-size: 28px;
}
.gaikuang .left_menu .title p:nth-of-type(2) {
  font-size: 14px;
}
.gaikuang .left_menu .item {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.gaikuang .left_menu .item:hover {
  color: #fff;
  background: #08407d;
}
.gaikuang .left_menu .item.on {
  color: #fff;
  background: #08407d;
}
.gaikuang .right_content {
  width: 940px;
}
.gaikuang .right_content .title {
  width: 100%;
  line-height: 44px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gaikuang .right_content .title .left_tit {
  text-align: left;
  font-size: 24px;
  float: left;
  margin-top: 8px;
  color: #333;
}
.gaikuang .right_content .title .right_s_t a {
  color: #999;
  text-align: right;
  font-size: 14px;
}
.gaikuang .right_content .w_tit {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  line-height: 100px;
}
.gaikuang .right_content .art {
  line-height: 2;
  text-indent: 2em;
  color: #666;
  font-size: 18px;
}
.gaikuang .right_content .art p {
  margin-bottom: 30px;
}
.shizi {
  width: 800px;
  margin: 20px auto;
}
.shizi h2 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
.shizi h3 {
  text-align: center;
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
.shizi .shiz_tit {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  width: 100%;
  background: #0b6cb8;
  text-align: center;
  margin-top: 20px;
}
.shizi .shizi_name {
  text-align: center;
}
.shizi a {
  display: inline-block;
  color: #333;
  width: 19%;
  padding: 10px 0;
}
.shizi a:hover {
  color: #003c7b;
}
.fengguang {
  width: 1300px;
  margin: 20px auto;
}
.fengguang h2 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
.fengguang .img_box img {
  width: 400px;
  height: 240px;
  float: left;
  margin-left: 25px;
  margin-bottom: 30px;
}
.liuyan {
  width: 1300px;
  margin: 20px auto;
}
.liuyan h2 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
.liuyan form {
  width: 600px;
  margin: 0 auto;
}
form .inp {
  margin: 20px 0;
}
form label {
  width: 120px;
  text-align: left;
  float: left;
  display: block;
}
form input {
  width: 380px;
  height: 30px;
  border: 1px solid #ddd;
  background: none;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
}
form textarea {
  width: 380px;
  border: 1px solid #ddd;
  background: none;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
}
.submit {
  margin-left: 120px;
  background: #0b6cb8;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
