﻿/*
* @Author: omtech.cn
* @Date:   2018-04-19 17:30:05
* @Last Modified by:   adminomt
* @Last Modified time: 2020-07-31 11:21:00
*/
@charset 'utf-8';

/**
 ********************** common **********************
 */
/*reset*/
body {
  background-color: #f0f0f0;
}
a:hover {
  color: #006fd7;
}

/**
 ********************** header **********************
 */
.header {
  background: url("/template-tjjw-016/img/bg.jpg") no-repeat center top #005cc4;
}
/*topbar*/
.header .topbar {
  height: 34px;
  margin-top: 20px;
  line-height: 34px;
}
.header .topbar .search {
  width: 252px;
  height: 34px;
  padding: 0;
  border-radius: 34px;
  background-color: #e9e9e9;
}
.header .topbar .search .wrap {
  position: absolute;
  top: 8px;
  left: 20px;
  z-index: 2;
  float: left;
  width: 164px;
  height: 18px;
  overflow: hidden;
  padding-right: 15px;
  border-right: 1px solid #ababab;
}
.header .topbar .search .text {
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
.header .topbar .search .text::placeholder {
  color: #666;
}
.header .topbar .search button {
  top: 5px;
  right: 15px;
  z-index: 3;
  width: 24px;
  height: 24px;
  background: url("/template-tjjw-016/img/search_icon.png") no-repeat;
  _background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template-tjjw-016/img/search_icon.png');
}
.header .topbar .search .bg {
  width: 100%;
  height: 100%;
  background-color: #e9e9e9;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*main*/
.header .main {
  height: 320px;
}
.header .main .logo {
  top: 105px;
  left: 0;
  width: 700px;
  height: 140px;
}
.header .main .logo a {
  background: url("/template-tjjw-016/img/logo.png") no-repeat;
  _background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics/images/default/quxian/plate01/jizhou/logo.png?v1');
}

/*menu*/
.header .menu {
  height: 72px;
  background-color: #eb1749;
}
.header .menu .wrap {
  height: 100%;
  overflow: hidden;
  padding-top: 0;
}
.header .menu ul {
  width: 100%;
}
.header .menu li {
  width: 155px;
  height: 72px;
  padding: 0;
  line-height: 72px;
}
.header .menu li.home {
  width: 115px;
  padding: 0;
}
.header .menu li a.on,
.header .menu li a:hover {
  color: #fff;
  background-color: #fc0;
}

/**
 ********************** footer **********************
 */
/*fix-qrcode*/
.fix-qrcode .title {
  background: url("/template-tjjw-016/img/qrcode_title.png") no-repeat;
  _background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics/images/default/quxian/plate01/jizhou/qrcode_title.png?v1');
}
.fix-qrcode .cont {
  background: url("/template-tjjw-016/img/qrcode_cont.png") no-repeat #fff;
}

/**
 ********************** home **********************
 */
/*hd-home*/
.hd-home h3 {
  border-bottom: 3px solid #ffba00;
  background: url("/template-tjjw-016/img/hd_icon.png") no-repeat left center;
}
.hd-home h3,
.hd-home .more:hover {
  color: #006fd7;
}

/*tab-home*/
.tab-home {
  height: 34px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.tab-home li {
  height: 34px;
  margin-right: 10px;
  overflow: hidden;
  line-height: 37px;
}
.tab-home li a {
  display: inline-block;
  height: 100%;
  padding: 0 12px;
  color: #666;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab-home li a:hover,
.tab-home li.on a {
  color: #006fd7;
  background-color: #eee;
}

/*news-item*/
.news-item li.picnews {
  height: 112px;
}
.news-item li.picnews .image {
  width: 150px;
  height: 112px;
}
.news-item li.picnews-padding {
  padding-bottom: 15px;
}
.news-item li.line {
  height: 1px;
  overflow: hidden;
  margin: 28px 0;
  font-size: 0;
  border-top: 1px dashed #e2e4f1;
}
.news-item li a {
  background: url("/template-tjjw-016/img/news_icon.png") no-repeat 0 16px;
}
.news-item li a:hover {
  background-position: 0 -30px;
}

/*pic-item*/
.pic-item li {
  padding-right: 30px;
}

/*home-slide*/
.home-slide .icon li.on {
  background-color: #ffba00;
}

/*home-headlines*/
.home-headlines .hd h3 {
  color: #ffba00;
}
.home-headlines .hd h3 b {
  color: #006fd7;
}
.home-headlines .bd li a {
  background: url("/template-tjjw-016/img/headlines_icon.png") no-repeat 5px
    11px;
}
.home-headlines .bd li a:hover {
  background-position: 5px -55px;
}

/*home-yaowen*/
.home-yaowen ul {
  height: 316px;
  overflow: hidden;
}
.home-yaowen li {
  margin-bottom: 27px;
  font-size: 20px;
}

/*home-lianjie*/
.home-lianjie .tab li {
  margin-right: 20px;
}

/*home-jubao*/
.home-jubao .bd li {
  position: relative;
  float: left;
  width: 455px;
  padding-left: 95px;
  padding-bottom: 19px;
}
.home-jubao .bd li span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #11539e;
}
.home-jubao .bd li.link a {
  color: #0da7ff;
  text-decoration: underline;
}
.home-jubao .bd li.link a:hover {
  text-decoration: none;
}
.home-jubao .bd li .tips {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.home-jubao .bd li .tips,
.home-jubao .bd li .tips a {
  color: #ff7200;
}

/*home-wenhua*/
.home-wenhua {
  margin-top: 25px;
  padding: 0;
  background: none;
}
.home-wenhua .hd {
  position: static;
  margin-bottom: 10px;
  background: url("/template-tjjw-016/img/wenhua_hd_bg.png") no-repeat;
  _background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/statics/images/default/quxian/plate01/jizhou/wenhua_hd_bg.png');
}
.home-wenhua .bd li {
  width: 274px;
  height: 100px;
  padding: 18px 18px 0 0;
}

/*home-sites*/
.home-sites .hd h3 {
  background-image: url("/template-tjjw-016/img/sites_icon.png");
}
.home-sites .hd h3 b {
  color: #006fd7;
}
.home-sites .hd h3,
.home-sites .bd li.on a,
.home-sites .bd li a:hover {
  color: #ffba00;
}

/**
 ********************** sub **********************
 */
/*hd-sub*/
.hd-sub h3 {
  color: #006fd7;
  background: url("/template-tjjw-016/img/hd_icon.png") no-repeat 0 6px;
}

/*hd-sub-content*/
.hd-sub-content h3 {
  border-bottom: 3px solid #ffba00;
}
.hd-sub-content h3,
.hd-sub-content .more:hover {
  color: #006fd7;
}

.container-sub {
  padding: 25px 0;
  background-color: #f0f0f0;
}
.container-sub .container-wrap {
  padding: 0;
}
.sub-side {
  width: 275px;
}
.sub-body {
  width: 900px;
}

/*sub-sort*/
.sub-sort li.on a,
.sub-sort li a:hover {
  color: #fff;
  background-color: #006fd7;
}

/*pagecode*/
.pagecode span,
.pagecode a:hover {
  border-color: #006fd7;
  background: #006fd7;
}

/*list*/
.news-list li {
  width: 685px;
}
.pic-list {
  width: 855px;
  padding-left: 15px;
}
.pic-list li {
  padding-right: 55px;
}
.whcg-list {
  width: 890px;
}
.whcg-list li {
  width: 392px;
  padding-right: 36px;
}
.whcg-list li .image {
  height: 150px;
}

/*show*/
.show-content a,
.show-keywords a,
.show-content a:hover,
.show-keywords a:hover {
  color: #006fd7;
}
.show-related li a {
  background: url("../../../../images/default/quxian/plate01/jizhou/news_icon.png")
    no-repeat 0 8px;
}
.show-related li a:hover {
  background-position: 0 -38px;
}

.qwfb .hd-home h3 {
  display: inline-block;
  position: unset;
}
