BODY {
    COLOR: #2e2e2e;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "微软雅黑", "Arial";
}

A {
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
    OUTLINE-WIDTH: medium;
    TEXT-DECORATION: none;
    FONT-SIZE: 16px;
    COLOR: #2e2e2e;
}

A:hover {
    FONT-SIZE: 16px;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}

img {
    border: 0
}

ul,
li,
dd,
dt {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
div,
p,
i,
img,
ul,
li,
ol,
table,
tr,
td,
th,
fieldset,
label,
legend,
button,
input {
    margin: 0;
    padding: 0;
}

/* 头部样式 */
.m {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}
#topbg{
     width: 100%;
     height: 620px;
     background: url('../../images/zt7/bg2.jpg') no-repeat center center;
     float: left;
}
#row1{
     width: 100%;
     height: auto;
     overflow:hidden;
     float: left;
     background: #d1161b;
}
.Headlines{
     width: 1200px;
     height: 48px;
     line-height: 48px;
     background: url(../../images/zt7/top.jpg) no-repeat left center;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     margin: 40px auto;
}
.Headlines h1{
     width: 1000px;
     height: 45px;
     overflow: hidden;
     color: #fff;
     font-size: 30px;
     text-align: center;
    margin-left: 200px;
}
.Headlines h1 a{
    color: #fff;
    font-size: 30px;
}
.Headlines h1 a:hover{
    color: #ff0;
    font-size: 30px;
}
/* 幻灯片新闻css */
.slideBox {
    width: 1200px;
    height: 620px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd li span {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-indent: 2em;
}

.slideBox .bd img {
    width: 1200px;
    height: 620px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../../images/zt7/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
.push-list{
     width: 1200px;
     height: auto;
     display:flex;
     justify-content: flex-start;
     flex-wrap:wrap;
     margin: 40px auto;
}
.push-item{
     width: 100%;
     height: 45px;
     line-height: 45px;
     border-bottom: 1px dotted #dedede;
     margin-bottom: 15px;
     color: #fff;
     font-size: 18px;
     overflow: hidden;
     position: relative;
     text-indent: 25px;
}
.push-item::before{
    width: 18px;
    height: 17px;
    position: absolute;
    left: 0;
    bottom: 15px;
    content: "";
    background-image: url("../../images/zt7/tp-2.png");

}
.push-item a{
    font-size: 18px;
    color: #fff;
}
.push-item a:hover{
    font-size: 18px;
    color: #ff0
}

/* 第二行样式开始 */
.index-title{
     width: 1200px;
     height: auto;
     margin: 20px auto;
}
.pic-list{
     width: 1200px;
     height: auto;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     margin: 20px auto;

}
.pic-item{
     width: 580px;
     height: 476px;
     display: flex;
     justify-content: space-between;
     flex-direction: row;
     flex-wrap: wrap;
}
.pic-item img{
    width: 580px;
    height: 386px;
    overflow: hidden;
}
.pic-item p{
    width: 580px;
    line-height: 35px;
}

/* 第三行样式 */
.row3_list{
     width: 1200px;
     height: auto;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     margin: 20px auto;
}
.row3-item {
    width: 560px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
    margin-bottom: 10px;
  }
  
  .row3-avatar .row3-image {
    width: 140px;
    height: 95px;
    display: block;
    padding: 2px;
    border: 1px solid #ddd;
    margin-right: 10px;
  }
  
  .row3-detail {
    font-size: 14px;
    color: #636363;
  }
  .row3-text a{
     font-size: 18px;
     color: #000;
     font-weight: bold;
  }
  .row3-text a:hover{
    font-size: 18px;
    color: #f00;
 }
  
  .row3-name {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }

  .guanche-list{
    width: 1200px;
    height: auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin: 40px auto;
}
.guanche-item{
    width: 560px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #dedede;
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    text-indent: 25px;
}
.guanche-item::before{
   width: 18px;
   height: 17px;
   position: absolute;
   left: 0;
   bottom: 15px;
   content: "";
   background-image: url("../../images/zt7/tp-1.png");

}
.guanche-item a{
   font-size: 18px;
   color: #000;
}
.guanche-item a:hover{
   font-size: 18px;
   color: #f00
}

#banquan {
    width: 100%;
    height: 120px;
    background: #d00202;
    float: left;
    padding-top: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.showMorehandle {
    width: 398px !important;
    height: 58px;
    display: block;
    margin: 20px auto;
    border: 1px solid #cccccc;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.showMorehandle a {

    font-size: 24px;
    font-family: "微软雅黑";
    color: #fff;
    cursor: pointer;
}

.showMorehandle a:hover {
    font-size: 24px;
    font-family: "微软雅黑";
    color: #ff0;
    cursor: pointer;
}

/*列表*/
#mbx {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../../images/zt7/home.jpg) no-repeat left;
    text-indent: 25px;
    font-size: 14px;
    float: left;
    margin-top: 20px;
    border-bottom: 1px dotted #ddd;
}

#mbx a {
    font-size: 14px
}

.side_newslist {
    width: 1200px;
    height: auto;
    margin: 20px 0;
}

.side_newslist ul {
    width: 1200px;
    height: auto;
    float: left;
    margin: 0
}

.side_newslist li {
    height: 35px;
    line-height: 35px;
    position: relative;
    text-indent: 15px;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0
}

.side_newslist li::before {
    width: 5px;
    height: 5px;
    background: #dedede;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 25px;
    display: block;
    content: "";
}

#pages {
    padding: 30px 0;
    text-align: center;
    font: 12px '微软雅黑';
}

#pages a {
    display: inline-block;
    padding: 0px 8px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #d00202;
    text-align: center;
    color: #333
}

#pages a.a1 {
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    margin-top: 0px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    padding: 0px 8px;
    height: 22px;
    line-height: 22px;
    background: #d00202;
    border: 1px solid #d00202;
    color: #fff;
    text-align: center;
}

.pagee .noPage {
    display: inline-block;
    padding: 0px 12px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #d00202;
}