﻿.home_flash{width:300px;overflow:hidden;padding:4px;}
#flash{margin:0;padding:0;list-style:none;height:280px;}
#flash li{overflow:hidden;height:300px;background:#fff;}
#flash li .title{font-size:14px;font-weight:bold;text-align:center;margin:22px 0 10px 0;}
#flash li .intro{color:#999;line-height:22px;padding:0 10px;word-break:break-all;}
#flash li .pic{width:300px;margin:0 auto;height:300px;position:relative;overflow:hidden;}
#flash li .pic img{width:300px;height:210px;display:block;}



#topnew{width:328px;margin:0 10px;padding:10px;*padding:18px 10px}
#topnew .title{font-size:14px;font-weight:bold;text-align:center;margin:13px 0;*margin:14px 0;}
#topnew .intro{color:#999;line-height:20px;padding:0 10px;word-break:break-all;}

#tophot{width:298px;}

#topphoto{width:958px;}
#topphoto .ileft{float:left;width:40px;overflow:hidden;text-align:right;}
#topphoto .ilist{float:left;width:850px;overflow:hidden;padding:0 14px;}
#topphoto .iright{float:left;width:40px;overflow:hidden;text-align:left;}
#topphoto .ileft img,#topphoto .iright img{margin-top:50px;cursor:pointer;}
#topphoto .ilist ul{list-style:none;margin:10px 0 24px 0;padding:0;height:136px;overflow:hidden;}
#topphoto .ilist ul li{float:left;width:150px;margin:0 10px;_margin:0 9px;text-align:center;}
#topphoto .ilist ul li img{width:140px;height:100px;display:block;border:1px solid #ddd;padding:2px;margin:0;}
#topphoto .ilist ul li span{background:#f3f3f3;width:146px;height:30px;line-height:30px;display:block;}

.comment{margin:15px;padding:0;list-style:none;}
.comment li{display:block;overflow:hidden;line-height:24px;font-size:14px;color:#666;margin:0 0 10px 0;clear:both;}
.comment li img{float:left;margin:0 10px 0 0;}
.comment li span{color:#1A5EB6;}

.vote{margin:15px;padding:0;list-style:none;}
.vote li{line-height:30px;height:30px;padding-left:14px;}
.vote .title{font-size:14px;font-weight:bold;}
.vote .bnt{padding-left:20px;}
.vote .bnt img{vertical-align:middle;}

.toptag{margin:10px;padding:0;overflow:hidden;}
.toptag a{background:#1985DA;padding:5px 10px;color:#fff;float:left;display:block;margin:0 5px 5px 0;}
.toptag a:hover{background:#f60;color:#fff;}

.bloc{width:314px;float:left;margin:10px 10px 0 0;overflow:hidden;min-height:335px;}
.block{width:328px;float:left;margin:10px 10px 0 0;overflow:hidden;min-height:344px;}
.toppic{margin:10px 10px 16px 10px;color:#999;line-height:22px;word-break:break-all;overflow:hidden;}
.toppic img{float:left;display:block;margin:0 10px 0 0;border:1px solid #ddd;padding:2px;}
.toppic a{font-size:14px;font-weight:bold;display:block;line-height:30px;}
.topnew{margin:10px;padding:0;list-style:none;clear:both;}
.topnew li{line-height:25px;height:25px;font-family:宋体;}
.topnew li span{float:right;color:#999;}
.topnew li a{font-family:verdana;}

.link{margin:10px;overflow:hidden;}
.link ul{margin:0;padding:0;list-style:none;clear:both;}
.link ul li{float:left;width:10%;line-height:25px;overflow:hidden;}
.link ul li img{margin:0 0 5px 0;}

/*广告*/
.gg{ border-collapse:collapse; width:980px; height:50px; text-align: center;}
.gg td{ border:solid 1px #B0D4EC}
.gg {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gg td{
	font-size: 30px;
	color: #00F;
}
.gg a:link {
	color: #00F;
	text-decoration: none;
}
.gg a:visited {
	color: #03F;
	text-decoration: none;
}
.gg a:hover {
	color: #F00;
	text-decoration: underline;
}
.gg a:active {
	text-decoration: none;
}

.gg1,td,th {
	font-size: 30px;
	color: #00F;
}
.gg1 a:link {
	color: #00F;
	text-decoration: none;
}
.gg1 a:visited {
	color: #03F;
	text-decoration: none;
}
.gg1 a:hover {
	color: #F00;
	text-decoration: underline;
}
.gg1 a:active {
	text-decoration: none;
}

.ad{width: 980px; margin: 0 auto;}


/* 如果允许修改CSS，添加这些样式 */
.home_flash {
    position: relative;
}

.slidy-menu {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slidy-menu li {
    width: 12px;
    height: 12px; /* 明确设置高度 */
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
    /* 移除原来的背景图片，避免干扰 */
}

.slidy-menu li.active {
    background-color: #ff0000;
}

#flash li {
    display: none;
}

#flash li:first-child {
    display: block;
}