﻿* {
  padding: 0;
  margin: 0;
}

body, td, th, div {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #000000;
}

.clear:after {
  display: block;
  content: "";
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}

.clear {
  zoom: 1;
}

body {
  background: #FFFFFF;
}

a {
  text-decoration: none;
}

.banner {
  width: 100%;
  min-width: 1200px;
  height: 300px;
  margin: 0 auto;
  clear: both;
  background: url("../images/index_09.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

h1 {
  color: #000000;
  line-height: 150%;
  font-size: 24px;
}

img {
  border: 0px;
  display: block;
}

li {
  list-style: none;
}

.w1200 {
  width: 1180px;
  margin: 0 auto;
}

.menu {
  min-width: 1180px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  clear: both;
  background: #0078C6;
}

.menu ul {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

.menu ul li {
  float: left;
  font: normal 18px/60px "微软雅黑";
  text-align: center;
  margin-right: 30px;
}

.menu ul li a {
  color: #FFF;
  display: block;
  width: 120px;
}

.menu ul li a:hover, .menu ul li .hover {
  background: #065C95;
  color: #FFF;
  text-decoration: none;
}

.video_box_title {
  margin-top: 50px;
  padding: 20px 0 20px 30px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.video_box_title::before {
  display: block;
  width: 8px;
  height: 40px;
  content: "";
  background-color: red;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.direct_video {
  border-left: 1px solid #eee;
}

.direct_video_item {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: block;
  width: 235px;
  height: 200px;
  float: left;
  padding: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.direct_item_text_box .iconfont {
  color: rgba(0, 0, 187, 0.67);
  font-size: 16px;
}

.hover_show {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
}

.hover_show_cycle {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 35px;
  right: 0;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0;
  margin: auto;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.hover_show > p {
  width: 0;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 16px;
  color: white;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.direct_video_item:hover .hover_show {
  background-color: rgba(0, 0, 0, .5);
}

.direct_video_item:hover .hover_show > p {
  width: 100%;
}

.direct_video_item:hover .hover_show_cycle {
  width: 200px;
  height: 159px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 1;
}

.direct_item_bg_img {
  width: 170px;
  height: 90px;
  display: block;
  margin: 20px auto 20px;
}

.direct_item_text_box {
  background-color: #fbfbfb;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.direct_item_text_title {
  font-size: 17px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.direct_item_text_author {
  color: #999;
  font-size: 15px;
}

.author_name, .author_num {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 5px;
}

.author_name {
  float: left;
  width: 60%;
}

.author_num {
  width: 40%;
  float: right;
}

.get_more>li {
  float: left;

  /*padding: 20px 0;*/
  /*text-align: center;*/
  /*background-color: #eeeeee;*/
  /*margin-top: 20px;*/
  /*font-size: 16px;*/
  /*cursor: pointer*/
}
.get_more>li>a{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border:1px solid #EEEEEE;
  display: block;
  padding: 5px 20px;
  font-size: 15px;
  margin:20px 0 0 20px;
}
.get_more>li.active>a{
  background-color:skyblue;
  color: white;
}
.footer {
  min-width: 1180px;
  background: #0175C2;
  width: 100%;
  margin: 100px auto 0;
  clear: both;
  padding: 20px 0;
  overflow: hidden;
}

.footer_left {
  width: 350px;
  float: left;
  padding-top: 15px;
  overflow: hidden;
}

.footer_left li {
  float: left;
  margin-right: 12px;
}

.footer_mid {
  width: 370px;
  float: left;
  margin-left: 70px;
}

.footer_mid li {
  float: left;
  text-align: center;
  padding: 0 30px;
}

.footer_right {
  width: 300px;
  float: right;
}

.footer_right b {
  font: normal 18px/25px "微软雅黑";
  color: #fff;
}

.footer_right p {
  font: normal 14px/25px "微软雅黑";
  color: #fff;
}
