.point {
    position: absolute;
    left: 556px;
    top: 57px;
}
.header {
    width: 100%;
    height: 260px;
    /*background-color:red;*/
}
.banner {
    width: 993px;
    height: auto;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
    margin-bottom: 30px;
    /* border:1px solid blue; */
}
.banner .main {
    width: 100%;
    height: 455px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    /*  border:1px solid #e6e6e6;
-webkit-box-shadow: #999 0px 0px 10px; 
-moz-box-shadow: #999 0px 0px 10px; 
box-shadow: #999 0px 0px 10px;
border-radius:3px;  */
}
.banner .main .left {
    width: 720px;
    height: 100%;
    /* display:inline-block; */
    /* border:1px solid #ccc; */
    float: left;
}
.banner .main .left .title {
    font: 18px/1.5 Arial,Helvetica,sans-serif;
    color: #333333;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    padding: 0px 5px;
}
.banner .main .left .details {
    margin: 10px auto;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    color: #333333;
    text-align: left;
    padding: 0px 5px;
    text-indent: 2em;
    line-height: 1.6;
}
.banner .main .left .details a {
    color: #bf6168;
}
.banner .main .right {
    height: 100%;
    width: 263px;
    margin-left: 5px;
    /* border:1px solid #ccc; */
    float: right;
}
.banner .main .right ul {
    margin-top: 40px;
    border-left: 1px solid #e6e6e6;
    height: 90%;
}
.banner .main .right ul li {
    margin-top: 20px;
}
.banner .main .right ul li p {
    margin-top: 5px;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    color: #333333;
}
.banner .news {
    width: 750px;
    height: auto;
    /* border:1px solid #e6e6e6;  */
    margin-top: 30px;
    /*   -webkit-box-shadow: #999 0px 0px 10px; 
-moz-box-shadow: #999 0px 0px 10px; 
box-shadow: #999 0px 0px 10px;
border-radius:3px; */
}
.news ul {
    margin-right: 5px;
}
.news ul li {
    height: auto;
    min-height: 150px;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}
.news ul li.clear {
    height: 0px;
    border-bottom: 0px;
    padding: 0;
}
.news ul li div {
    float: left;
    margin: 5px auto;
}
.news ul li img {
    width: 208px;
    height: 118px;
    margin-left: 5px;
}
.news .details {
    width: 510px;
    margin-left: 20px;
}
.news .details .title {
    font: 16px/1.5 Arial,Helvetica,sans-serif;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.news .details .more {
    width: 475px;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 21px;
    color: #333333;
    text-align: left;
    margin-bottom: 10px;
}
.news .details .date {
    width: 500px;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    color: #333333;
    text-align: right;
}
#YSlide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 260px;
    background: url(../../images/news/banner.png);
    background-position: center top;
    background-repeat: repeat-x;
    overflow: hidden;
}
.YSample {
    margin: 0 auto;
    overflow: hidden;
}
.YSample, .YSample img {
    width: 100%;
    height: 260px;
}
.YSample strong {
    display: none;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    left: 0px;
    font-weight: normal;
    width: 1280px;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    font-size: 12px;
    color: #fff;
    background: #000;
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
}
.footer {
    color: #333333;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    background: #e6e6e6;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 15px auto 0px;
    line-height: 20px;
    text-align: center;
    padding: 15px 0;
}
