/* 通用初始化样式 START */
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 16px;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none!important;
  color: inherit;
  cursor: pointer;
}

input,
textarea,
button,
select {
  border: none;
  outline: none;

}

button {
  cursor: pointer;
  background: none;
}
img{
  vertical-align: middle;
}
/* input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  outline-offset: 0;
} */

/* input {
  display: block;
} */

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

i {
  font-style: normal;
}

body {
  font-size: 16px;
  font-family: "Microsoft YaHei", Arial;
  -webkit-text-size-adjust: 100%;
  font-size-adjust: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.top20 {
  margin-top: 20px;
}

.f12 {
  font-size: 12px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f36 {
  font-size: 36px;
}

.wid12 {
  width: 12%;
}

.wid14 {
  width: 14%;
}

.wid15 {
  width: 15%;
}

.wid16 {
  width: 16%;
}

.wid50 {
  width: 50%;
}

.wid40 {
  width: 40%;
}

.wid100 {
  width: 100%;
}
/* 边距 */
.mb30{
  margin-bottom: 30px;
}
.col333 {
  color: #333;
}

.hidden {
  display: none;
}

.speshow {
  display: none;
}

.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.overflowTwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.overflowThr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.overflowFour {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.mshow {
  display: none;
}

.mhide {
  display: block;
}
.indent2{
  text-indent: 2em;
}
.font-normal{
  font-weight: normal;
}
.page-wrap{
  width: 100%;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
/* 通用头部START */
.page-header{
  border-bottom: 3px solid #2660a7;
  background-image: url(head_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 570px;
}
.header-top{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 100px 0;
}
.header-left{
  display: flex;
  align-items: center;
}
.header-left #current-time{
  line-height: 30px;
}
.header-left .current-weather{
  margin-left: 30px;
  line-height: 15px;
}
.header-right a{
  padding: 0 5px;
  color: #333;
}
.header-log{
  display: block;
  margin:  0 auto;
}
.header-search{
  margin: 80px auto 130px auto;
  width: 60%;
  display: flex;
  align-items: center;
  position: relative;
}
.search-inp{
  width: 100%;
  height: 100%;
  border: 1px solid #b8d8f0;
  border-radius: 8px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background-color: rgba(255,255,255,0.5);
  padding:0 60px 0 10px;
}
.search-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

}
/* 导航 */
.dis-chnl{
  display: none;
}
.header-nav{
  margin-top: -60px;
}
.header-nav .nav-list{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-list li{
  width: 20%;
  color: #2660a7;
}
.nav-list li a{
  display: flex;
  align-items: center;
  line-height: 60px;
  height: 60px;
  width: 100%;
  font-size: 24px;
  color: #2660a7;
  font-weight: bold;
  justify-content: center;
  border-bottom: 8px solid transparent;


}
.nav-list li a img{
  margin-right: 15px;
}
.nav-list li.active a{
  border-color: #2660a7;
}
.nav-list li:hover a{
  border-color:#2660a7;
}
/* 通用头部END */

/* 通用底部START */
.page-foot{
  background-color: #205da1;
  /* border-top: 20px solid #d2dfec; */
  color: #fff;
}
/* 友情链接 */
.foot-link{
  background-color: #f0f4f9;
  padding: 15px 0 16px 0;
}
.foot-link-box{
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  /* padding-top: 30px; */
  
}
.foot-link-every{
  width: 18%;
  position: relative;
}
.foot-link-every .foot-link-title{
  width: 100%;
  height: 33px;
  background: #fdfefe;
  border: 1px solid #bfd7bf;
  color: #1e5ba0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-link-title img{
  width: 16px;
}
.foot-link-con{
  display: none;
  /* padding: 10px 0; */
  background-color: #fdfefe;
  border: 1px solid #bfd7bf;
  border-top: 0;
  position: absolute;
    width: 100%;
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9;
  color: #1e5ba0;


}
.foot-link-con li{
  width: 100%;
  text-align: center;
}
.foot-link-con li:hover{
  background-color: #1e5ba0;
  color: #fff;
}
.foot-link-con li a{
  width: 100%;
  padding: 5px 0;
  display: block;
}
.foot-con{
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-center{
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 40px
  
  
}
.foot-center-left{
  border-right: 1px solid #fff;

}
.foot-center-left >a {
  display: block;
  margin-bottom: 20px;
  margin-right: 40px;
}
.foot-center-left >a:last-of-type,
.foot-center-right p:last-of-type{
  margin-bottom: 0
}
.foot-center-right{
  margin-left: 40px;
}
.foot-center-right p{
  margin-bottom: 20px;
  margin-right: 20px;
}
.foot-center-right p >span{
  margin-right: 20px;
}
.foot-ba > img{
  vertical-align: bottom;
}
.foot-right >a{
  display: block;
  text-align: right;
}
.foot-right .foot-tjzw{
  margin-bottom: 10px;
}
/* 通用底部END */

/* 频道页的列表 */
.channel-list .list-item{
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #e5e5e5;

}

.channel-list .list-item a{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.channel-list .list-item i{
  width: 4px;
  height: 4px;
  /* border-radius: 2px; */
  background-color: #333;
  margin-right: 20px;
}

.channel-list  .list-item p{
  width: 60%;
  flex: 1;
  margin-right: 20px;
}
.channel-list .list-item .time{
  width: 20%;
  color: #999999;
  text-align: right;
}
.channel-list  .list-item:hover{
  color: #205da1;
}
.channel-list .list-item:hover i{
  background-color: #205da1;
}
/* 频道页的列表END */
/* 面包屑START */
.page-crumbs{
  margin: 20px 0;
  padding: 10px;
  background-color: #f2f7fd;
}
/* 面包屑END */


/* 移动端 */
@media screen and (max-width: 1200px) {
  .container{
    width: 100%;
  }
  .mshow {
    display: block;
  }
  
  .mhide {
    display: none;
  }
  /* 通用头部START  */
.page-header{
  padding-top: 50px;
  height: auto;
  background-size: 200% 110%;
  min-height: 230px;
  /* background-position: ; */
}
.header-top{
  flex-wrap: wrap;
  display: none;
}
.header-left{
  flex-wrap: wrap;
}
.header-log{
  width: 80%;
}
.header-search{
  width: 80%;
  margin: 30px auto ;

}
.search-inp{
  height: 40px;
  line-height: 40px;
}
.header-nav{
  margin-top: 0;
  border-bottom: 1px solid #2660a7;

}
.header-nav .nav-list{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nav-list li{
  width: 50%;
}
.nav-list li a{
  font-size: 20px;
}

/* 通用头部END */

/* 通用底部START */
.foot-con{
  flex-wrap: wrap;
  padding: 20px 10px;
}
.foot-dzjg{
  width: 100%;
  text-align: center;
}
.foot-center{
  width: 100%;
  flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 20px;
}
.foot-center-left{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-right: 0;
}
.foot-center-left >a{
  margin-bottom: 20px;
}
.foot-center-left >a:last-of-type{
  margin-bottom: 20px;
  margin-right: 0;
}
.foot-center-right{
  margin-left: 0;
  width: 100%;
}
.foot-center-right p{
  margin-bottom: 0;
  margin-right: 0;
}
.foot-center-right p >span{
  display: block;
  margin-right: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;


}
.foot-right{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-right .foot-tjzw{
  margin-bottom: 0;
  margin-right: 10px;

}
.foot-right >a{
  text-align: center;
}
/* 友情链接 */
.foot-link-box{
  flex-wrap: wrap;
  padding: 0 10px;
}
.foot-link-every{
  width: 48%;
  margin-bottom: 15px;
}
/* 通用底部END */

/* 频道页列表 */
.channel-list .list-item .time{
  width: 40%;
}
}
