@charset "utf-8";
/* 通用样式 */
* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-align: justify;
    vertical-align: top;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: 100%; /*解决Iphone下橱窗字体变大问 题*/
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
    -webkit-tap-highlight-color: rgba(0,0,0,0); /*禁止链接高亮*/
    -webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", STHeitiSC-Light, simsun, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, :after, :before {
    box-sizing: border-box;
}

body, html {
    height: 100%;
    background-color: #f1f1f1;
}

hr {
    height: 0px;
    border-top: 1px solid #999;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

a {
    text-decoration: none;
    color: #004276;
    /* 移动端去除点击背影的css样式 
     * 这个属性只用于iOS (iPhone和iPad)。当你点击一个链接或者通过Javascript定义的可点击元素的时候，它就会出现一个半透明的灰色背景。
     * 要重设这个表现，你可以设置-webkit-tap-highlight-color为任何颜色。
     * 想要禁用这个高亮，设置颜色的alpha值为0即可
     * -webkit-tap-highlight-color: rgba(255,255,255,0);
    */
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

    a:hover {
        text-decoration: underline;
        color: #ba2636;
    }

    a:hover, a:link, a:visited {
        text-decoration: none;
    }

strong, b, .bold {
    font-weight: bold;
    text-align: center;
    background-color: #f1f1f1;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
}

.clearfix {
}

    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }
div.container{
}
header #zttp{
    text-align: center;
}
header #zttp img{
    width: 1000px;
    margin:1px auto;
}
/* div.maincontent */
div.maincontent {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    clear: both;
}
/* div.maincontent */
/* lists */
div.lists{
    margin: 15px 20px 15px 20px;
    clear: both;
}
/*taotiao */
.taotiao_list{ 
	margin-top:15px;
}
.taotiao_list .title{
	text-align: center;
	padding:8px;
	font-size:22px;
	letter-spacing: 0px;
	color: #111;
	opacity: 0.9;
}
.taotiao_list .summary2{
	color: #999;
	text-indent: 0em;
	line-height: 26px;
	font-size: 15px;
	margin: 10px;
	opacity: 0.8;
	text-indent: 2em;
	letter-spacing: 0.2px;
	font-family: 宋体;
}
/*taotiao */
.yxdcs2{
	width: 1000px;
	margin:10px auto;
    margin-top:20px;
}
.yxdcs2 a{
    display: block;
    background-image: url('./zxzx_bg.jpg?31');
    height: 53px;
}
.yxdcs2 img:first-child{
    float: left;
}

.yxdcs2 img:last-child{
    float: right;
    margin-right: 20px;
    margin-top:20px;
}
div.lists .separator {
    text-align: center;
    height: 25px;
    background: url(./separator.jpg) 0px 5px repeat-x;
    width: 968px;
    clear: both;
    margin-left: -5px;
}
div.lists div.title {
    margin-bottom: 10px;
}

div.lists div.title a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #444;
}

div.lists div.title a:hover {
    color: #0099ff;
}
/* div.lists div.imglist */
div.lists div.imglist {

}

div.lists > div.imglist .a {
    float: left;
	overflow: hidden;
    width: 170px;
    padding: 0px;
    border: 0px solid #ccc;
}
div.lists > div.imglist .a a{
    width: 150px;
	overflow: hidden;
    display: inline-block;
    
}
div.lists > div.imglist .a img {
    width: 150px; 
    object-fit:cover;
	transform: scale(1); 
	transition: 0.5s;
}
div.lists > div.imglist .a img:hover{
    transform: scale(1.2);
    transition: 0.5s;
}

div.lists > div.imglist .b {
    float: right;
    width: 790px;
    /*height: 115px;*/
    overflow: hidden;
}
/* div.lists div.imglist */
/* div.lists div.txtlist */
div.lists div.txtlist {
}

