﻿@charset "utf-8";
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;}
html{color:#999;font-size:62.5%;}
body{font:16px/1.5 "微软雅黑";color:#333;outline:0;}
input,select,textarea{font-size:100%;outline-style:none;background:transparent;}
input,button{border:none medium;outline:none;}
button, html input[type="button"], input[type="submit"]{cursor:pointer;}
button[disabled], html input[disabled]{cursor:default;}
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:500;}
ol,ul,li,dl,dt,dd{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:500;}
sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
abbr,acronym{border:none;font-variant:normal;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0 none;vertical-align:middle;max-width: 100%;}
caption,th{text-align:left;}
th{text-align:inherit;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
del{text-decoration:line-through;}
legend{color:#999;}
fieldset{border:none;}
iframe{display:block;}
q:before,q:after{content:'';}
ins,a{text-decoration:none;cursor:pointer;color: #333;}
a:hover{text-decoration:none;color:#ba0001;}
a:focus,*:focus{outline:none;}
img{-webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;}
.bgc{background:#ba0001;}   /*默认背景色*/
/*index CSS*/
.ggimg{width:100%;text-align: center;}
.ggimg img{object-fit: cover;}
.lft{float:left;}
.rgt{float:right;}
.wrap{width:1200px;margin:0px auto;padding:0px;}
.mart{margin-top:15px;}
.marb{margin-bottom:15px;}
.time{color:#979797;}
.number{color:#004276;font-weight:bold;font-family: Georgia; font-size: 16px;}
/*公共标题*/
.title{line-height:40px;border-bottom:2px solid #ccc;color:#ba0001;font-size:20px;font-weight:bold;font-family:"宋体";width:100%;overflow:hidden;}
.title .tit_hr{border-bottom:2px solid #b80105;width:auto;display:table;height:25px;position:absolute;padding:0 20px 0 0;}
.title .tit_more{color:#cdcdcd;font-size:15px;}
/*省略号*/
.nowrap1{overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.nowrap2{overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
/*head css*/
.head{width:1200px;margin:0px auto;padding:0px;}
.head .log_sceh_tqdiv{height:90px;}
.head .log_sceh_tqdiv .log{width:362px;height:40px;/*margin-top:25px;*/position:relative;}
.head .log_sceh_tqdiv .log img{width:auto;}
.head .log_sceh_tqdiv .tianqi{margin-left:120px;}
.head .log_sceh_tqdiv .search{width:301px;height:35px;margin-top:27px;}
.head .log_sceh_tqdiv .search input[type="text"]{float:left;width: 219px;height: 33px;line-height: 33px;padding:0 10px;border: 1px solid #bfbfbf;border-right: 0;}
.head .log_sceh_tqdiv .search input[type="button"]{float:left;width: 60px;height: 35px;background:#ba0001;color:#fff;}

/*导航*/
.nav{height:45px;line-height:45px;background:#ba0001;width:100%;min-width:1200px;}
.nav .clearfix{height:45px;line-height:45px;display: flex;justify-content: space-between;}
.nav .clearfix li{height:45px;line-height:45px;text-align:center;flex: 1;margin-right: 1px;}
.nav .clearfix li a{font-size:18px;color:#fff;}
.nav .clearfix li:hover{background:rgba(0,0,0,.3);}
.nav .clearfix li.active{/*height:45px;line-height:45px;*/background:#fff;}
.nav .clearfix li.active>a{/*height:45px;line-height:45px;*/font-weight:bold;color:#dd2f2e;}

.nav .clearfix .nav_level {/*width:120px;*/display:none;background:#ba0001;overflow:hidden;position:relative;z-index:10;}
.nav .clearfix .nav_level .colnamediv{/*height:40px;*/line-height:25px;padding:5px;position:relative;}
.nav .clearfix .nav_level .colnamediv a{color:#fff;font-size:16px;}
.nav .clearfix .nav_level .colnamediv:hover{background:#fa9b08;}
/*首页CSS*/
.inde_css{height:auto;}
.index_1{height:385px;}
/********幻灯*******/
.slideBox{ width:700px; height:385px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.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;border-radius:50%;font-size:10px; }
.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; }
.slideBox .bd img{width:700px; max-height:385px; display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/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;  }
/*******走进汉源********/
.inde_css .zjhy_news{height:100%;width:480px;}
.inde_css .zjhy_news .news_1{}
.inde_css .zjhy_news .news_1 li{background:url('../img/tit.png') no-repeat 0 50%;height:46px;line-height:46px;padding-left:20px;}

.inde_css .zjhy_news .specialdiv{border:1px solid #dedede;width:30%;margin:5px;float:left;height:90px;overflow:hidden;}
.inde_css .zjhy_news .specialdiv img{height:100%;}
.inde_css .zjhy_news .specialdiv img:hover{transform: scale(1.2);}
.index_2{height:580px;overflow:hidden;}
/********今日推荐*******/
.slideTxtBox{ width:740px; text-align:left;  }
.slideTxtBox .hd{ height:50px; line-height:50px; background:#ba0001; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }
.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:52px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 25px; cursor:pointer;color:#fff; font-weight:bold; }
.slideTxtBox .hd ul li.on{ height:50px;color:#ba0001;  background:#fff; border-bottom:2px solid #fff;}
.slideTxtBox .bd ul{ }
.slideTxtBox .bd li{ height:120px;border-bottom:1px solid #f0f0f0;margin-top:15px;cursor:pointer;}
.slideTxtBox .bd li:hover img{transform: scale(1.2);}
.slideTxtBox .bd li .pic_tj{width:150px;height:105px;overflow:hidden;}
.slideTxtBox .bd li .pic_tj img{width:100%;}
.slideTxtBox .bd li .con_tj{width:575px;height:105px;}
.slideTxtBox .bd li .con_tj .tj_tit{height:40px;line-height:40px;color:#5c3339;font-weight:bold;font-size:18px;}
.slideTxtBox .bd li .con_tj .tj_info{height:50px;line-height:25px;color:#5c3339;}
/*******脱贫空间*********/
.tpkj{width:420px;height:580px;}
.tpkj .tpkj_tit{height:48px;line-height:48px;}
.tpkj .tpkj_tit .tit_hr{background:url('../img/tit1.jpg') no-repeat 0 50%;padding-left:10px;}
.news_6{overflow:hidden;}
.news_6 .tpkj_tit1{font-weight:bold;height:30px;line-height:30px;}
.news_6 .tpkj_pic1{width:100%;height:230px;overflow:hidden;background:#fbfbfb;}
.news_6 .tpkj_pic1 img{width:100%;height:100%;object-fit:contain;}
.news_6:hover img{transform: scale(1.1);}
.news_6:hover .tpkj_tit1{color:#ba0001;}
.tpkj ul{width:100%;border-top:1px solid #f0f0f0;padding-top:15px;}
.tpkj ul li{height:32px;line-height:32px;font-weight:bold;font-size:14px;}
.tpkj ul li div{width:360px;}
.index_3{overflow:hidden;}
.index_3 div{width:380px;height:104px;overflow:hidden;}
.index_3 .center_div{margin:0 30px;}
.index_3 img{width:380px;height:104px;}
.index_3 div:hover img{transform: scale(1.1);}
.index_4{height:550px;border-bottom:2px solid #d6d6d6;}
/****县委书记专题*****/
.xwsjzt{margin-top:15px;}
.xwsjzt ul{height:215px;}
.xwsjzt ul li{width:270px;height:205px;margin:0 10px;overflow:hidden;cursor:pointer}
.xwsjzt ul li .pic_sjzt{width:270px;height:175px;overflow:hidden;}
.xwsjzt ul li .pic_sjzt img{width:100%;height:175px;}
.xwsjzt ul li:hover img{transform: scale(1.1);}
.xwsjzt ul li:hover .sjtit{color:#ba0001;}
.xwsjzt ul li .sjtit{height:30px;line-height:30px;font-size:12px;}
.xwsjzt .news_2{}
.xwsjzt .news_2 li{background:url('../img/vod.png') no-repeat 10px 50%;padding-left:40px;height:40px;line-height:40px;cursor:pointer}
.xwsjzt .news_2 div{width:480px;}
.xwsjzt .news_2 li:hover {color:#ba0001;}
/*文化旅游*/
.whly{margin-top:15px;}
.whly ul{height:480px;overflow:hidden;}
.whly ul li{width:270px;height:240px;margin:0 10px;overflow:hidden;cursor:pointer;}
.whly ul li .pic_sjzt{width:270px;height:200px;overflow:hidden;}
.whly ul li .pic_sjzt img{width:100%;height:100%}
.whly ul li .wltit{height:30px;line-height:30px;font-size:12px;}

.whly ul li:hover img{transform: scale(1.1);}
.whly ul li:hover {color:#ba0001;}
/**图说汉源**/
.index_5{height:auto;overflow:hidden;padding-bottom:15px;border-bottom:1px solid #ccc}
.tshy_title{line-height:40px;border-bottom:2px solid #ccc;color:#ba0001;font-size:20px;font-weight:bold;font-family:'宋体';width:100%;overflow:hidden;border-bottom:5px solid #ba0100}
.tshy_title .tit_more{color:#cdcdcd;font-size:15px;}
.tshy{height:470px;margin-top:15px;}
.tshy .news_3{width:470px;height:100%;cursor:pointer;}
.tshy .news_3  .tshy_tit1{width:470px;height:70px;line-height:70px;text-align:center;}
.tshy .news_3 .pic_tshy_1{width:470px;height:400px;overflow:hidden;background:#fbfbfb;}
.tshy .news_3 .pic_tshy_1 img{height:100%;width:100%;object-fit:contain;}
.tshy .news_3:hover img{transform: scale(1.2);}
.tshy .news_3:hover .tshy_tit1{color:red;}
.tshy .news_4{width:700px;height:100%;cursor:pointer;}
.tshy .news_4 li{width:233px;height:240px;overflow:hidden;}
.tshy .news_4 li .pic_tshy_2{width:225px;height:173px;overflow:hidden;background:#fbfbfb;}
.tshy .news_4 li .pic_tshy_2 img{width:100%;height:100%;object-fit: cover;}
.tshy .news_4 li:hover img{transform: scale(1.2);}
.tshy .news_4 li .tshy_tit2{width:100%;height:60px;line-height:20px;font-size:12px;padding-top:10px;}
.tshy .news_4 li:hover .tshy_tit2{color:#ba0001;}
/***网页底部**/
.footer{width: 100%;min-width:1200px; line-height: 30px; background: #f6f6f6;border-top: 1px solid #e6e6e6;overflow: hidden;}
.footer .menu{height: auto;background: #f2f1f1;position: relative;padding:0 0 20px 0;text-align:center;margin-top: 28px; border-top: 0px solid #676767; border-bottom: 1px solid #dddddd;}
.footer .menu p{line-height:25px;color:#999}
.clearfix {zoom: 1;clear: both;}

/***网页底部CSS***/
.foot{height:auto;overflow:hidden;background:#f4f4f4;border-top:4px solid #d40f16}
.foot div{width:1024px;margin:0px auto;height:height;}
.foot div li{line-height:25px;text-align:center;color:#666;font-size:14px;}
.foot div li a{margin:0px 10px;font-size:14px;}
/**栏目列表**/

.lmlist_div_lft{width:800px;}
.lmlist_div_lft ul{margin-top:0px;overflow:hidden;}
.lmlist_div_lft ul li{height:34px;line-height:34px;border-top:1px dashed;color:#ba0001;margin:0 10px;}
.lmlist_div_lft ul li a{margin-left:5px;}
.lmlist_div_lft .lm_div{border-width:3px 1px 1px 1px;border-style:solid;overflow:hidden;border-color:#ba0001;cursor:pointer}
.lmlist_div_lft .lm_div .lm_name_div{margin:5px 10px;font-weight:bold;}
.lmlist_div_lft .lm_div  .active{color:red;}
.lm_title{line-height:40px;color:#ba0001;font-size:20px;font-weight:bold;font-family:"宋体";width:100%;overflow:hidden;}
.lm_title .lmtit_hr{width:auto;display:table;height:25px;position:absolute;padding:0 20px 0 0;padding-left:10px;}
.lm_title .lmtit_more{color:#cdcdcd;font-size:15px;margin-right:10px;}
/**新闻列表CSS**/
.page{margin: 34px auto;text-align: center;}
.page a,.page span{
	//display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
    padding: 0 6px;
    border-radius: 5px;
}
.current{color:red;}
.list_div_home{background:url('../img/home.png') no-repeat 0 50%;padding-left:35px;height:50px;line-height:50px;}
.list_div_home .list_nav{background:url('../img/jt.png') no-repeat 5px 50%;padding-left:40px;font-weight:bold;}
.list_div_home  .active{color:#ba0001}
.list_div_lft{width:800px;border-top:3px solid #ba0001;}
.list_div_rgt{width:365px;border-top:3px solid #ba0001;}
/**文章新闻list css**/

.list_div_lft ul{margin-top:10px;overflow:hidden;}
.list_div_lft ul li{height:34px;line-height:34px;border-bottom:1px dashed;color:#ba0001;}
.list_div_lft ul li a{margin-left:5px;}
.list_div_lft .news_tit_pic{background:url('../img/new_tit.png') no-repeat 100% 50%;padding-right:30px;}
.list_div_lft .vod_tit_pic{background:url('../img/vod_tit.png') no-repeat 100% 50%;padding-right:30px;}

/*相关栏目*/
.list_div_lft .lm_div{border-width:0px 1px 1px 1px;border-style:solid;overflow:hidden;border-color:#ba0001;cursor:pointer}
.list_div_lft .lm_div .lm_name_div{margin:5px 10px;font-weight:bold;}
.list_div_lft .lm_div  .active{color:red;}
.list_div_rgt .list_new{margin:15px 0;}
.list_div_rgt .list_new li{height:30px;line-height:30px;}
/**视频新闻list css**/
.list_div_lft ul .list_vod{width:188px;height:150px;margin:5px;padding:1px;text-align:center;cursor:pointer}
.list_div_lft ul .list_vod .vod_pic{width:182px;height:104px;text-align:center;border:1px solid #f2f1f1;padding:2px;overflow:hidden;}
.list_div_lft ul .list_vod .vod_pic img{max-width:100%;max-height:100%;}
.list_div_lft ul .list_tit {height:35px;line-height:35px;font-size:12px;background:#f2f1f1;}
.list_div_lft ul .list_vod:hover img{transform: scale(1.2);}
.list_div_lft ul .list_vod:hover .list_tit{color:#ba0001}
/**新闻详情**/
.article_div{border-style: solid;border-width:3px 1px 1px 1px;border-color:#ba0001;margin-bottom:20px;}
.article_div .title_div{margin:20px 0;}
.article_div .title_div h1{font-weight:bold;line-height:37px;letter-spacing:3px;margin:10px;}
.article_div .fu_tit_div{height:50px;line-height:50px;font-size:14px;margin:10px ;border-bottom:1px dashed  #ddd;}
.article_div .fu_tit_div li{line-height:20px;font-size:10px;color:#999;}
.article_div .content_div{margin-bottom:20px;margin:0 10px 20px 10px;}
.article_div .content_div .intro{line-height:22px;color:#999;text-indent:20px;font-size:12px;border-bottom:1px dashed  #ddd;padding:10px;background:#ddd;color:#999}
/**搜索**/
.search{}
.search .search_list{overflow:hidden;border-top:3px solid #e42417;}
.search .search_list ul {margin-top:15px;}
.search .search_list ul li{height:30px;line-height:30px;border-bottom:1px dashed #e42417;font-size:14px;}
.search .search_list ul li .search_atc{height:30px;line-height:30px;border-bottom:1px dashed #e42417;}
