﻿body {
  margin: 0;
  padding: 0;
  height: auto;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  font-family: Microsoft Yahei, SimSun, Arial, Helvetica, sans-serif;
}
div,
form,
ul,
ol,
li,
dl,
dt,
dd,
cite,
p,
input,
img {
  margin: 0;
  padding: 0;
  border: none;
}
img {
  vertical-align: middle;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
input,
textarea,
select {
  font-size: 12px;
  font-family: Microsoft Yahei;
}
ol,
ul,
li {
  list-style-type: none;
}
a,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
.clear {
  display: block;
  height: 0;
  width: 100%;
  clear: both;
  visibility: hidden;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
:focus {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.textcenter {
  text-alig: center;
}
.text-center {
  text-align: center;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.linkBlue,
.linkBlue:link,
.linkBlue:visited,
.linkBlue:hover,
.linkBlue a:link,
.linkBlue a:visited,
.linkBlue a:hover {
  color: #194e9d;
}
.linkwhite a:link,
.linkwhite a:visited,
.linkwhite a:hover {
  color: #fff;
}
.thisfoot {
  background: #f6f6f6;
  margin-top: 30px;
}
html,
body {
  width: 100%;
  min-width: 1350px;
  margin: auto;
  background: #fff;
}
.re {
  position: relative;
}
.ab {
  position: absolute;
}
.top {
  background: url(20221123_banner.png) no-repeat center 0;
  min-width: 1350px;
  height: 573px;
  position: relative;
}
.top .gui {
  position: absolute;
  bottom: -49px;
  right: 313px;
}
.top .logo {
  position: absolute;
  right: 50%;
  margin-right: 212px;
  top: 87px;
  height: 56px;
}
.wrapper {
  width: 1100px;
  margin: 0 auto;
}
.intro {
  border: 2px #194e9d solid;
  margin-top: 148px;
  position: relative;
  padding: 36px 78px;
}
.intro .title {
  position: absolute;
  left: 50%;
  top: -102px;
  margin-left: -142px;
}
.intro .btit {
  font-size: 32px;
  font-weight: bold;
  color: #194e9d;
  text-align: center;
  padding: 5px 0 10px;
}
.intro .btit a:hover {
  text-decoration: none;
}
.intro .detail {
  text-align: justify;
  font-size: 22px;
  line-height: 36px;
  text-indent: 2em;
}
.focus {
  width: 527px;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
.focus > video {
  width: 527px;
  display: block;
}
.focus .focusList {
  position: absolute;
}
.focus .focusList > li {
  float: left;
  width: 527px;
  position: relative;
}
.focus .focusList > li img {
  width: 527px;
  height: 335px;
  display: block;
}
.focus .focusList > li a {
  display: block;
}
.focus .focusList > li a.txt {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAAyAQMAAAAXw5CXAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAABZJREFUSMdjGAWjYBSMglEwCkbBCAQACAIAAVuCgG0AAAAASUVORK5CYII=");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  padding: 0 2%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 18px;
}
.focus .focusList > li a.txt:link,
.focus .focusList > li a.txt:visited {
  color: #fff;
}
.focus .focusList > li a.txt:hover {
  color: #fff;
  text-decoration: none;
}
.focus .pagination {
  position: absolute;
  bottom: 20px;
  z-index: 33;
  font-size: 0;
  right: 10px;
}
.focus .pagination > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: #8e8f8c;
  border-radius: 50%;
  margin: 0 2px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
}
.focus .pagination > li.current {
  background-color: #fff;
}
.news {
  width: 550px;
  margin-top: 35px;
}
.news .more {
  position: absolute;
  right: 0;
  top: 26px;
  display: block;
  padding: 0 5px;
  background: url(20211217_line.png) no-repeat center bottom;
}
.news > ul {
  margin: 15px 0 0 26px;
}
.news > ul li {
  background: url(20211217_dot.png) no-repeat 0 center;
  line-height: 37px;
  white-space: nowrap;
  height: 37px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 28px;
  position: relative;
}
.news > ul li > span {
  right: 0;
  position: absolute;
  color: #999;
  top: 0;
}
.agenda {
  margin-top: 30px;
}
.agendaBox {
  background: #2c82ce;
  width: 1100px;
  color: #fff;
  position: relative;
  padding: 20px 0;
}
.date_box {
  position: relative;
  margin-left: 437px;
  width: 648px;
  overflow: hidden;
}
.date_list > li {
  width: 648px;
  overflow: hidden;
  float: left;
  height: 197px;
  padding-top: 10px;
  font-size: 16px;
}
.date_list > li p.tit {
  font-size: 18px;
  font-weight: bold;
}
.date_list > li p.tit a:hover {
  text-decoration: none;
}
.date_list .xq:link,
.date_list .xq:visited,
.date_list .xq:hover {
  color: #fff000;
}
.date_nav {
  font-size: 0;
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  margin: 31px auto 0;
  justify-content: center;
  text-align: center;
}
.date_day {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.date_day > li {
  width: 55px;
  height: 48px;
  background-color: #b5b5b5;
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  margin-right: 3px;
  display: inline-block;
  cursor: pointer;
}
.date_day > li.current {
  background-color: #194e9d;
}
.dateprev,
.datenext {
  background-image: url(20211217_small.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.dateprev {
  background-position: 0 0;
  margin-right: 10px;
}
.datenext {
  background-position: -17px 0;
  margin-left: 7px;
}
.date-text {
  position: absolute;
  left: 52px;
  top: 20px;
  font-size: 32px;
  padding: 88px 0 0 48px;
  background: url(20211217_rili.png) no-repeat 0 25px;
  border-right: 1px #fff solid;
  bottom: 20px;
  width: 246px;
}
.haibo {
  margin-top: 50px;
}
.haibo img {
  display: block;
}
.menu {
  margin-top: 45px;
}
.menu a {
  width: 343px;
  display: block;
  margin: 0 auto;
}
.menu img {
  display: block;
}
.draw {
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.drawBox {
  width: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.drawList li img {
  width: 600px;
  height: 400px;
  overflow: hidden;
}
.drawList li a {
  display: block;
}
.drawList .lb_t {
  position: absolute;
  height: 76px;
  line-height: 76px;
  padding-left: 66px;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.draw .btnLft,
.draw .btnRgt {
  width: 37px;
  height: 72px;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  background-image: url(20211217_big.png);
  background-repeat: no-repeat;
  display: block;
  top: 160px;
}
.draw .btnLft {
  background-position: 0 0;
  left: 0;
}
.draw .btnRgt {
  background-position: right 0;
  right: 0;
}
.draw .btnLft:hover {
  background-position: 0 bottom;
}
.draw .btnRgt:hover {
  background-position: right bottom;
}
.global-width {
  width: 1100px;
  margin: 0 auto;
}
.listmain {
  padding-bottom: 100px;
}
.listmain .titBox {
  background: #fff;
  margin: 30px auto 0;
  color: #333;
}
.titBox .position {
  margin-left: 5px;
  font-size: 19px;
  margin-bottom: 20px;
}
.titBox a {
  color: #333;
}
.titList {
  margin-top: 20px;
}
.titList li {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 2px dashed #e0e0e0;
  padding-bottom: 10px;
}
.titList li a {
  height: 6px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAEAQMAAABx4xdEAAAABlBMVEUAAAAjJCRSh0QBAAAADUlEQVQI12NYwAACCwAFCAFBN7d0HgAAAABJRU5ErkJggg==)
    no-repeat left center;
  padding-left: 14px;
}
.titList li a:link,
.titList li a:visited {
  font-size: 17px;
  color: #333;
}
.titList li span {
  position: absolute;
  right: 28px;
  color: #9a9a9a;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAMAAADH72RtAAAAWlBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZJqDNWAAAAHnRSTlMA+gv+x5WBB+7XqKKP47txTCoDnHq0gl1RRjYwvp1IdwrxAAAAi0lEQVQY012QWQ7DMAhEB2/xljR10jbd7n/NFrBkKfOB0JMYGMC61kSU6htdk6eYQ8jRbkbBQneD1mB2coI8HQBKBvCkwh4UmN8c14t9ATWaQaZ5A1IB6yMEfgZo52611i2P/xg1UDiTlCHo6FPqrFJn3a7S7XLhCpVe2FNIoylG0hLtV8D4htdv/AAdlwVWZZZOiAAAAABJRU5ErkJggg==)
    no-repeat left center;
  padding-left: 28px;
}
.detail_imgs {
  width: 300px;
  height: 250px;
  margin-left: 100px;
  margin-top: 30px;
}
.detail_imgs a {
  display: inline-block;
  width: 300px;
  height: 200px;
}
.detail_imgs img {
  width: 300px;
  height: 100%;
  vertical-align: top;
}
.detail_imgs p {
  width: 300px;
  height: 30px;
  text-indent: 0em;
  text-align: center;
}
.detail_imgs p a {
  display: table;
  line-height: 40px;
}
.article-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  color: #666;
}
.ctBox h1 a {
  color: #333;
}
.ctmain {
  padding-bottom: 100px;
}
.ctBox {
  width: 1122px;
  background: #fff;
  margin: 30px auto 0;
  padding: 20px 30px 50px;
  border: 6px solid #143e9b;
}
.ctBox .position {
  margin-left: 5px;
  font-size: 19px;
  margin-bottom: 20px;
}
.content {
  width: 940px;
  margin: 44px auto 0;
}
.content h2 {
  font-size: 30px;
  color: #000;
  text-align: center;
  margin-bottom: 44px;
}
.content p {
  text-indent: 2em;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.content .title {
  font-size: 22px;
  text-align: center;
  line-height: 38px;
  height: 45px;
  color: #000;
  font-weight: bold;
}
.content .articleInfo {
  color: #696969;
  text-align: center;
  height: 24px;
  overflow: hidden;
  margin-bottom: 20px;
}
.content .padL5 {
  padding-left: 5px;
}
.content .source {
  font-size: 16px;
  text-align: center;
  color: #666;
}
.content img {
  margin: auto;
}