﻿/* CSS Document */
* {
  font-family: 'Microsoft YaHei UI', 'microsoft yahei', '黑体';
}

body {
  margin: 0;
  font-size: 12px;
  font-family: 'Microsoft YaHei UI', 'microsoft yahei', '黑体';
  line-height: 1.5;
  color: #333;
  background-color: #f3f3f3;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
input,
textarea,
p,
th,
td,
hr,
button,
font {
  border: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

font {
  font-size: 12px;
}

a {
  color: #333;
  text-decoration: none;
}



a:hover {
  color: #f60;
  text-decoration: none;
}


.logo span{ font-size: 100px; font-family: "隶书"; font-weight: bold; color: #005da9;  letter-spacing: 60px; display: block; text-align: center; text-indent:40px;} 
 .logo img{ width: 300px;}
 
.top_link {
  width: 100%;
  background-color: #f1f1f1;
}

.version {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.logobox {
  overflow: hidden;
 
  width: 1200px;
  margin: 0 auto;
}

.header {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  text-align: right;
  overflow: hidden;
}

.version {
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}

.navbox {
  height: 50px;
  line-height: 48px;
  background-color: #005da9;
  position: relative;
  z-index: 100000;
  min-width: 1200px
}

.nav {
  width: 1200px;
  margin: 0 auto;
  text-align: left;

}
.nav ul{
  display: flex;
  justify-content: space-between;
  float: left;
  width: 860px;
}
.nav ul li {
  float: left;
  width: 171px;
  text-align: center;
  position: relative;
}

.nav ul li a {
  font-size: 16px;
  color: #fff;
}
.nav ul li.cur,
.nav ul li:hover {
  background-color: #0c468a;
}

.searchBox {
  width: 285px;
 
  float: right;
  height: 32px;
  border: 2px solid #005da9;
  position: relative;
  border-radius: 2px;
  margin-top: 7px;
  background: #fff;
}

.searchBox .searchInput {
  border: none;
  line-height: 32px;
  height: 32px;
  width: 180px;

  float: left;
  text-indent: 10px;
  font-size: 14px;
  outline: none;
}

.searchBox .searchBtn {
  width: 68px;
  height: 32px;

  background-color: #C0C0C0;
  border: none;
  float: right;
  font-size: 16px;
  color: #005da9;
  cursor: pointer;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav ul li dl {
  position: absolute;
  left: 0;
  top: 49px;
  width: 165px;
  display: none;
  background-color: #fff;
}
.nav ul li dl dd {
  line-height: 50px;
}
.nav ul li dl dd a {
  font-size: 16px;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
}
.nav ul li dl dd a:hover {
  background-color: #0c468a;
  color: #fff;
}
.bigimg {
  width: 1200px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.bigimg img {
  width: 100%;
}

.main {
  width: 1200px;
  margin: 0 auto;
}
.newsbox {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.banner {
  width: 570px;
  height: 315px;
  float: left;
}
.banner img {
  width: 100%;
  height: 100%;
}

.newboxbanner {
  width: 570px;
  height: 315px;
  position: relative;
}
.newtips {
  height: 35px;
  line-height: 35px;
  background-color: rgb(0 0 0 / 50%);
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 570px;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}

.newtips a {
  color: #fff;
}
.newstitle {
}
.newstitle {
  height: 40px;
  line-height: 40px;
}
.newslist {
  width: 560px;
  float: right;
}
.newstitle a {
  float: right;
  font-size: 14px;
  color: #666;
}
.newstitle a:hover{
  color: #f00;
}
.newstitle h3 {
  font-weight: bold;
  float: left;
  font-size: 20px;
}

.dongt ul li {
  padding-left: 15px;
  height: 34px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
}
.dongt ul li a {
  float: left;
  font-size: 14px;
}
.dongt ul li span {
  float: right;
}
.dongt ul li:before {
  position: absolute;
  left: 2px;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  content: "";
}


.smallbanner {
  display: inline-block;
  clear: both;
}
.newsmain {
  overflow: hidden;
  margin-bottom: 15px;
}
.smallbanner img {
  width: 100%;
}

.newstitles {
  height: 30px;
  line-height: 30px;
  padding: 5px 0;
}
.newslist {
  width: 560px;
  float: right;
}
.newstitles a {
  float: right;
  font-size: 14px;
  color: #666;
}
.newstitles a:hover{
  color: #f00;
}
.newstitles h3 {
  float: left;
  font-weight: bold;
  font-size: 20px;

  border-left: 4px solid #003fa4;
  padding-left: 15px;
}
.notebox {
  padding: 15px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.newsnote {
  width: 570px;
  float: left;
}

.imglist ul li {
  width: 100%;
  margin-bottom: 20px;
  height: 85px;
  overflow: hidden;
}
.imglist ul li img {
  width: 100%;
}
.link {
  margin-bottom: 15px;
}
.link h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
.links {
  padding: 10px 20px;
  background-color: #fff;
  line-height: 36px;
}
.links a {
  margin-right: 20px;
  font-size: 14px;
}

.footer {
  width: 100%;
  min-width: 1200px;
  padding: 20px 0;
  background-color: #494949;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.footer a {
  color: #fff;
 
}

.breadcrumb {
  height: 28px;
  line-height: 28px;
  margin: 15px 0;
  padding-left: 24px;
  -webkit-background-size: 20px 23px;
  background-size: 20px 23px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../images/addres.png);
  color: #005bac;
}
.breadcrumb ol {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.breadcrumb ol li {
  display: inline-block;
}
.breadcrumb ol li a {
  color: #005bac;
  text-decoration: none;
}
.breadcrumb ol li:before {
  content: '>';
  padding-right: 5px;
}
.breadcrumb ol li:after {
  content: '';
  padding-left: 5px;
}
.breadcrumb ol li:first-child:before {
  content: '';
}
.breadcrumb ol li:hover a {
  color: #005bac;
  text-decoration: underline;
}

.listtitle {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #005bac;
  margin-bottom: 20px;
}
.listtitle span {
  font-size: 18px;
  color: #333;
}
.mainlist .dongt {
  margin-bottom: 20px;
}
.mainlist .dongt ul li {
border-bottom: 1px  dashed #dbdbdb;
padding-left: 15px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}
.mainlist .dongt ul li:before {
  position: absolute;
  left: 2px;
  top: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  content: "";
}


.mainlist .dongt ul li a {
  font-size: 16px;
}
.paginationbox {
  height: 40px;
  line-height: 40px;
  text-align: right;
  margin-bottom: 30px;
}
.paginationbox .pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 40px;
  height: 40px;
  list-style: none;
}
.paginationbox .pagination li {
  background: none;
  display: inline-block;
  padding-left: 0px;
}
.paginationbox .pagination li a {
  position: relative;
  padding: 10px 15px;
  line-height: 1.42857143;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}
.paginationbox .pagination li a:active,
.paginationbox .pagination li a:hover {
  text-decoration: none;
  color: #666;
}
.paginationbox .pagination li a.select,
.paginationbox .pagination li a.currPageClass {
  background-color: #005bac;
  color: #fff;
}

.paginationbox .pagination-input {
  display: inline-block;
  margin-left: 30px;
}
.paginationbox .pagination-input input {
  height: 34px;
  line-height: 1.42857143;
  margin: 0 10px;
  color: #666;
  width: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}
.paginationbox .pagination-input input:focus {
  border-color: #66afe9;
  outline: 0;
}
.paginationbox .pagination-input button {
  margin-left: 20px;
  color: #666;
  background-color: #fff;
  display: inline-block;
  padding: 10px 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  touch-action: manipulation;
  cursor: pointer;

  user-select: none;
  border: 1px solid #ccc;

  appearance: button;
  text-transform: none;
}
.paginationbox .pagination-input button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}




/* *********************************** */
.contenttt{
  font-size: 1.5em;
  text-align: center;
  margin: .67em 0;
}
.content-caption{
  font-size: 14px;
  line-height: 50px;
   text-align: center;
  color: #666
}
 .content-summary {
  margin-top: 10px;
  background-color: #f1f1f1;
  text-indent: 2em;
  border: 1px solid #dbdbdb;
  padding:20px;
  font-size: 14px;
}
.content-wrap{
  padding: 0 20px;
}
.content-txt
{font-size: 16px;
  color: #666;

   padding: 20px;
}
.content-txt p{
 margin-bottom: 20px;
  font-size: 16px;
    color: #666;
    line-height: 30px;
}
