﻿/* 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: #f1f1f1;
}

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 {
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo span{ font-size: 30px; font-weight: bold; color: #030092; margin-left: 20px;}
 .logo img{ width: ;}
 
.logobox {
  overflow: hidden;
  padding: 20px 0;
  width: 1240px;
  margin: 0 auto;
}

.header {
  width: 100%;
  min-width: 1240px;
  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;
  position: relative;
  z-index: 100;
  background-color: #408ECD;
  min-width: 1240px;
}

.nav {
  width: 1240px;
  margin: 0 auto;
  text-align: right;
}
.nav ul{ display: flex; justify-content: space-between;}
.nav ul li {
  
  width: 137px;
  text-align: center;
  position: relative;
}

.nav ul li a {
  font-size:20px;
  color: #fff;
}
.nav ul li.cur,
.nav ul li:hover {
  background-color: #0c468a;
}
.nav ul li.cur a,
.nav ul li:hover a { color: #fff; }
.searchBox {
  width: 328px;
  margin:20px 5px 0 105px;
  float: right;
  height:38px;
 background-color: #E4E4E4;
  position: relative;
 
 padding:0 5px 0 0;
 overflow: hidden;
}

.searchBox .searchInput {
  border: none;
  line-height: 38px;
  height: 38px;
  width: 250px;
 background: none;
 text-indent: 20px;
  float: left;
  font-size: 14px;
  outline: none;
}

.searchBox .searchBtn {
  width: 68px;
  height:28px;
  margin-top: 6px;
  border-left: 2px solid #005da9;
   
   background: url(../images/search.png) center center no-repeat;
  float: right;
  font-size: 16px;
  color: #fff;
   background-color: #E4E4E4;
  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: 137px;
  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 !important;
}
.nav ul li dl dd a:hover {
  background-color: #0c468a;
  color: #fff !important;
}
.bigimg {
  width: 1240px;
  margin: 0 auto 15px;
}
.bigimg img {
  width: 100%;
}
.layout{
  display: flex;
   margin-bottom: 20px;
  justify-content: space-between;
}

.main {
  width: 1240px;
  margin: 0 auto;
}
.newsbox {
  width:820px;
 height: 360px;
 
  overflow: hidden;
}
.boxshawo{
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
  background-color: #fff;
 

}
.banner {
  width: 380px;
  height: 267px;
  margin-left: 15px;
  float: left;
}
.banner img {
  width: 100%;
  height: 100%;
}

.newboxbanner {
  width: 380px;
  height: 267px;
  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 {
  height: 48px;
  line-height: 48px;
  padding-right: 10px;
   margin-bottom: 20px;
 background: url(../images/dise.png) 0 0 no-repeat;
  overflow: hidden;
    color: #333;
    border-bottom: 2px solid hsla(0, 0%, 39%, .1);
}
 
.newslist {
  width: 560px;
  float: right;
}
.newstitle a {
  float: right;
  font-size: 14px;
  color: #666;
}
.newstitle a:hover{
  color: #f00;
}
.newstitle h3 {
  font-weight: 500;
  float: left;
  padding-left: 32px;
  padding-top: 11px;
  text-align: center;
   width: 96px;
  color:#fff;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
}

.dongt ul li {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  position: relative;
}
.dongt ul li:before {
  position: absolute;
  left: 2px;
  top: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ccc;
  content: "";
}
.dongt ul li a {
  float: left;
  text-indent: 15px;
  font-size: 16px;
}
.dongt ul li span {
  float: right;
  font-size: 14px;
  color: #888;
}
.smallbanner {
  display: inline-block;
  clear: both;
}
.newsmain {
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #;
}
.smallbanner img {
  width: 100%;
}

.newstitles {
  height: 30px;
  line-height: 30px;
  padding: 5px 0;
}
.newslist {
  width: 400px;
  float: right;
}
.newstitles a {
  float: right;
  font-size: 14px;
  color: #666;
}
.newstitles h3 {
  float: left;
  font-weight: bold;
  font-size: 20px;

  border-left: 4px solid #003fa4;
  padding-left: 15px;
}
.notebox {
 
   
 
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.newsnote {
  width: 400px;
  float: left;
   height: 360px;
   overflow: hidden;
}

.imglist ul li {
  width: 100%;
  margin-bottom: 20px;
  height: 85px;
  overflow: hidden;
}
.imglist ul li img {
  width: 100%;
}
.link {
  margin-bottom: 15px;
  padding: 15px;
}
.link h3 {
  font-weight:  normal;
  font-size: 16px;
  line-height: 40px;
  color: #408ECD;
  margin-right: 20px;
  float: left;
}
.links {
  overflow: hidden;
 
  background-color: #fff;
  line-height: 36px; 
}
.links a {
  margin-right: 20px;
  font-size: 16px;
  line-height: 40px;
  float: left;
}

.footer {
  width: 100%;
  padding: 20px 0;
  background-color: #408ECD;
  text-align: left;
  color: #fff;
  line-height: 30px;
  min-width: 1240px
}
.footer a {
  color: #1b06b9;
  text-decoration: underline;
}
.footlogo { 
  margin-right: 30px;
 float: left;
 width: 280px;
 padding-top: 28px;

}
.footlogo img{
  width: 100%;
}
.footer p{ margin-left: 400px;}

.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: 2px solid hsla(0, 0%, 39%, .1);
  margin-bottom: 10px;
}
.listtitle span {
  font-size: 18px;
  color: #333;
}
.dongt{
  padding: 0 15px 15px;
}
.mainlist .dongt {
  margin-bottom: 20px;
}
.mainlist .dongt ul li {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  border-bottom: 1px dashed hsla(0, 0%, 73%, 0.8);
}

.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);
}

.listmain{ background-color: #fff;  padding: 5px 15px 15px; box-sizing: border-box; margin: 20px  auto;  position: relative; z-index: 1;}


/* *********************************** */
.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;
}
