/*广告图*/
.banner { position: relative; height:400px; margin-top:0px;}
.banner img{ max-width:100%;}
.banner .title-con { top: 45%; width: 95%; max-width: 1400px; margin: 0 auto; z-index: 2; color: #fff; position: relative;text-align: center; }
.banner .title-con span { display: block; font-size: 45px; margin-left: 30px; margin-left: 0px \9; -webkit-animation: cth1 800ms ease-out forwards; animation: cth1 800ms ease-out forwards; opacity: 0; opacity: 1 \9; }
.banner .title-con strong { display: block; font-size: 20px; font-weight: 100; margin-left: -30px; margin-left: 0 \9; -webkit-animation: cth2 800ms ease-out forwards; animation: cth2 800ms ease-out forwards;      text-transform: uppercase;}
.banner .image-con { overflow: hidden; height: 100%; width: 100%; transition: all 1.5s cubic-bezier(0.215, .61, .215, 1); -webkit-transition: all 1.5s cubic-bezier(0.215, .61, .215, 1); transform: scale(1); -webkit-transform: scale(1); position: absolute; top: 0px; }
.banner .image-con .image { height: 100%; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center top; }
 @-webkit-keyframes cth1 {  0% {
margin-left: 30px;
opacity: 0;
}
 100% {
margin-left: 0px;
opacity: 1;
}
}
 @keyframes cth1 {  0% {
margin-left: 30px;
opacity: 0;
}
 100% {
margin-left: 0px;
opacity: 1;
}
}
 @-webkit-keyframes cth2 {  0% {
margin-left: -30px;
opacity: 0;
}
 100% {
margin-left:0px;
opacity: 1;
}
}
 @keyframes cth2 {  0% {
margin-left: -30px;
opacity: 0;
}
 100% {
margin-left:0px;
opacity: 0.6;
}
}
.cont{/* background:#f1f1f1; */}
.conts{ padding-bottom:30px;}
/*分类栏目*/
.menu {position: relative;z-index: 2;margin-top: 0px;  border-bottom:1px solid #ebebeb;}
.menu_cont {width: 95%;max-width: 1400px;margin: 0 auto; height: 75px;justify-content: space-between;}
.menu_cont_nav { position: relative; float: left; }
.menu_cont_nav ul li { float: left; line-height: 80px; font-size: 16px; position:relative;}
.menu_cont_nav ul li a {font-size: 16px; color: #333; text-decoration: none; line-height: 75px; display: block; padding-left: 45px; padding-right: 45px;position:relative; z-index:2;transition: all 1s;}
.menu_cont_nav ul li a:hover {text-decoration: none;}
.menu_cont_nav ul li.current a {color: #fff;height: 75px; position:relative; z-index:2;    transition: all 1s;}
.menu_cont_nav ul li.current:after{ background:#d52f2f; position:absolute; left:0px; width:100%; height:100%; content:""; top:0px;    transition: all 1s;}
.menu_cont_nav ul li:after{ background:#d52f2f; position:absolute; left:0px; width:0%; height:100%; content:""; top:0px;    transition: all 1s;}
.menu_cont_nav ul li:hover:after{width:100%;    transition: all 1s;}
.menu_cont_nav ul li:hover a{ color:#fff;    transition: all 1s;}
.location { position: relative; margin: 0 auto; overflow: hidden; font-size: 14px; color: #aaa; height: 70px; line-height: 70px; float: right;    margin-right: 20px; }
.location a { color: #333; }
.iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 100%; }
.location i { color: #333; font-size: 22px; position: relative; width: 19px; display: inline-block; }
.location span { margin: 0 2px; }
/*正文*/
.content {width: 95%;max-width: 1400px;margin: 0 auto;margin-top: 50px;padding-bottom: 50px;overflow: hidden;}
.zycontent {width: 82%;margin: 0 auto;margin-top: 30px;padding-bottom: 30px; position:relative;}
.content p { margin-bottom: 10px; font-size: 16px; line-height: 30px; }
/*领导风采*/
.firstitem { width: 30%; margin: 0 auto; overflow: hidden;ext-align: center;}
.firstitem_pic { width:159px; margin:0 auto; }
.firstitem_cont { width: 100%;margin-top: 20px; text-align:center; }
.firstitem_conts { width: 100%; margin-top: 20px; text-align:center; }
.firstitem_conts h3 { margin-bottom: 10px; font-size:22px; }
.firstitem_cont p { text-indent: 0em; }
.content .line { height: 1px; background-color: #eee; margin-bottom: 20px; margin-top: 20px; }
.items {overflow: hidden; }
.items .firstitem_pic { width: 100%; text-align:center; }
.items .firstitem_pic img {width: 159px;}
.items .firstitem_cont { width: 100%; margin-top: 20px; padding-left: 20px; padding-right: 2px; }
.col-xs-4 { margin-bottom: 20px; overflow: hidden; max-height: 250px; }
/*新闻列表*/
.news_list_first{ overflow:auto;border-bottom: 1px #dadada solid; padding-bottom:30px;}
.news_list_first_pic{ width:45%; float:left; overflow:hidden;}
.news_list_first_pic img{ max-width:100%;transition:all 0.5s;}
.news_list_first:hover img{transform: scale(1.1);transition:all 0.5s;}
.news_list_first_right{ width:53%; float:right;}
.news_list_first_right .news_list_first_name a {display: block; margin-bottom: 10px; line-height: 1.8; font-size: 18px;color: #333;font-weight: normal;font-size: 20px;}
.news_list_first_right .date{font-size: 16px; background:url(../images/new_i1.png) no-repeat left 1px; padding-left:23px; color: #8f8f8f; }
.news_list_first_right .llcs{font-size: 16px; background:url(../images/new_i2.png) no-repeat left 2px; padding-left:25px; color: #8f8f8f; margin-left:20px; }
.news .news_list_first_right .text_cont{ height:auto;transition:all 0.5s;}
.news_list_first_right .more a{ border:1px solid #6f6f6f; width:130px; height:40px; line-height:40px; text-align:center; font-size:16px; color:#6f6f6f; margin-top:25px; display:inline-block;}
.news_list_first_right .more a:hover{ border:1px solid #d52f2f; color:#d52f2f;}
.news-list1 ul li { position: relative; overflow:hidden; background:#f9f9f9; margin:40px 0px;display: flex;align-content: center;justify-content: space-between;align-items: center;}
.news-list1 ul li:after{ position:absolute; height:1px; background:#d52f2f; left:0px; bottom:0px; width:0px;   transition: all 1s;}
.news-list1 ul li:hover:after{width:100%;    transition: all 1s;}
.news-list1 ul li .image {width: 30%;float: left;max-height: 300px;overflow: hidden;border: 1px solid #e8e8e8;margin-right: 3%;}
.news-list1 ul li .image img { width: 100%; }
.news-list1 ul li .text {width: 54%;float: right;position: relative;margin-right: 3%;}
.news-list1 ul li .more{ width:10%;    text-align: center;}
.news-list1 ul li .more img{ max-width:46px;}
.news-list1 ul li.clearfixs .text { width: 100%; float: none; position: relative; }
.news-list1 ul li .text .news_fb .date{font-size: 16px;color: #555555; }
.news-list1 ul li .text .news_fb .llcs{font-size: 16px; background:url(../images/new_i2.png) no-repeat left 2px; padding-left:25px; color: #8f8f8f; margin-left:20px; }
.news-list1 ul li .text strong { display: block; margin-bottom: 10px; line-height: 1.8; font-size: 18px; }
.news-list1 ul li .text strong a {color: #333;font-weight: normal;font-size: 24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;}
.news-list1 ul li .text strong a:hover { color: #d52f2f; }
.news-list1 ul li .text .more a{ margin-top:30px; background:url(../images/more.png) no-repeat right center; padding-right:30px; color:#6b6b6b; line-height:20px; display:inline-block;transition:all 0.5s;}
.news-list1 ul li .text .more a:hover{ color:#d52f2f; padding-right:40px;transition:all 0.5s;}
.news .text_cont{ height:0px;transition:all 0.5s;}
.news .clearfix:hover .text_cont{ height:60px;transition:all 0.5s;}
.news .clearfix:hover a{color: #d52f2f;}
.text_cont {font-size: 18px;line-height: 30px;margin-top: 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;color: #8f8f8f;}
.text_conts { font-size: 16px; line-height: 30px; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.clearfix img{transition:all 1s;}
.clearfix:hover img{transform: scale(1.05);transition:all 1s;}
/*分页*/
#pages { text-align: center; padding-top: 25px; height: 90px; }
#pages a { display: inline-block; padding: 9px 15px; background-color: #fff; color: #888; margin: 0 2px; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; border: 1px #ddd solid; border-radius: 3px }
#pages a:hover { background-color: #d52f2f; border-color: #d52f2f; color: #fff }
#pages a.active {background-color: #d52f2f;border-color: #d52f2f;color: #fff}
#pages a.prev,#pages a.next { font-size: 14px; }
#pages span { display: inline-block; padding: 9px 15px; color: #888; position: relative; top: -2px }
#pages label { margin-left: 10px; font-weight: 400 }
#pages label input { margin: 0 3px }
#pagenum{ width:30px;}
/*新闻详情*/
.news-info .title { color: #333; text-align: center; padding: 0px 10px 20px; }
.news-info .title h1 { font-size: 32px; font-weight: 600; line-height: 32px; }
.news-info .info { color: #bbb; position: relative; padding: 15px 40px; border-bottom:1px solid #e9e9e9;margin-bottom: 20px; text-align:center; font-size:16px; }
.news-info .info span.date { background: url(../images/new_i1.png) no-repeat scroll left center; padding: 2px 0px 2px 22px; margin-right: 18px; }
.news-info .info span.hits { background: url(../images/new_i2.png) no-repeat scroll left center; padding: 2px 0px 2px 28px; }
.other { border-top: 1px #eee solid; padding: 20px 0px 15px; font-size: 14px; }
.other .left { color: #777; }
.other .left a { color: #777; }
.other .left p { text-indent: 0em; }
/*员工风采*/
.mb_cont { overflow: hidden; }
.mbitem { width: 23%; float: left; margin-left: 1%; margin-right: 1%; }
.mbitem_pic img { width: 100%; height: 220px; }
.mbitem_name { margin-top: 10px; text-align: center; margin-bottom: 20px; font-size: 16px; }
.mbitem_name a { color: #333; }
.iw_poi_title { color: #CC5522; font-size: 14px; font-weight: bold; overflow: hidden; padding-right: 13px; white-space: nowrap }
.iw_poi_content { font: 12px arial, sans-serif; overflow: visible; padding-top: 4px; white-space: -moz-pre-wrap; word-wrap: break-word }
.map_right { width: 37%; float: right; }
.map_right strong { font-size: 20px; line-height: 1.4; font-weight: normal; margin-bottom: 10px; display: block; }
.map_right p { text-indent: 0em; margin-top: 5px; line-height: 180%; position: relative; }
.map_right label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; }
.con-wrapper .iconfont { width: 17px; display: inline-block; margin-right: 5px; }

.bid-list li { border-bottom: 1px #e8e8e8 solid; padding: 35px 0; position: relative;}
.bid-list li:after{ position:absolute; height:100%; background:#fafafa; left:0px; bottom:0px; width:0px;   transition: all 1s;}
.bid-list li:hover:after{width:100%;    transition: all 1s;}
.bid-list li .date { flex: 0 0 120px;}
.bid-list li .date strong { display: block; line-height: 50px; text-align: center; font-size: 50px; color: #a0a0a0; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s;font-weight: lighter; }
.bid-list li .date span { display: block; line-height: 16px; text-align: center; font-size: 16px; color: #a0a0a0; margin-top: 1px;-webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; }
.bid-list li .text { position: relative;}
.bid-list li .text .title { display: block;line-height: 24px; font-size: 24px; width: 100%; }
.list_content { font-size: 16px; line-height: 30px; color:#9b9b9b; margin-top:15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.bid-list li a { color: #333; }
.bid-list li a:hover { color: #d52f2f; }
.slideBoxs .hd ul li a{color:#000}
.slideBoxs .hd ul li.on a{color:#fff}
.bid-lists li { border-bottom: 1px #e8e8e8 solid; padding: 35px 0; position: relative; }
.bid-lists li .text .title { display: block; font-weight: 600; line-height: 28px; font-size: 18px; width: 100%; }
.bid-lists li a { color: #333; }
.bid-lists li a:hover { color: #d52f2f; }
.bid-lists li .dates{ float:right; font-weight:normal; color:#CCC;}

.list_more{ margin-top:30px;}
.list_more a{ display:inline-block; width:135px; height:32px; border:1px solid #c8c8c8; border-radius:32px; color:#797979; font-size:14px; text-align:center; line-height:32px;}
.jygl .bid-list .text:before{position: absolute;height: 100%;background: #e9e9e9;left: 0px;width: 1px;transition: all 1s;content: " ";}
.jygl{ position:relative; margin-top:50px;}
.jygl_list{ width:95%; max-width:1400px; margin:0 auto; overflow:hidden; display: flex;align-items: center; position: relative;z-index: 999;}
.jygl .jygl_list .text{ padding-left:30px; flex: 1;}
.list_more a:hover{ background:#d52f2f; border:1px solid #d52f2f; color:#fff !important;}



/*工作动态*/
.three_nav { height: 60px; background: #efefef; width: 100%; }
.three_nav ul { padding: 0px; margin: 0px; }
.three_nav ul li { padding: 0px; margin: 0px; width: 130px; font-size: 16px; text-align: center; line-height: 60px; float: left; }
.three_nav ul li a { color: #525456; display: block; }
.three_nav ul li a:hover { color: #fff; display: block; background: #d52f2f; }
.three_nav ul li.current { color: #fff; display: block; background: #d52f2f; }
.three_nav ul li.current a { color: #fff; }
.news_first { overflow: hidden; border-bottom: 1px solid #e3e3e3; padding-bottom: 20px; margin-top: 20px; margin-bottom: 10px; }
.news_first_left { width: 25%; float: left; }
.news_first_left img { width: 100%; }
.news_first_right { width: 72%; float: right; }
.news_first_title { font-weight: bold; font-size: 18px; color: #333333; }
.news_first_title a { color: #333333; }
.news_first_title a:hover { color: #d52f2f; }
.news_first_cont { margin-top: 15px; line-height: 28px; font-size: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.news_first_dade { margin-top: 15px; font-size: 16px; }
.news_first_more { margin-top: 15px; text-align: right; }
.news_first_more a { display: inline-block; width: 120px; height: 34px; text-align: center; line-height: 34px; font-size: 16px; border: 1px solid #c8c8c8; border-radius: 40px; color: #333333; }
.news_list li.addBorder { border-bottom: 1px dashed #ccc; padding-bottom: 10px; margin-bottom: 10px }
.news_list ul { padding: 0px; margin: 0px; }
.news_list ul li { font-size: 16px; line-height: 32px; overflow: hidden; }
.news_list ul li a { width: 80%; float: left; overflow: hidden; background: url(../images/lis.jpg) no-repeat left center; padding-left: 10px; color: #333333; display: inline-block; height: 30px; }
.news_list ul li a:hover { color: #d52f2f; }
.news_list ul li span { width: 20%; float: right; display: inline-block; text-align: right; }

/*搜索*/
.searchArea{ overflow:hidden; background:#f3f3f3; margin-bottom:20px;}
.wrap .tit {text-align: center; font-size: 36px;  line-height: 46px; font-weight: bold;margin-top: 30px;}
.content_form { margin-top: 30px;padding: 0 8%;}
.input_wrap { position: relative;  width: 80%;  line-height: 68px;  height: 68px; float:left;}
.btn_wrap{width:20%; text-align:center; vertical-align:middle; float:left;}
.btn_wrap .btns {padding:0; margin:0; font-size:20px; font-weight:bold; height:68px; line-height:68px; width:100%; border:none; outline:none; background:transparent; border:1px solid #333f47; color:#333f47;cursor:pointer;}
.btn_wrap .btns:hover{background:#d52f2f; color:#fff;}
.input_wrap input{width:100%; padding:0 0 0 2%; height:68px; line-height:68px; border:1px solid #e1e1e1;}
.content_form{ overflow:hidden;}
.tits {font-size: 30px;color: #7c7c7c;text-align:center;margin-top:30px;padding-bottom: 40px;}
.tits span { color: #ff0000;}

/*主营业务*/
.yw_cont{ position:absolute; padding:30px 40px; top:66%; width: 100%;transition:all 0.5s;}
.swiper-slide:hover .yw_cont{top:10%;transition:all 0.5s;}
.yw_cont .title a{ font-size:30px; font-weight:bold; color:#fff; padding-bottom:20px; margin-bottom:20px; position:relative; display:block;}
.yw_cont .title a:before{ content:""; position:absolute; width:50px; height:1px; bottom:0px; left:0px; background:#fff;}
.yw_cont .contents{ font-size:16px; line-height:28px; color:#fff;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.yw_cont .yw_more{ margin-top:25px;}
.yw_cont .yw_more a{ display:inline-block; width:130px; height:40px; text-align:center; line-height:40px; color:#fff; font-size:16px; border:1px solid #fff;}

/*基层党建*/
.jcdj{ width:1350px; max-width:95%; margin:0 auto; margin-top:40px; overflow:hidden;}
.first { margin: 0 auto; margin-top: 50px; overflow: hidden; width: 95%; max-width: 1350px; }
.first_left { float: left; width: 50%; }
.first_right { float: right; width: 48%;}

/* 焦点图 */
.slideBox { width: 100%; overflow: hidden; position: relative; }
.slideBox .hd { height: 18px; overflow: hidden; position: absolute; right: 5px; bottom: 20px; z-index: 1; }
.slideBox .hd ul { overflow: hidden; zoom: 1; float: left; }
.slideBox .hd ul li { float: left; margin-right: 5px; width: 14px; height: 14px; line-height: 14px; text-align: center; background: #fff; cursor: pointer; list-style: none; position: relative; border-radius: 50%; }
.slideBox .hd ul li.on { background: #014099; color: #fff; }
.slideBox .bd { position: relative; height: 100%; z-index: 0; }
.slideBox .bd li { zoom: 1; vertical-align: middle; }
.slideBox .bd img { width: 100%; display: block; height: 455px; }
.news_pic_wz { position: absolute; height: 60px; background: rgba(0,0,0,0.6); line-height: 60px; font-size: 18px; padding-left: 20px; bottom: 0px; color: #fff; width: 100%; }

.jcdjs .jcdj_title{ background:url(../images/jcdj_title.jpg) no-repeat left; height:25px; padding-left:35px; font-size:22px; font-weight:bold; color:#cc0000;line-height:24px; margin-bottom:20px;}
.jcdjs .jcdj_title a{ background:#fff; display:inline-block; float:right; color:#8b8b8b; font-size:16px; font-weight:normal; line-height:24px; padding-left:5px;}
.jcdjs .jcdj_title a:hover{ color:#cc0000;}
.jcdjs .news_first_name a{ font-size:20px; font-weight:bold; color:#333333;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.jcdjs .news_first_name a:hover{color:#cc0000;}
.jcdjs .news_first_conts{ font-size:16px; color:#757575; line-height:26px;margin-top:10px;}
.jcdj_news_first{ border-bottom: 1px solid #e3e3e3; padding-bottom: 10px;  margin-bottom: 15px;}
.jcdjs ul{ padding:0px; margin:0px;}
.jcdjs ul li{ line-height:36px;font-size:16px; overflow:hidden; background:url(../images/li.jpg) no-repeat left center; padding-left:10px;}
.jcdjs ul li a{ color:#1e1e1f;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;width:calc((100% - 100px)/1); float:left;}
.jcdjs ul li a:hover{ color:#4e7388;}
.jcdjs ul li .date{ width:100px; float:right; text-align:right;font-size: 16px; color:#959595;}


/*专题*/
.zt{ overflow:hidden; margin: 0 auto; margin-top: 30px; width: 95%; max-width: 1350px;}
.zt .zt_list{ width:32%; float:left;}
.zt .zt_list.middle{ margin-left:2%; margin-right:2%;}
.zt .zt_list img{ width:100%; max-height:132px;}

/*工会群团*/
.ghqt{ width:49%;}
#map img{max-width:inherit;}
#map{ width:65%; float:left;}
.contact-info{width:32%; float:right;}


/*廉洁*/
.first_lefts { float: left; width: 32%; margin-right:2% }
.first_lefts.last{ margin-right:0%;}

.slideBoxs { width: 100%; overflow: hidden; position: relative; }
.slideBoxs .hd { height: 18px; overflow: hidden; position: absolute; right: 5px; bottom: 20px; z-index: 1; }
.slideBoxs .hd ul { overflow: hidden; zoom: 1; float: left; }
.slideBoxs .hd ul li { float: left; margin-right: 5px; width: 14px; height: 14px; line-height: 14px; text-align: center; background: #fff; cursor: pointer; list-style: none; position: relative; border-radius: 50%; }
.slideBoxs .hd ul li.on { background: #014099; color: #fff; }
.slideBoxs .bd { position: relative; height: 100%; z-index: 0; }
.slideBoxs .bd li { zoom: 1; vertical-align: middle; }
.slideBoxs .bd img { width: 100%; display: block; height: 300px; }
.first_lefts_title{width: 100%;height: 43px;line-height: 43px;border-bottom: 2px solid #d8d8d8; text-align:center;font-size: 20px; margin-bottom:10px;}
.first_lefts_name{background: url(../images/ywgz.png) no-repeat center bottom;color: #4e7388;font-weight: bold; width:110px; float:left;}
.first_lefts_more a{width: 8px; height: 43px;background: url(../images/mores.png) left center no-repeat; text-indent: -99999px; display: inline-block; margin-right: 10px; float:right;}
.dj_wzs a{ font-size:16px; text-align:center; margin-top:10px; color:#333; display:block; line-height:26px;}
.yxsj{ margin-top:25px;}
.yxsj .swiper-button-next,.yxsj .swiper-button-prev{ top: 70%;}
.report{border:1px solid #f2f2f2; background-color:#fff; padding:10px 0 0;box-sizing:border-box;}
.report_title{ border-bottom:1px solid #efefef; padding-bottom:10px; padding-left:20px; padding-right:20px}
.report_title h3{ height:26px; line-height:26px; background:url(../images/title_bj.jpg) left center no-repeat; padding-left:15px; font-size:18px; color:#333}
.report_box { font-size:16px; color:#333;}
.report_box dl{ padding:5px 14px;}
.report_box dl dd{ padding:12px 0; line-height:24px; border-bottom:1px solid  #efefef}
.report_box dl dd.last{ border:none;}
.report_box dl dd span{width:22%; font-weight:bold}
.report_box dl dd p{ width:76%}
.report_phone{ border-top:1px solid #efefef; padding:15px;background:url(../images/jubao_bj.png) right center no-repeat}
.report_phone p{ font-size:22px;color:#c7000b; margin:0px 0 0 50px; }
.report_phone p img{ margin-right:12px}
.report_btn{ width:100%;height:40px; text-align:center; line-height:40px;color:#fff; font-size:18px; display:block}
.bg01{ background-color:#e67817}
.report_btn:hover{color:#fff;}
.zts{overflow:hidden; margin: 0 auto; margin-top: 30px; width: 95%; max-width: 1350px; margin-bottom:30px;}

.jjgzs_left{ padding-left:0px !important;}
.jygl .jygl_list .text:before{ display:none;}
.jygl .jygl_list .text{ flex:1;}
.jygl .jygl_list .jjgzs_left{ flex:0 0 70%;}
.jygl .jygl_list .jjgz_pic{ flex:0 0 25%; margin-left:5%; overflow:hidden;}
.jjgzs_left .time{ font-size:16px; color:#9b9b9b; margin-bottom:10px;}


/*党建之窗*/
.djzc{ display:flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.djzc_item{    flex: 0 0 23%;; background:#f6f6f6; margin-bottom:20px;}
.djzc_item .djzc_item_pic{ overflow:hidden;}
.djzc_item img{transition: all 1s;}
.djzc_item:hover img{ transform:scale(1.1);transition: all 1s;}
.djzc_item_cont{ padding:20px;}
.djzc_item_name a{ color:#595959;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical; font-size:20px; overflow:hidden;}
.djzc_item_date{ color:#969696; font-size:16px; margin-top:10px;}
.djzc_item_conts{ color:#969696;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical; font-size:16px; overflow:hidden;margin-top:10px;}



@media (max-width: 1440px) {
.swiper-slide:hover .yw_cont {
    top: 0%;
    transition: all 0.5s;
}
.yw_cont .title a {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

}


@media (max-width: 768px) {
/*广告图*/
.banner { height: 150px; position: relative; overflow:hidden; margin-top:70px;}
.banner img{ max-width:inherit; height:150px; margin-left:-55%;}
.banner .title-con span { font-size: 24px; }
.banner .title-con strong { display: block; font-size: 20px; }
.menu_cont_nav ul li { float: left; line-height: 70px; font-size: 14px; margin-right: 0px; width: 25%; display: inline-block; overflow: hidden; height: 70px;border-bottom: 1px #0555c7 solid;
    border-right: 1px solid #0555c7;}
.menu_cont_nav ul li a { text-align: center; }
.menu { height: auto;margin-top: 0px; }
.menu_cont_nav { position: relative; float: none; width: 100%; display:none;}
.location { float:none;height: 60px;line-height: 60px;margin-left: 20px;}
.firstitem { width: 100%; }
.firstitem_cont { margin-top: 20px; width: 52%; }
.firstitem_pic { width: 60% !important;text-align: center;}
.col-xs-4 { width: 50%; }
.news-list1 ul li .image { max-width: 100%; float: left; width: 100%; max-height: 243px; overflow: hidden; margin-right: 0px;}
.news-list1 ul li .text {width: auto; margin: 5%; margin-left: 5%; }
.news-list1 ul li .more {display: none;}
.news-list1 ul li .text strong a {font-size: 20px;-webkit-line-clamp: 2;}
.text_cont {font-size: 16px;}
#pages label { display: none; }
.mbitem { width: 100%; float: left; margin-left: 0%; margin-right: 0%; }
.news-info .info { padding: 15px 20px; }
#dituContent { width: 100% !important; }
.map_right { width: 100%; margin-top: 20px; }
.items .firstitem_pic img { height: auto; }
.mbitem_pic img { width: 100%; height: 250px; }
.news-info .title { color: #333; text-align: center; padding: 0px 10px 20px; }
.three_nav ul li { width: 50%; }
.news_first_left { width: 100%; float: none; }
.news_first_right { width: 100%; float: none; margin-top: 20px; }
.news_list ul li a { width: 70%; }
.news_list ul li span { width: 30%; font-size: 15px; }
.news_first_more { display: none; }
.fancybox { width: 48%; float: left; margin-left: 1%; margin-right: 1%; margin-bottom: 20px; }
.fancybox img { height: 115px; width: 100%; }
.menu_cont_nav ul li a { padding-left: 0px; padding-right: 0px; }
.ygfc-list .fancybox img { height: 130px; }
.form_list {
    width: 100%;
}
.form_list_title {
    width: 30%;
}
.form_list_cont {
    width: 70%;
}
.form_zwlist_title {
    width: 30%;
}
.form_zwlist_cont {
    width: 70%;
}
.input {
    width: 200px !important;
}
.menu_cont {
    width: 95%;height: auto;
}
.menu_cont_nav ul li.current{
	border-bottom:none;
}
.bid-list li {
    padding: 20px 0;
	    padding-left: 0px;
}
.bid-list li .date {
    display: none;
}
.bid-lists li .dates {
    float: none;
    font-weight: normal;
    color: #CCC;
    display: block;
}
.bid-list li .text .title {
    font-size: 20px;
}
.jygl .jygl_list .text {
    padding-left: 10px;
    order: 2;
    margin-top: 20px;
}
.gg_left{ display:none;}
.gg_right{ width:100%;}
.wrap .tit {font-size: 20px;}
.content_form { margin-top: 10px;}
.tits { font-size: 18px;}
.input_wrap { width: 70%;}
.btn_wrap {width: 30%;}
.input_wrap input { height: 50px; line-height: 50px;}
.btn_wrap .btns { height: 50px; line-height: 50px;}
.input_wrap { line-height: 50px; height: 50px;}
.zycontent {
    width: 95%;
    margin-top: 20px;
}
.yw_cont .title a {
    font-size: 20px;
	    padding-bottom: 20px;
    margin-bottom: 40px;
}
.yw_cont {
    top: 60%;
}
.first_left {
    float: inherit;
    width: 100%;
}
.slideBox .bd img {
    height: 250px;
}
.first_right {
    float: inherit;
    width: 100%;
    margin-top: 20px;
}
.zt .zt_list {
    width: 100%;
    float: inherit;
}
.zt .zt_list.middle {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ghqt {
    width: 100%;
    margin-bottom: 20px;
}
.banner .title-con {
    top: 50%;
}
.news_list_first_pic { width: 100%; float:inherit;}
.news_list_first_right {
    width: 100%;
    float: inherit;
    margin-top: 20px;
}
.first_lefts{ width:100%; margin-right:0px;}
.firstitem_conts h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.news-list1 ul li {
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
    margin: 20px 0px;
	flex-direction: column;
}
.content {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
}
.jygl_list {
    flex-direction: column;
}
.jygl .jygl_list .jjgz_pic {
    margin-left: 0%;
}
.djzc {
       flex-direction: column;
}
}
