@charset "UTF-8";

/*初始化css*/
body {
    min-width: 1100px;
    font-family: 微软雅黑;
    color: #333;background: #f4d8b4;
}

/*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.more a {
    color: #999;
}

/*颜色根据通用更多的文字颜色决定*/
a:hover {
    color: #1c5bb8;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
    color: #1c5bb8;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; } 
.banner{background:url(../2020cy/images/banner.jpg) no-repeat center top;height:450px;}
.banner .ztzl_container{
	width: 1000px;
    margin: 0 auto;
}
.banner .ztzl_back{
    padding: 10px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    position: relative;
    top: 10px;
}
.banner .ztzl_back img{
  width: 268px;
}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
.height40 {
    height: 40px;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.padding20 {
    padding: 20px;
}

.bgf4d8b4 {
    background: #f4d8b4;
}

.bgf {
    background: #fff;
}

.title {
    height: 35px;
    border-bottom: 1px solid #dcdcdc;
}

.title li.titleC {
    padding: 0 17px;
    color: #333;
    font-size: 17px;
    line-height: 35px;
    background: #ececec;
}

.title .titleC.hover {
    background: #c71b00;
    color: #fff;
    font-weight: bold;
}

.titleM {
    line-height: 35px;
}

.titleM a {
    color: #999;
    font-size: 15px;
}

.contentLeft {
    width: 470px;
}

.contentLeft .list li {
    line-height: 32px;
    border-bottom: 1px dashed #ededed;
    background: url(../2020cy/images/icon01.png) no-repeat left center;
    padding-left: 12px;
    font-size: 15px;
}

.contentLeft .list li a {
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 98%;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.contentLeft .list li.more {
    background: none;
    text-align: right;
    font-size: 17px;
    color: #333;
}

* {
    padding: 0;
    contentLeft-style: none;
    border: none;
}

#focus {
    width: 470px;
    height: 295px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#focus ul {
    height: 295px;
    position: absolute;
    margin: 0;
    padding: 0;
}

#focus ul li {
    float: left;
    width: 470px;
    height: 295px;
    overflow: hidden;
    position: relative;
}

#focus ul li img {
    width: 100%;
    height: 100%;
}

#focus ul li div.photo_bt {
    padding-left: 6px;
    position: absolute;
    line-height: 40px;
    bottom: 0;
    left: 0;
    font-size: 15px;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 470px;
    height: 40px;
    line-height: 40px;
    left: 0;
    bottom: 0;
    background: url(../2020cy/images/gray.png) repeat-x left center;
}

#focus .btn {
    position: absolute;
    width: 200px;
    right: 20px;
    bottom: 12px;
    text-align: right;
    z-index: 2
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    font-size: 13px;
    width: 12px;
    height: 12px;
    margin-left: 12px;
    cursor: pointer;
    background: #fff;
    color: #fff;
    text-align: center;
}

#focus .btn span a {
    font-size: 13px;
}

#focus .btn span.on {
    background: #d21011;
}

.centerBanner {
    margin: 20px 0px;
    width: 100%;
    height: 80px;
}

.jticon li {
    width: 235px;
    height: 100px;
    padding-left: 90px;

}

.jticon li a {
    display: block;
    color: #c71b00;
    font-size: 15px;
    width: 100%;
    height: 100%;
    padding-top: 25px;
}

.jticon>ul,
.iconXx {
    width: 470px;
}

.jticon01 {
    line-height: 48px;
    background: #f3f3f3 url(../2020cy/images/jticon01.png) no-repeat 20px center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.jticon02 {
    line-height: 22px;
    background: #f3f3f3 url(../2020cy/images/jticon02.png) no-repeat 20px center;
    border-bottom: 1px solid #fff;
}

.jticon05 {
    line-height: 22px;
    background: #f3f3f3 url(../2020cy/images/jticon05.png) no-repeat 20px center;
    border-right: 1px solid #fff;
}

.jticon06 {
    line-height: 22px;
    background: #f3f3f3 url(../2020cy/images/jticon06.png) no-repeat 20px center;
}

