﻿/*--------------首页-------------*/
.indexContent{
    background: url(../images/bg.jpg) no-repeat top; 
    background-color: #E6C793;
    padding: 60px 0;
}
.indexContent .title{text-align: center;}
.section1 .box{overflow: hidden;position: relative;}
.section1 .box a{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.section1 .box a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section1 .box1{
    width: 770px;
    height: 265px;
    margin-bottom: 10px;
}
.section1 .box2{
    width: 380px;
    height: 265px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.section1 .box3{
    width: 380px;
    height: 540px;
}
.section1 .box span{
    line-height: 32px;
    padding: 0 24px;
    border-radius: 0 16px 16px 0;
    position: absolute;
    left: 0;
    bottom: 20px;
    background: rgba(221,155,49,0.85);
    font-size: 18px;
    color: #fff;
}


/* section2 */
.section2{padding: 30px 0;}

.indexContent .section3 .title{
    text-align: left;
    border-bottom: 1px solid #564E41;
    color: #403526;
    line-height: 40px;
    margin-bottom: 15px;
}
.section3 .title h3{font-size: 22px;}
.section3 .title span{font-size: 18px;text-transform: uppercase;}
.section3 .title a{color: #403526;}
.video{
    width: 500px;
}
.video img{
    height: 315px;
}
.section3 .content{height: 315px;}
.newsList{
    width: 620px;
}
.newsList li{
    border-bottom: 1px dashed #A49F8F;
    padding: 8px 0;
}
.newsList li:first-child{padding-top: 0;}
.newsList li:last-child{border: none;padding-bottom: 0;}
.newsList li .imgBox{
    width: 100px;
    height: 66px;
    border: 4px solid #fff;
}
.newsList .imgBox img{width: 100%;height: 100%;}
.newsList .infor{
    width: 500px;
    color: #666;
    line-height: 22px;
    position: relative;
}
.newsList .infor h3{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.newsList a:hover .infor h3{text-decoration: underline;}
.newsList .infor p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsList .infor .data{
    position: absolute;
    right: 0;
    bottom: 0;
}


/*------------单页-------*/
.pager{
    background: url(../images/tickets/bg.jpg) repeat-y top;
    padding: 40px 0;
}
.pagerLeft{
    border: 1px solid #C2C4C4;
    line-height: 42px;
    width: 280px;
    font-size: 16px;
    background: #fff;
}
.pagerLeft a{
    display: block;
    padding-left: 50px;
    color: #888;
}

.pagerRight{
    border: 1px solid #C2C4C4;
    line-height: 24px;
    width: 850px;
    font-size: 16px;
    background: #fff;
    padding: 30px 40px;
      
}
.pagerRight .title{
    color: #333;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.pagerRight .label{
    text-align: right;
    margin: 20px 0;
    color: #999;
}
.pagerRight .content img{max-width: 100%;margin-top: 10px;}

.position{
    margin-bottom: 20px;
    font-size: 16px;
}
.position a:hover{color: #0576B2;}

.pagerLeft .er_nav{
    display: none;
}
.pagerLeft .er_nav a{font-size: 14px;padding-left: 60px;}
.pagerLeft .er_nav a span{
    color: #999;
    font-size: 8px;
    margin-right: 6px;
}
.pagerLeft a.on,.pagerLeft .er_nav a.on{
    background: #DFE5E6;
    color: #111;
    font-weight: bold;
}
.pagerLeft a:hover{
    color: #111;font-weight: bold;
}