/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #b80000;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #014e7d;
}
.advertising {
  width: 1200px;
}
.right {
  position: sticky;
  top: 0;
  height: 100%;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  margin-top: 40px;
  height: 300px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 90px;
  padding: 10px 0;
}
.head .flex {
  height: 80px;
  align-items: center;
}
.head .logo {
  width: 300px;
}
.head .logo img{
	width:60%;
	height:auto;
}
.head .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  border-radius: 20px;
  overflow: hidden;
  height: 34px;
}
.head .search form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  height: 34px;
  overflow: hidden;
}
.head .search form input {
  width: 200px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 16px;
}
.head .search form button {
  width: 60px;
  height: 100%;
  background: url(../img/search.png) no-repeat center;
  background-size: 50%;
  transition: 0.5s all;
}
.nav {
  background-color: #014e7d;
  height: 55px;
  line-height: 55px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li a {
  color: #fff;
  font-size: 18px;
}
.title a:first-of-type {
  font-size: 24px;
  padding-left: 20px;
  background: url(../img/title_ico.png) no-repeat center left;
}
.title a:last-of-type {
  width: 112px;
  padding-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  color: #0182c6;
  font-weight: 700;
  transition: all 0.6s;
  background: url(../img/title-icon-2.png) no-repeat bottom center;
}
.title a:last-of-type:hover {
  margin-right: 0;
}
#swiper-1 {
  width: 45%;
  height: 390px;
  margin-left: 0;
}
#swiper-1 .swiper-slide span {
  height: 50px;
  line-height: 50px;
}
.time-list {
  width: 53%;
}
.time-list ul li {
  white-space: normal;
  padding-bottom: 30px;
}
.time-list ul li:last-of-type {
  padding: 0;
}
.time-list ul li:hover a .time h1 {
  color: #ab1f2a;
}
.time-list ul li:hover a .txt h1 {
  color: #ab1f2a;
}
.time-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time-list ul li a .time {
  width: 10%;
  text-align: center;
}
.time-list ul li a .time h1 {
  color: #0182c6;
  font-size: 24px;
}
.time-list ul li a .time span {
  font-size: 14px;
}
.time-list ul li a .txt {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  width: 86%;
}
.time-list ul li a .txt h1 {
  font-size: 18px;
}
.time-list ul li a .txt h2 {
  margin-top: 5px;
  font-size: 14px;
  color: #999;
}
.bg {
  background-color: #f4f9fe;
  padding: 20px 0;
}
.box-1 {
  width: 32%;
}
.box-2 {
  width: 30%;
}
.title-2 {
  align-items: center;
}
.title-2 a:last-of-type {
  font-size: 16px;
  color: #0182c6;
  font-weight: 700;
}
.title-2 a:first-of-type {
  font-size: 20px;
  padding-left: 20px;
  color: #000;
  background: url(../img/title_ico.png) no-repeat center left;
}
.list-3 {
  padding: 0 10px;
}
.list-3 ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #d9d9d9 1px dashed;
}
.list-3 ul li:hover .time h1 {
  background-color: #0182c6;
}
.list-3 ul li:hover .txt h1 {
  color: #b80000;
}
.list-3 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-3 ul li a .time {
  width: 15%;
  border-radius: 5px;
  height: 59px;
  border: 1px solid #014e7d;
  text-align: center;
}
.list-3 ul li a .time h1 {
  background-color: #014e7d;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.list-3 ul li a .time span {
  font-size: 12px;
  color: #888888;
}
.list-3 ul li a .txt {
  width: 78%;
}
.list-3 ul li a .txt h1 {
  margin-bottom: 5px;
  font-size: 16px;
}
.list-3 ul li a .txt span {
  font-size: 14px;
  color: #999;
}
.list-3 ul li:last-of-type {
  border: none;
}
.img-div {
  overflow: hidden;
}
.img-div a {
  display: flex;
  justify-content: space-between;
}
.img-div img {
  width: 35%;
}
.img-div .text {
  width: 60%;
}
.img-div .text h2 {
  font-size: 16px;
  margin: 10px 0;
}
.img-div .text span {
  font-size: 14px;
  color: #999;
}
.list ul li {
  height: 40px;
  line-height: 40px;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a h1 {
  width: 74%;
  font-size: 16px;
}
.list ul li a span {
  width: 25%;
  font-size: 14px;
  color: #999;
}
.box-3 {
  width: 48%;
}
.title-3 {
  align-items: center;
}
.title-3 a:last-of-type {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #333333;
  margin: 10px 5px 0 0;
  transition: all 0.6s;
  border: #a1a1a1 1px solid;
  width: 28px;
  height: 28px;
  line-height: 24px;
}
.title-3 a:last-of-type:hover {
  color: #0182c6;
  border: #0182c6 1px solid;
}
.title-3 a:first-of-type {
  font-size: 20px;
  padding-left: 20px;
  color: #000;
  background: url(../img/title_ico.png) no-repeat center left;
}
.list-dian ul li a h1 {
  width: 80%;
  padding-left: 20px;
  position: relative;
}
.list-dian ul li a h1:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #a3a3a3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-dian ul li a span {
  width: 20%;
  text-align: right;
}
.box-4 {
  width: 30%;
}
.box-5 {
  width: 65%;
}
.img-box {
  height: 300px;
}
.img-box a {
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img-box a img {
  width: 60%;
}
.img-box a .txt {
  height: 100%;
  width: 40%;
  background-color: #fff;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.img-box a .txt h2 {
  line-height: 32px;
  font-size: 16px;
  font-weight: 700;
}
.img-box a .txt h3 {
  font-size: 14px;
  text-indent: 2rem;
  color: #929292;
  -webkit-line-clamp: 4;
}
.img-box-2 {
  height: 300px;
}
.img-box-2 img {
  height: 70%;
}
.img-box-2 .txt {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  height: 30%;
}
.img-box-2 h2 {
  font-size: 16px;
}
.img-list ul li {
  margin-top: 20px;
  white-space: normal;
}
.img-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img-list ul li a img {
  width: 20%;
  height: 100px;
}
.img-list ul li a .txt {
  width: 75%;
}
.img-list ul li a .txt h1 {
  font-size: 16px;
}
.img-list ul li a .txt h2 {
  margin-top: 10px;
  text-indent: 2rem;
  font-size: 14px;
  color: #999;
}
.left {
  width: 67%;
}
.right {
  width: 30%;
}
.crumbs {
  padding-left: 20px;
  background: url(../img/crumbs.png) no-repeat center left;
  height: 40px;
  line-height: 40px;
}
.crumbs a,
.crumbs span {
  margin-right: 10px;
  font-size: 14px;
}
.list-list ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #dcdcdc;
  position: relative;
  padding-left: 20px;
}
.list-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a h1 {
  width: 82%;
  font-size: 16px;
}
.list-list ul li a span {
  text-align: right;
  width: 15%;
  color: #999;
}
.paging {
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #014e7d;
}
.con-tit h4 {
  font-size: 24px;
}
.con-info {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}
.con-info span {
  color: #727272;
}
.con-txt p {
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.con-txt a img,.con-txt img {
  max-width: 600px;
  display: flex;
  margin: 20px auto;
}
.keywords {
  justify-content: center;
}
.keywords span,
.keywords a {
  color: #fff;
  font-size: 14px;
}
.keywords a {
  margin-right: 20px;
}
.pian a {
  font-size: 14px;
  display: block;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
