<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * 安徽省建设厅-资讯
 * author: wangkai;
 */
 
/* main */

.big-main {
	padding: 10px 10px 0px 10px;
	width: 998px;
	min-height: 838px;
	margin: 0 auto;
	background: url(../images/big-main.png);
    background-size: 100% 100%;
}

/*!
 * 缩略图图片轮播样式  水平方向5个，大图在上，5小图在下
 * author:xiaolong 
 */
.info-slide{ float:left; width:437px; height:337px;}
.img-s-box {  
    position: relative;
    width: 437px;
    height: 337px;
    overflow: hidden;
    -moz-user-select:none; 
}
.img-s-box .img-views {
    position: relative;
    width: 437px;
    height: 276px;
    overflow: hidden;
    z-index: 0;
}
.img-s-box .big-img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.img-s-box .big-img-box a {
    position: relative;
    display: block;
    width: 100%;
    height: 276px;
}
.img-s-box .img-s-title {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 33px;
    text-align: left;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    background: url(../images/mask-bg.png);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.img-s-box .img-big-mask {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
    height: 33px;
    line-height: 33px;
}
.img-s-box .big-img {
    display: block;
}
/*缩略图*/
.img-s-box .img-bar {
    position: relative;
    margin-top: 4px;
    height: 57px;
    width: 437px;
    /*background-color: #fff;*/
}
.img-s-box .img-bar-wrapper {
    position: relative;
    height: 57px;
    width: 437px;
    overflow: hidden;
}
.img-s-box .img-bar-conbox {
    position: absolute;
    left: 0;
    top: 0;
}
.img-s-box .small-img-item {
    position: relative;
    float: left;
    display: block;
    height: 57px;
    width: 85px;
    padding-right: 4px;
    /*background-color: #fff;*/
}
.img-s-box .small-img {
    display: block;
    width: 100%;
    height: 100%;
     /*如果添加border,就不能用100%宽度了，必须设置宽度少2px*/
    /*border: 1px solid #fff;*/
}
.img-s-box .small-mask{
    position: absolute;
    top: 0;
    left: 0;
    /*可以设置具体宽高，就不用bottom和right属性了*/
    bottom: 0;
    right: 4px;
    z-index: 1;
    cursor: pointer;
    /*background: url(../images/small-mask.png) repeat-x;*/
    background-color: #fff;
    opacity: .7;
    filter:alpha(opacity=70);
    transition: opacity 500ms ease 0s;
}
.img-s-box .click-span .small-img {
    /*border: 1px solid #237435;*/
}
.img-s-box .cur-span .small-mask {
    opacity: 0;
    filter:alpha(opacity=00);
    transition: opacity 500ms ease 0s;
   /* background: none;*/
}

/* 建设要闻 */

.news {
	float: left;
	margin-left: 36px;
	height: 337px;
	width: 521px;
}

.news-hd {
	padding-left: 15px;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #e0e0e0;
	background: url(../images/title-icon.jpg) 0px 11px no-repeat;
}

.news-hd a {
	font-size: 20px;
	color: #3e72c0;
}

.news-bd {
	padding: 6px 10px 0px 0px;
}

/* 媒体聚焦 */

.notice {
	float: left;
	height: 190px;
	width: 474px;
}

.mt18 {
	margin-top: 18px;
}

.notice-hd {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #e0e0e0;
}

.notice-title {
	float: left;
	padding: 8px 13px 0px 13px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #3e72c0;
	font-size: 20px;
	color: #3e72c0;
}

/* 政务信息 */

.ml50 {
	margin-left: 50px;
}

/* 图片新闻 */

.notice.ht168 {
	height: 168px;
}

.pic-news {
	padding-top: 15px;
	height: 114px;
}

/* 案例展示 */

.focus-wrap {
	margin-left: -4px;
	width: 474px;
	height: 114px;
}

.focus {
    width: 474px;
	height: 114px;
    overflow: hidden;
    position: relative;
}

/* 滚动图片 */
.focus-bd {
    height: 114px;
}
.focus-bd-pics {
    height: 114px;
}
.focus-bd-pics-item {
	margin-left: 9px;
    width: 149px;
    height: 114px;
    float:left;
    display: inline;
}
.focus-bd-pics-item img{
    display:block;
    width: 149px;
    height: 114px;
}

.focus-bd-pics-item span {
	position: absolute;
	bottom: 0;
	display: block;
	width: 149px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	background: url(../images/pic-news-mask.png) repeat-x;
}</pre></body></html>