@charset "gb2312";


pre,body,li,dt,dd,p{
    margin: 0;
}
body{
    font-size: 15px;
}
a{
    text-decoration: none;
}
img{
    border: none;
}
li a:hover{
    text-decoration: underline;
}

/*debug*/
img{
    background: lightblue;
}
*{
    color: #444;
}

/*debug*/
img{
    background: lightblue;
}
/*debug end*/


._list1 .item{
    margin-top: 15px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #D2D2D2;
}
._list1 dt{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
._list1 dd{
    text-indent: 2em;
}
._list1 dd .text{
    color: #999;
}
._list1 dd .detail{
    color: #D20E0F;
}

._label1{
    background: url(img2017ssxclabel_bg.png) no-repeat;
    width: 173px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: white;
    font-size: 23px;
    font-family: ºÚÌå, serif;
}


#header{
    background: url(../img/2017ssxc/head_bg.jpg) no-repeat center top;
    height: 629px;
}

#main{
    width: 1000px;
    margin: 20px auto auto auto;
}
.r{
    overflow: hidden;
}
.r1 .left{
    float: left;
    width: 586px;
    height: 440px;
}
.r1 .slider{
    width: 586px;
    height: 438px;
    position: relative;
    overflow: hidden;
}
.r1 .slider .wrapper{
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
}
.r1 .slider .wrapper .item{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.r1 .slider .wrapper .item img{
    width: 100%;
    height: 100%;
}
.r1 .slider .wrapper .item .desc{
    position: absolute;
    bottom: 0;
    margin-left: -100%;
    padding-left: 15px;
    color: white;
    line-height: 35px;
    font-size: 16px;
    z-index: 2;
}
.r1 .slider .pagins{
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    bottom: 12px;
    right: 12px;
    z-index: 3;
}
.r1 .slider .pagins .pagin{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: white;
    margin: 0 4px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.r1 .slider .pagins .pagin.selected{
    opacity: 1;
	filter: alpha(opacity=100);
}
.r1 .slider .bottom_bg{
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    z-index: 1;
}

.r1 .right{
    float: right;
    width: 375px;
    line-height: 27px;
}
.r1 .right{
    margin-top: -15px;
}

.r2{
    margin-top: 20px;
	margin-bottom: 10px;
}
.r2 .left{
    float: left;
    width: 592px;
}
.r2 .left .item{
	height: 89px;
}
.r2 .left .item dd{
	line-height: 27px;
}
.r2 .right{
    float: right;
    width: 403px;
    margin-left: -10px;
}
.r2 .right .block1{
    background-color: #eee;
}
.r2 .right .block1 .title{
    font-size: 22px;
    font-family: ºÚÌå, serif;
    line-height: 60px;
    margin: 0 10px;
    color: #1897B8;
}
.r2 .right .block1 .content{
    padding: 0 30px 20px 30px;
}
.r2 .right .block2{
    margin-top: 18px;
}
.r2 .right .block2 .box{
    margin-top: 15px;
}
.r2 .right .block2 .box .item{
	display: block;
    border: 1px solid #e1e1e1;
	height: 271px;
	overflow: hidden;
	margin-bottom: 15px;
}
.r2 .right .block2 .box .item img{
	width: 100%;
}

#footer{
    padding: 20px 0;
    height: 128px;
    background-color: #959595;
    line-height: 25px;
    text-align: center;
}
#footer *{
    color: #eee;
}