.jticon03 {
    line-height: 48px;
    background: #f3f3f3 url(../2020cy/images/jticon03.png) no-repeat 20px center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.jticon04 {
    line-height: 48px;
    background: #f3f3f3 url(../2020cy/images/jticon04.png) no-repeat 20px center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.jticon07 {
    line-height: 22px;
    background: #f3f3f3 url(../2020cy/images/jticon07.png) no-repeat 20px center;
    border-right: 1px solid #fff;
}

.jticon08 {
    line-height: 22px;
    background: #f3f3f3 url(../2020cy/images/jticon08.png) no-repeat 20px center;
    border-right: 1px solid #fff;
}

.iconXx div {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fdc063;
    text-align: center;
    color: #c71b00;
    font-size: 17px;
}

.iconXx a {
    color: #c71b00;
}

.iconXx ul {
    width: 100%;
    padding: 0 50px;
    background: #f3f3f3;
}

.iconXx ul li {
    width: 185px;
    height: 55px;
    line-height: 55px;
    background: url(../2020cy/images/icon02.png) no-repeat 20px center;
    padding-left: 35px;

}
/*分页*/
.page {
  line-height: 30px;
  margin: 20px 0 10px;
  text-align: center;font-size: 15px;
}

.page a {
  color: #868585;
  background: #fff;
  font-family: "微软雅黑";
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  margin: 0 2px;
}

.page a.hover {
  background: #0069a2;
  color: #fff;
  border: none;
  padding: 3px 6px !important;
}

.page input {
  width: 40px;
  height: 22px;
  line-height: 22px;
  margin: 0px 5px;
  vertical-align: middle;
  text-align: center;
}
.page .pagination-first,.page .pagination-last{display:inline-block}
.page .active{color:#fff;background:#bbb;border:1px solid #bbb}
/*################ footer ################*/
footer {
  background: none;
  padding: 15px 0;
 
  font-size: 14px;
}

.footer {
  /* width: 1000px; */
  margin: 0 auto;
  color: #333;
}

.footer a {
  color: #333;
}

.footer .dzjg {
  width: 52px;
  /* margin-top: 10px; */
  /* margin-right:20px; */
}

.footer .jiucuo {
  width: 110px;
  /* margin-top: 27px; */
  /* margin: 10px 25px 0; */
}

.footer .font p {
  margin: 0;
  line-height: 24px;
}

.footer .font span {
  padding: 0 5px;
}

.footer .font .gongan {
  display: inline-block;
  background: url(../2020cy/images/icon_05.png) no-repeat;
  padding-left: 23px;
}

.footer-nav {
  padding-top: 10px;
}

.footer-nav li {
  /* width: 80px; */
}

.footer-nav a {
  font-size: 13px;
  line-height: 24px;
  color: #333;
  display: block;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 35px;
  text-align: center;
  position: relative;
}
.footer-nav1 a {
  background-image: url(../../images/icon_01_black.png);
  
}

.footer-nav2 a {
  background-image: url(../../images/icon_02_black.png);
}

.footer-nav3 a {
  background-image: url(../../images/icon_03_black.png);
}

.footer-nav4 a {
  background-image: url(../../images/icon_04_black.png);
}

.footer-nav5 a {
  background-image: url(../../images/icon_05_black.png);
}

/* 归档标识 */
#archive{display: none;width:240px;position:absolute;top:100px;left:50%;-webkit-transform:rotate(-16deg);-ms-transform:rotate(-16deg);transform:rotate(-16deg);z-index:999;}
#archive img{display:none;width:100%;}
#archive #archive_date{position:absolute;top:65px;left:61px;font-size:18px;}
#archive #archive_status{display: none;}
#archive.archive--red .archive_img--red{display:block !important;}
#archive.archive--blue .archive_img--blue{display:block !important;}
#archive.archive--red #archive_date{color:#ff0000;}
#archive.archive--blue #archive_date{color:#303592;}