.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 20px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:10px;
    height:10px;
    border: 3px solid #DED7CB;
    border-radius: 50%;
    cursor:pointer;
    display: inline-block;
}
.slideBox .hd ul li.on{
    border-color: #A70000;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 100%;
    max-width: 100%;
}


.main_body{width:1200px;min-height:500px;margin:10px auto 40px;position: relative;}
.main_visual{height:480px;overflow:hidden;position:relative; z-index:0; width:100%; margin:0 auto;}
.main_image{height:480px;overflow:hidden;position:relative;}
.main_image ul{width:100%;height:480px;overflow:hidden;position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;height:480px; min-width:1200px; position: relative;}
.main_image li a{display:block;width:100%;height:480px; min-width:1200px;}
.main_image li img{width:100%;height:480px; min-width:1200px;}

div.effect-apollo {
    position: relative;
    margin: 0;
}
div.effect-apollo p::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
div.effect-apollo:hover p::before {
    -webkit-transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(3.5,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.title{
    display: block;
    height:75px;
    line-height: 75px;
    font-size: 18px;
    position: relative;
    padding-top: 10px;
}
a.title h3{
    margin-left:50px;
    font-weight: normal;font-size: 18px;
}
a.title img{
    display: inline-block;
    width: 36px;height: 34px;
    position: absolute;top:30px;left:0;
}


.side_right{width:350px;}
.middle{width:480px;display:block;margin-right:25px;}
.side_left{width:320px;}
.up,.second,.down{height:500px;}

.double_line {
    height: 2px;
    border-bottom: 1px solid #9a9a9a;
    border-top: 1px solid #aaa;
}


.newsInfo{
    margin-top:5px;
}
.newsInfo .intro-img{
    display: block;
    margin: 20px 0;
}
.newsInfo .intro-img:hover{
    opacity: .8;
}
.newsInfo .intro-img img{
    display: inline-block;
    width: 100%;
}
.newsInfo .intro{
    height: 330px;
    line-height: 30px;
    overflow: hidden;
    padding-top: 10px;
    text-indent: 2em;
    text-align: justify;
}
.newsInfo_list{
    height: 65px;
    border-bottom: 1px solid #e2e2e2;
}
.newsInfo_list .newsTitle{
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden;
    padding-top: 5px;
}
.newsInfo_list .newsTitle a{
    font-size:16px;font-weight: normal;
}
.newsInfo_list .time{
    height: 20px;line-height: 20px;
}
.newsInfo_list .time img{
    display: inline-block;margin-top: 4px;
}
.newsInfo_list .time span{
    display: inline-block;
    margin-left:12px;
    font-family: Georgia;
    color:#a3a3a3;
}


.up .more{
    display: block;
    width:75px;padding:15px 0;
    margin-top:15px;
    border-bottom:3px solid #9a9a9a;
    font-family: Georgia;
}
.up .more:hover{
    border-color: #b00000;
}


.albumBox{
    width:100%;
    position:relative;
    margin-top: 18px;
}
.albumBox .hd{
    position:absolute;
    height: 40px;
    left: 0;
    right: 0;
    top: 297px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: center;
    padding-right: 5px;
    margin-top: 10px;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    cursor:pointer;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background: #b00000;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 480px;
    height: 337px;
}
.albumBox .bd h3{
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #E2E2E2;
}
.albumBox .bd a{
    font-size: 16px;
    font-weight: normal;
}


.vote-psq{
    position: absolute;
    top: 40px;
    right: -220px;
    width: 160px;
    height: 130px;
    background: #A70000;
    border-radius: 5px;
}
.vote-psq a{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #61605E;
    font-size: 18px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    margin-left: 20px;
}
.vote-psq a span{
    position: relative;
    padding-left: 30px;
}
.vote-psq a span:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../image/psq.png) no-repeat;
}
.vote-psq .vote{
    margin-top: 20px;
}
.vote-psq .vote span:before{
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(../image/vote.png) no-repeat;
}
.vote-psq .psq{
    margin-top: 10px;
    margin-bottom: 10px;
}
.vote-psq .msg span:before{
    top: 3px;
    width: 19px;
    height: 18px;
    background: url(../image/ly.png) no-repeat;
}
.vote-psq a:hover{
    opacity: .8;
}
#close{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../image/close.png) no-repeat;
}

@media screen and (max-width: 1440px){
    .main_body{
        position: static;
    }
    .vote-psq{
        top: 490px;
        right: 10px;
    }
}