/* div.lists div.txtlist */
.lists div.summary {
    color: #999;
    text-indent: 0em;
    line-height: 23px;
   /* height: 46px; */
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px;
    opacity: 0.5;
    margin-bottom: 6px;
    text-indent: 2em;
}
.lists div.summary:empty{
    display: none;
}
.lists .pubtime1 {
    display:none;
}
.lists .pubtime2 {
    clear: both;
    text-align: right;
    font-size: 12px;
    color: #bebebe;
}
div.lists div.spx{
    display:none;
}
/* lists */
/* 分页 */
.pages{ text-align: center; font-family: arial;margin-top:25px; }
.pages a{ text-decoration: none; }
.pages li{ display: inline-block; border: 1px #ddd solid; padding: 3px 6px; margin: 2px; }
.pages li:hover{ background-color: #ccc; color: #1E90FF; }
.pages .page-active{ background-color: #ccc; }
/* 分页 */

/* 幻灯片 */
#xslider{
	display: block;
	width: 980px;
	margin:10px;
	position: relative;
    /*background-color: #f9ead5;*/
}
#xslider a#prev2{
	width: 26px;
	height: 36px;
	display: block;
	position: absolute;
	z-index: 999;
	cursor: pointer;
	background: url(http://www.ybrbnews.cn/templateRes/202408/18/396/resource/arrows-left.png) no-repeat;
	left: 8px;
	top:85px;
}
#xslider a#next2{
	width: 26px;
	height: 36px;
	display: block;
	position: absolute;
	z-index: 999;
	cursor: pointer;
	right: 8px;
	top:85px;
	background: url(http://www.ybrbnews.cn/templateRes/202408/18/396/resource/arrows-right.png) no-repeat;
}
#xslider>div{
	width: 981px;
	overflow: hidden;
}
#xslider ul.jox01{
	width: 3270px;
}
#xslider ul.jox01 li{
	float:left;
	width: 331px;
	height: 201px;
	overflow: hidden;
	margin:0;
	padding:0;
	text-align: left;
}
#xslider ul.jox01 li img{
	width: 318px;
	height: 201px;
    object-fit: cover;
}
/* 幻灯片 */
/* 视频报道 */

#spbd{
	display: block;
}
#spbd .sp01{
	text-align: center;
	margin-bottom: 20px;
}
#spbd .sp01 img{
	height: 100px;
}
#spbd .sp02{
	width: 1100px;
}
#spbd .sp02 li{
	float: left;
	width: 320px;
	height: 254px;
	margin-bottom: 20px;
	margin-left:10px;
	text-align: center;
	position: relative;
}
#spbd .sp02 li img{
	width: 320px;
	height: 202px;
}
#spbd .sp02 li a:after{
	content:'';
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	background-image: url('http://www.ybrbnews.cn/templateRes/202408/18/396/resource/meet_ico2.png');
	background-size: 90%;
	background-repeat: no-repeat;
	top:166px;
	left:6px;
}
#spbd .sp02 li .txt3{
	margin-top:10px;
	font-size:15px;
	text-align: center;
	color:#292929;
	line-height: 1.2;
}
#spbd .sp02 li .txt3:hover{
    color: #C00;
    text-decoration: underline;
}
.spmore{
    text-align: right;
    margin-bottom: 13px;
}
/* 视频报道 */
/* QRCode */
div.QRCode{
margin-top:35px;
	border-bottom: 0px solid #333;
	clear:both;
}
div.QRCode *{
	text-align:center;
}
div.QRCode>div.img >img{
    border:1px solid #aaa;
	opacity: 0.75;
}
div.QRCode .txt{
    font-size:20px;
	line-height:70px;
}
/* QRCode */
footer {
    margin-top: 20px;
    line-height: 36px;
    -webkit-text-size-adjust: 100%;
    font: 14px/24px Microsoft YaHei,arial,tahoma,\5b8b\4f53,sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 16px;
    text-align: center;
    color: #fff;
    background-color: #db000a;
}