@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Microsoft YaHei, Arial, HELVETICA;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
a{
color:rgba(102, 102, 102, 1);
text-decoration: none;
}
body{
min-width:1200px;
    background: url(/dtwz/lib/zt/zyzsjs/images/banner.png) center top no-repeat #ffecd6;
    background-size: 100%;
}
.topnews {
    margin-top: 55%;
    padding-top: 0;
}

.i-pager {
    width: 100%;
    margin: 37px auto 6% !important;
}

.topnews .xcgc a {
    color: rgba(102, 102, 102, 1);
}

.topnews .xcgc a:hover {
    color: rgba(25, 107, 198, 1);
}
.tit_nav{
width: 1200px;
    margin: 0 auto 40px;
}
.foot{
background: linear-gradient(to right, rgba(254, 113, 27, 1), rgba(232, 47, 17, 1), rgba(254, 113, 27, 1));
    color: #FFF;
    text-align: center;
    line-height: 90px;
    font-size: 18px;
}
.con_nav{
width:1200px;
margin:0 auto;
}
.con_nav ul{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.con_nav ul li{
width: 45%;
    font-size: 18px;
    line-height: 56px;
    text-indent: 24px;
    background: url(/dtwz/lib/zt/zyzsjs/images/list_type.png) left center no-repeat;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
}
.con_nav ul li a{
color: rgba(51, 51, 51, 1);
    text-decoration: none;
}
.sumnav{
width: 1200px;
    margin: -22% auto 0;
position: relative;
background: url(/dtwz/lib/zt/zyzsjs/images/sum_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding: 50px;
}
.title{
font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.title a,.title2 a{
color:rgba(51, 51, 51, 1);
}
.title2{
text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}
.content{
text-align: justify;
    text-indent: 2em;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 16px;
}
.more1{
display: block;
    text-align: right;
}
.tit{
position: relative;
}
.more{
color: rgba(214, 29, 11, 1);
    display: block;
    position: absolute;
    right: 4%;
    top: -20%;
}
/* 集团部署 */
.jtbs,.jcxd,.mtbd{
width:1200px;
margin:80px auto 0;
}
.jtbs_tit{
text-align: center;
    font-size: 22px;
    font-weight: 600;
margin: 30px auto;
}
.jtbs_tit a{
color:rgba(51, 51, 51, 1);
}
.jtbs_box{
display: flex;
    flex-wrap: wrap;
}
.jtbs_pic{
width:50%;
}
.jtbs_pic img{
width: 100%;
    height: 450px;
}
.jtbs_sum{
width: 50%;
    height: 450px;
    background: linear-gradient(to bottom, rgba(254, 75, 62, 1), rgba(209, 39, 28, 1));
color: #FFF;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
box-sizing: border-box;
    padding: 2%;
}
.jtbs_ckqw{
color:rgba(246, 200, 120, 1);
display: block;
    text-align: right;
}
/* 基层行动 */
.jcxd_list{
width: 100%;
    font-size: 18px;
    line-height: 56px;
    text-indent: 24px;
    background: url(/dtwz/lib/zt/zyzsjs/images/list_type.png) left center no-repeat;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    border-bottom: 1px solid rgba(246, 211, 126, 1);
}
.jcxd_box{
width: 100%;
    height: 400px;
    background: linear-gradient(to bottom, rgba(254, 113, 27, 1), rgba(232, 47, 17, 1));
    border-radius: 30px;
margin-top:80px;
}
.jcxd_nav{
width: 95%;
    height: 400px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 10px 30px 10px;
    position: relative;
    top: -36px;
}
/* 媒体报道 */
.mtbd_nav{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
margin: 50px 0 80px;
}
.mtbd_list{
width:48%;
font-size: 17px;
    letter-spacing: 1px;
    line-height: 80px;
    background: #FFF;
    box-shadow: rgba(235, 215, 178, 1) 5px 5px 1px;
    box-sizing: border-box;
    padding-left: 20px;
margin-bottom:30px;
border: 1px solid rgba(213, 201, 174, 1);
}
.mtbd_list a{
color:rgba(51, 51, 51, 1);
}



/* 详情页 */
.second-detail{
width:80%;
margin:0 auto;
}
.detail-title {
    font-size: 34px;
    text-align: center;
    line-height: 50px;
    width: 80%;
    margin: 0px auto;
    padding-top: 30px;
}
.detail-intro {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #666;
    padding: 26px 0 12px;
    margin-bottom: 20px;
}

.detail-inner,
.detail-inner p {
    font-size: 18px !important;
    color: #333 !important;
    line-height: 32px !important;
    font-family: 'Microsoft YaHei';
}

.detail-inner p {
    margin-top: 30px;
    font-family: 'Microsoft YaHei';
    text-indent: 2em;
}

.detail-inner p img {
    width: 60% !important;
    margin-left: -2em;
}


@media  (min-width: 1024px) and (max-width: 1300px){
body{
min-width:100%;
}
  .jtbs,.jcxd,.mtbd{
width:80%;
}
.tit img{
width:100%;
}
.sumnav{
width:80%;
}
.mtbd_list{
font-size:16px;
}
.jtbs_sum,.jtbs_pic img{
height:360px;
}
.content{
font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
}
.title2{
font-size: 18px;
    margin-top: 16px;
}
}
@media  (min-width: 769px) and (max-width: 1300px){
body{
min-width:100%;
}
  .jtbs,.jcxd,.mtbd{
width:80%;
}
.tit img{
width:100%;
}
.sumnav{
width:80%;
padding-bottom:2%;
}
.mtbd_list{
font-size:15px;
}
.jtbs_sum,.jtbs_pic img{
height:360px;
}
.content{
font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 0;
}
.title2{
margin-top:10px;
font-size: 18px;
}
}
@media  (min-width: 769px) and (max-width: 1200px){
.con_nav,.tit_nav{
width:80%;
}
.tit_nav img{
width:100%;
}
}