@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:12px "微软雅黑",arial,sans-serif;
}
body{
    line-height: 1.5;
    color: #444;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
a{color: #444;}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:none;
    color:#003980;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
.hideblock{
  display: none;
}
.banner{
  width: 100%;
  height: 430px;
  background: url(../images/banner.png) center top no-repeat;
  background-size:auto 100%;
}
.zjhd{
    width: 100%;
    background-color: #fff;
}
.mainframe{
  width: 900px;
  margin:20px auto;
  text-align: center;
}
.mainframe .title{
  margin:0 auto;
  width: 800px;
  height: 120px;
  background: url(../images/title-01.png) center top no-repeat;
  background-size:100% auto;
  font-size:26px;
  font-weight: bold;
  line-height: 120px;
  color:#222;

}

.xwdt-title{
  margin:0 auto;
  width: 347px;
  height: 68px;
  background: url(../images/title-02.png) center top no-repeat;
  background-size:100% auto;
  font-size:32px;
  font-weight: bold;
  line-height: 68px;
  color:#222;
}
.mainframe .content{
  width: 80%;
  margin:0 auto;
  border-radius: 8px;
}
.content-notice{
    width: 90%;
    margin:0 auto;
    padding:2%;
    overflow: hidden;
}
.notice-left{
    width: 48%;
    float: left;
}
.notice-right{
    width: 50%;
    float: right;
}
.notice-right ul{
    height:280px;
}
.notice-right ul li a{
    line-height: 30px;
    display: inline-block;
    width: 100%;
}
.notice-right ul li i{
    width: 12px;
    height: 12px;
    background: url(../images/icon-01.png) left center no-repeat;
    background-size: 10px 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    float:left;
    margin-top:10px;
}
.list-title{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float:left;
}
.list-date{
    width: 20%;
    color: #ADB7C6;
    float:left;
}
.more{
    color: #999999;
    font-size: 12px;
    display: block;
    text-align: center;
    margin:10px 0;
}
.list-title{
    font-size: 14px;
}
.xwdt{
    padding:30px 0;
    width: 100%;
    background: #EDF6FF;
}
.mainframe .content .piclink{
  width: 100%;
  margin:10px 0;
}
  .bottomframe{
    background-color: #EDF6FF;
    text-align: center;
    color: #94A0C5;
    font-size: 12px;
    padding:20px 0;
  }
  .swiper-slide{
    position: relative;
  }
  .swiper-slide a{
    width: 100%;
    height: 300px;
    display: inline-block;
  }
  .swiper-slide img{
    width: 100%;
    height: 100%;
  }
  .swiper-slide h1{
    position: absolute;
    left:0;
    right:0;
    bottom: 5px;
    padding:5px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    text-indent: 1rem;
    font-weight: normal;
     width: 300px; /* 设定容器的宽度 */
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来表示溢出的内容 */
    text-align: left;
  }
  .swiper-pagination{
    /* text-align: right!important; */
  }
  .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0px;
    width: 15px;
    height: 5px;
  }
  .xwdt-content{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
  }
  .xwdt-list{
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(233,239,244,0.4);
    border-radius: 8px;
    flex: 30%;
    margin:1%;
    padding:20px;
    text-align: left;
  }
  .xwdt-list .time .day{
    color: #1492FF;
    font-weight: bold;
    font-size: 30px;
  }
  .xwdt-list .time .year{
    color:#999999;
    margin-left:5px;
  }
  .xwdt-list .news-title{
    font-size: 18px;
    font-weight: bold;
  }
  .xwdt-list .news-content{
    color: #666;
    padding-top:10px;
  }
  
  .xwdt-list:hover{
    background: url(../images/hover-bg.png) left top no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  .xwdt-list:hover .time .year{
    color:#fff;
  }
  .xwdt-list:hover .news-content{
    color:#fff;
  }
  .zjgg{
    padding-top:40px;
  }
  .zjgg-title{
    width:355px;
    color: #fff;
    font-size: 18px;
    height: 100px;
    line-height: 100px;
    margin: 40px auto 20px auto;
    background: url(../images/title-04.png) left top no-repeat;
    background-size: 100% auto;
  }
  .zjgg-msg{
    font-size: 14px;
    padding-top:20px;
    color: #333333;
    line-height: 24px;
  }
.wjhg{
    width: 100%;
    background-color: #EDF6FF;
    padding-bottom: 20px;
}
.wjhg-title{
    padding:40px 0;
}