body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  text-align: left;
  font-size: 14px;
  background-color: #fff;
}
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active,
a:hover {
  color: #F00;
  text-decoration: none;
}
fieldset,
img {
  border: none;
}
legend {
  display: none;
}
img {
  vertical-align: middle;
}
em {
  font-style: normal;
}
li,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
div {
  word-wrap: break-word;
  word-break: break-all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 9pt;
  font-weight: normal;
}
.f_l {
  float: left !important;
}
.f_r {
  float: right !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.Ml15 {
  margin-left: 15px;
}
.MT10 {
  margin-top: 10px;
}
.MT15 {
  margin-top: 15px;
}
.MT25 {
  margin-top: 25px;
}
.MT45 {
  margin-top: 45px;
}
.warp {
  width: 100%;
}
.main {
  width: 100%;
  margin: 20px auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
  float: none;
}
.transition {
  transition: 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.Box {
  position: relative;
  overflow: hidden;
}
.sonimg img {
  display: block;
  width: 100%;
  height: 100%;
}
.none {
  display: none !important;
}
/*头部背景*/
.box_top {
  display: block;
  width: 100%;
  height: 293px;
  margin: 0px;
  padding: 0px;
}
.top_bn {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}
.top_mid {
  width: 100%;
  height: auto;
}
.top_mid img {
  width: 100%;
  margin: auto;
}
/*首页列表*/
.kd_box {
  width: 49%;
  display: block;
}
.rw_more {
  position: absolute;
  top: 10px;
  right: 20px;
}
.news_list_yl h2 {
  background: url(./tit_bg.png) left center no-repeat;
  height: 60px;
}
.news_list_yl h2 a {
  width: 125px;
  display: block;
  text-align: center;
  color: #0f6abb;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
}
.news_list_yl ul li {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: url(./dian.png) left center no-repeat;
  padding-left: 15px;
}
.news_list_yl ul li a {
  font-size: 16px;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  width: 420px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  float: left;
  color: #262626;
}
.news_list_yl ul li a:hover {
  padding-left: 5px;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}
.news_list_yl ul li span {
  font-size: 16px;
  line-height: 40px;
  width: 100px;
  float: right;
  display: block;
  text-align: right;
  color: #a5a5a5;
}
.news_list2_yl {
  width: 100%;
  display: block;
  overflow: hidden;
}
.news_list2_yl ul {
  width: 102%;
}
.news_list2_yl ul li {
  float: left;
  width: 46.48%;
  margin-right: 2%;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: url(./dian.png) left center no-repeat;
  padding-left: 15px;
}
.news_list2_yl ul li a {
  font-size: 16px;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  width: 420px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  float: left;
  color: #262626;
}
.news_list2_yl ul li a:hover {
  padding-left: 5px;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}
.news_list2_yl ul li span {
  font-size: 16px;
  line-height: 40px;
  width: 100px;
  float: right;
  display: block;
  text-align: right;
  color: #a5a5a5;
}
/*biaoti*/
.tt {
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
}
.tt dl {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.tt dl dt {
  float: left;
  width: 100px;
  height: 80px;
  text-align: center;
  color: #FFF;
  padding-top: 20px;
  padding-left: 30px;
}
.tt dl dt img {
  height: 100%;
  max-width: 100%;
}
.tt dl dt h1 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.tt dl dd {
  float: left;
  width: 1000px;
  height: 100%;
}
.tt dl dd h3 {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.tt dl dd h3 a {
  width: 100%;
  height: 100%;
  display: block;
  color: #294e91;
  font-weight: bold;
  font-size: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box_title {
  height: 60px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.box_title h1 {
  text-align: left;
  display: block;
}
.box_title h1 a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #1169be;
  line-height: 58px;
  text-align: center;
  padding-left: 15px;
  padding-right: 5px;
  background: url(./titBg_yl.png) no-repeat left;
  border-bottom: 2px solid #1169be;
}
.title {
  background: url(./title_bg.png) no-repeat center;
  margin-top: 30px;
  height: 63px;
  margin-bottom: 30px;
}
.title h1 {
  text-align: center;
  position: relative;
}
.title h1 a {
  font-size: 30px;
  color: #004eaf;
  font-weight: 600;
}
.pic_mid {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}
.pic_mid img {
  width: 100%;
  margin: auto;
}
/*内页*/
/*位置*/
.Address {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  padding: 15px 0;
  background-color: #f0f4f7;
}
.Address i {
  padding: 9px 12px;
}
.Address font {
  padding-left: 10px;
}
/*m_page分页样式*/
.m_page {
  padding: 10px 0px;
  clear: both;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #333;
}
.m_page a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 9px;
  border: 1px solid #d2d2d2;
  height: 26px;
  line-height: 26px;
  margin: 0 4px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 14px;
}
.m_page span {
  padding: 0;
  border: none;
  background: none;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  margin: 0 4px 5px 0;
}
.m_page a:hover {
  background: #226ebc;
  border-color: #226ebc;
  color: #FFFFFF !important;
}
.m_page .on {
  background: #226ebc;
  border-color: #226ebc;
  color: #FFFFFF !important;
}
/*左侧栏目列表*/
.mpage_left {
  width: 310px;
  margin-top: 20px;
  background-color: #FFF;
  box-shadow: 0px 0px 7px -3px #5f5f5f;
}
.mpage_left > .m_l_text {
  display: block;
  padding: 21px 10px;
  text-align: center;
  line-height: 1.2;
  background-color: #0653ab;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  cursor: default;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*右侧*/
.mpage_right {
  width: 860px;
  margin-top: 20px;
}
.mpage_right > .Title {
  height: 51px;
  border-bottom: 1px solid #1a67c9;
}
.mpage_right > .Title > h1 {
  display: inline-block;
  float: left;
  height: 51px;
  line-height: 45px;
  font-size: 24px;
  color: #1865cd;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*文章列表*/
.NewsList {
  padding: 10px 0;
}
.NewsList li {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  padding: 8px 0;
  padding-left: 20px;
  background: url(./dian2.png) no-repeat left center;
}
.NewsList li a {
  display: inline-block;
  float: left;
  max-width: 80%;
  max-width: calc(100% - 180px);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  color: #333;
  transition: all 0.3s;
}
.NewsList li span {
  display: inline-block;
  float: right;
  text-align: right;
  width: 150px;
  color: #999;
}
.NewsList li:hover a {
  color: #1865cd;
  padding-left: 8px;
}
.NewsList li.b {
  padding: 0;
  border-bottom: 1px dashed #CCC;
  line-height: 0;
  background: none;
  margin: 10px 0;
}
/*正文*/
.zw_content {
  padding: 25px 45px 45px;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px #ebebeb;
  display: block;
  overflow: hidden;
}
.zw_content .zw_tit {
  position: relative;
  overflow: hidden;
  font-size: 30px;
  font-weight: bold;
  color: #0653ab;
  line-height: 1.6;
  text-align: center;
}
.zw_content .zw_article .zw_a_info {
  margin: 10px auto;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  padding: 10px 0;
  text-align: center;
}
.zw_content .zw_article .zw_a_info p {
  display: inline-block;
  margin: 0 5px;
}
.zw_content .zw_article .zw_a_info span {
  padding: 0 10px;
}
.zw_content .zw_article .zw_a_info a {
  color: #999;
  cursor: pointer;
}
.zw_content .zw_article .zw_a_info a:hover {
  color: #0653ab;
}
.view_con {
  padding: 20px 0;
}
/*正文默认样式*/
.zw_con {
  color: #333;
  zoom: 1;
}
.zw_con p {
  margin: 5px 0;
  color: #333;
  text-indent: 2em;
  line-height: 30px;
}
.zw_con img {
  margin-bottom: -3px;
  max-width: 100% !important;
  text-align: center;
  height: auto;
}
/*上一篇下一篇*/
.previous {
  clear: both;
  font-size: 14px;
}
.previous span {
  float: left;
  display: block;
  text-align: center;
  width: 100px;
  height: 40px;
  background: #1865cd;
  color: #fff;
  line-height: 40px;
}
.previous a {
  display: inline-block;
  overflow: hidden;
  padding-left: 10px;
  max-width: 85%;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-in 0s;
}
.previous .prevpage {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
  height: 40px;
  background: #f3f3f3;
  line-height: 40px;
}
.previous .nextpage {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
  height: 40px;
  background: #f3f3f3;
  line-height: 40px;
}
.pic_midht {
  width: 100%;
  margin: 20px 0px;
  height: 90px;
}
.pic_midht ul li {
  width: 50%;
  float: left;
}
.yyfd {
  float: right;
}
@media (max-width: 751px) {
  .fr {
    float: none!important;
  }
  .fl {
    float: none!important;
  }
  .kd_box {
    padding: 0 26px;
    width: 100%;
    box-sizing: border-box;
  }
  .w1200 {
    width: 750px;
  }
  .tt {
    height: 96px;
  }
  .tt dl {
    height: 96px;
  }
  .tt dl dd {
    width: 608px;
  }
  .tt dl dt {
    padding-left: 24px;
    height: auto;
    width: auto;
    padding-top: 16px;
  }
  .tt dl dd h3 {
    height: 96px;
  }
  .tt dl dd h3 a {
    font-size: 32px;
    margin-left: 32px;
  }
  .box_title h1 a {
    border-bottom: 6px solid #1169be;
    font-size: 32px;
    background-size: 15px 60%;
    padding-left: 25px;
  }
  .title {
    height: 74px;
    background-size: 170% 74px;
  }
  .title h1 a {
    font-size: 40px;
    font-weight: bold;
    color: #004EAF;
    line-height: 42px;
  }
  .tt dl dt img {
    height: 64px;
    width: 64px;
  }
  .slideTxtBox .hd {
    height: 64px;
  }
  .news_list_yl ul li,
  .news_list2_yl ul li {
    line-height: 80px;
    height: 80px;
  }
  .slideTxtBox .hd ul li.on {
    height: 77px;
    line-height: 60px;
    background-size: 100% 100%;
    padding: 0 22px;
    font-size: 32px;
  }
  .slideTxtBox .hd ul {
    height: 100%;
  }
  .rw_more {
    line-height: 44px;
    font-size: 28px;
  }
  .slideTxtBox .bd li span {
    display: none;
  }
  .news_list_yl ul li a,
  .news_list2_yl ul li a {
    font-size: 28px;
    width: 680px;
  }
  .news_list2_yl {
    padding-left: 24px;
  }
  .pic_midht ul li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .pic_midht ul li img {
    width: 100%;
  }
  .yyfd {
    float: none;
  }
  .pic_midht {
    height: auto;
  }
  .news_list_yl ul li,
  .news_list2_yl ul li {
    width: 680px;
  }
}
@media (min-width: 751px) {
  .pageold .fr {
    float: none !important;
  }
  .pageold .fl {
    float: none !important;
  }
  .pageold .kd_box {
    padding: 0 41.6px;
    width: 100%;
    box-sizing: border-box;
  }
  .pageold .w1200 {
    width: 1200px;
  }
  .pageold .tt {
    height: 153.6px;
  }
  .pageold .tt dl {
    height: 153.6px;
  }
  .pageold .tt dl dd {
    width: 972.8px;
  }
  .pageold .tt dl dt {
    padding-left: 38.4px;
    height: auto;
    width: auto;
    padding-top: 25.6px;
  }
  .pageold .tt dl dd h3 {
    height: 153.6px;
    line-height: 153.6px;
  }
  .pageold .tt dl dd h3 a {
    font-size: 51.2px;
    margin-left: 51.2px;
  }
  .pageold .box_title h1 a {
    border-bottom: 9.6px solid #1169be;
    font-size: 51.2px;
    background-size: 24px 60%;
    padding-left: 40px;
  }
  .pageold .title {
    height: 118.4px;
    background-size: 170% 118.4px;
  }
  .pageold .title h1 a {
    font-size: 64px;
    font-weight: bold;
    color: #004EAF;
    line-height: 67.2px;
  }
  .pageold .tt dl dt img {
    height: 102.4px;
    width: 102.4px;
  }
  .pageold .slideTxtBox .hd {
    height: 102.4px;
  }
  .pageold .news_list_yl ul li,
  .pageold .news_list2_yl ul li {
    line-height: 128px;
    height: 128px;
  }
  .pageold .slideTxtBox .hd ul li.on {
    height: 123.2px;
    line-height: 96px;
    background-size: 100% 100%;
    padding: 0 35.2px;
    font-size: 51.2px;
  }
  .pageold .slideTxtBox .hd ul {
    height: 100%;
  }
  .pageold .rw_more {
    line-height: 70.4px;
    font-size: 44.8px;
  }
  .pageold .slideTxtBox .bd li span {
    display: none;
  }
  .pageold .news_list_yl ul li a,
  .pageold .news_list2_yl ul li a {
    font-size: 44.8px;
    width: 1088px;
  }
  .pageold .news_list2_yl {
    padding-left: 38.4px;
  }
  .pageold .pic_midht ul li {
    float: none;
    width: 100%;
    margin-bottom: 32px;
  }
  .pageold .pic_midht ul li img {
    width: 100%;
  }
  .pageold .yyfd {
    float: none;
  }
  .pageold .pic_midht {
    height: auto;
  }
  .pageold .news_list_yl ul li,
  .pageold .news_list2_yl ul li {
    width: 1088px;
  }
}
