﻿@import url(common.css);

#main{
    height: 648px;
    background: url(../images/index/mainbg.jpg) repeat-x 0 50%;
}

#main .left{
    width: 670px;
}

#main .right{
    width: 265px;
    padding-left: 15px;
}

#pic ol{
    background: url(../images/index/line.gif) repeat-x 0 100%;
}

#video h1{
    color: #362f2d;
    font-size: 18px;
    font-family: "黑体";
    font-weight: bold;
    padding: 10px 0;
}

.videoP{
    width: 474px;
    height: 316px;
    float: left;

}

.videoP img{
    float: left;
}

#video .videoP div{
    width: 470px;
    height: 312px;
    padding: 2px;
    border: 1px solid #d7d6d3;
}

.videoP p{
    color: #050400;
    line-height: 30px;
    text-align: center;
}

.videoli{
    width: 177px;
    height: 316px;
    float: right;
	background:url(../images/index/videoLi.png) no-repeat 50% 0;
}

#prevBtn,#nextBtn{
    display: block;
	height: 21px;
	width: 48px;
	margin: 8px auto;
	cursor: pointer;
}

#prevBtn{
    background: url(../images/index/prevBtn.gif) no-repeat 50% 50%;
}

#prevBtn.disable{
    background: url(../images/index/prevBtnDisable.gif) no-repeat 50% 50%;
}

#nextBtn{
    background: url(../images/index/nextBtn.gif) no-repeat 50% 50%;
}

#nextBtn.disable{
    background: url(../images/index/nextBtnDisable.gif) no-repeat 50% 50%;
}

.videoli div{
    position: relative;
	width: 177px;
	height: 224px;
	margin: 10px 0 6px;
	overflow: hidden;
}
.videoli ul{
    position: absolute;
	top: 0;
	width: 177px;
}
.videoli li{
	clear:both;
	overflow:hidden;
}
.videoli li a{
    display: block;
    padding: 4px 14px 5px;
    overflow: hidden;
    cursor: pointer;
}

.videoli li a.select,.videoli li a:hover{
    padding: 4px 14px 5px 12px;
    color: #db5800;
}

.videoli a img{
    float: left;
    padding: 1px;
    margin-right: 8px;
    border: 1px solid #d7d6d3;
}

.videoli li a.select img,.videoli li a:hover img{
    padding: 2px;
    border: 1px solid #ec961f;
}

.videoli li span{
	display:inline-block;
	width:77px;
	line-height:20px;
}

#name{
    width: 264px;
    height:35px;
    padding: 5px 0 6px 0;
    background: url(../images/index/line.gif) no-repeat 0 100%;
	margin-bottom:6px;
}

#name a{
    font-size: 18px;
    font-family: "黑体";
    font-weight: bold;
    color: #fff;
    padding:8px 25px;
    text-decoration: none;
    background: url(../images/common/name.gif) no-repeat 50% 50%;
}

#main .right h1{
    font-size: 18px;
    font-family: "黑体";
    color: #ec9621;
    padding:10px 0 5px;
	_padding:8px 0 0;
	*padding:8px 0 0;
}

#fast{
    color: #737373;
    position: relative;
	height:25px;
	overflow:hidden;
}

#fast .selsearch{
    position:static;
    cursor: pointer;
    width:52px;
    height: 23px;
    border: 0;
    color: #325679;
    _margin-top: -2px;
    background: url(../images/index/selsearchbg.gif) no-repeat 0 50%;
}

#fast select{
    padding:4px 0 3px 3px;
    float:left;
    margin: 0 3px 7px 0;
}

#year{
    width: 65px;
}

.city{
    width: 120px;
    display: none;
}

#notice table{
    width: 265px;
    height: 374px;
    margin: 0 auto;
    border-collapse: separate;
	border-spacing: 1px;
}

#notice td{
    padding-left: 5px;
    line-height: 23px;
    color: #362F2D;
    border: 1px solid #cad1df;
}

.one{
    background-color: #f2f4f7;
}

.two{
    background-color: #e8ebf1;
}

#notice tr:hover{
    background-color: #f7f0e1;
}

#notice tr:hover a,#notice tr:hover td{
    color: #db5800;
}

#notice table tr:hover td{
    border: 1px solid #eddcbb;
}


#notice td a{
    color: #5c7198;
}

.distance{
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
}

#photo{
    border: 0;
}

#larger{
    width: 870px;
    margin: 0 auto;
    position: relative;
}

#prevPhoto,#nextPhoto{
    position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	top:182px;
}

#prevPhoto{
    left: 0;
    background: url("../images/index/arrowl.png") no-repeat scroll 0 0 transparent;
}

#nextPhoto{
    right: 0;
    background: url("../images/index/arrowr.png") no-repeat scroll 0 0 transparent;
}

#photo p{
    font-size: 14px;
    font-weight: bold;
    color: #050507;
    line-height: 20px;
    padding: 5px 0;
    text-align: center;
}

#smaller{
    width: 949px;
    height: 107px;
    padding: 19px 0;
    margin: 0 auto;
    position: relative;
	background-color: #f7f6f5;
}

#smaller div{
    width: 836px;
    height: 107px;
    margin: 0 auto;
    overflow: hidden;
	position: relative;

}

#slide{
    position: absolute;
	left:0;
}

#slide li .selected img{
    background-color: #ec961f;
}

#smaller li{
    float: left;
    padding: 0 31px;
    cursor: pointer;
    margin-bottom: 5px;
}

#smaller img{
    padding: 2px;
    border: 1px solid #D7D6D3;
    background-color: #fff;
	float: left;
}

#photoLeft,#photoRight{
    position: absolute;
    top:48px;
    width: 21px;
    height: 48px;
    cursor: pointer;
}

#photoLeft{
    left: 20px;
    background: url(../images/index/left.gif) no-repeat 50% 50%;
}

#photoRight{
    right: 20px;
    background: url(../images/index/right.gif) no-repeat 50% 50%;
}

#photoLeft.disable{
    background: url(../images/index/leftDisable.gif) no-repeat 50% 50%;
}

#photoRight.disable{
    background: url(../images/index/rightDisable.gif) no-repeat 50% 50%;
}

#review{
}

#review div{
    width: 948px;
    position: relative;
	clear:both;
}

#review div div{
    height: 130px;
    width: 870px;
    margin: 0 auto 20px;
    overflow: hidden;
}

#review ul{
    height: 130px;
    position: absolute;
}

#review li{
    width: 173px;
    height: 130px;
    float: left;
}

#review li img{
    padding: 2px;
    border: 1px solid #d9d9d9;
}

#review li a{
	color: #105592;
	display: block;
	height: 130px;
	width: 141px;
	padding: 0 16px;
	overflow: hidden;
}

#review li a span{
    display: block;
	line-height: 18px;
}

#prev,#next{
    position: absolute;
	width:27px;
	height: 38px;
	top:40px;
	cursor: pointer;
}

#prev{
    left: 10px;
}

#next{
    right: 10px;
}

#review a.disable{
    display: none;
}

.relation label{
    font-size: 18px;
    font-family: "黑体";
    font-weight: bold;
    line-height: 37px;
    background-color: #f9f9f9;
	color: #0e2234;
	padding-left: 10px;
	display: block;
	border-bottom: 1px solid #dcdcdc;
}

.relation div{
    padding: 10px;
}

.relation div div{
    padding: 0;
    color: #030200;
    line-height: 20px;
}

.relation span{
    padding-right:18px;
}

.relation div div a{
    color: #325679;
}

.relation div div a:hover{
    color: #ec961f;
}

.relation .many{
    float: left;
    padding:0 0 10px;
}

.media div{
    padding-right:60px;
}

#player {
    height: 281px;
    margin: 0 auto;
    overflow: hidden;
    width: 470px;
    background-color: black;
}


/*添加*/
#content {
    margin: 0 auto;
    width: 950px;
}
#sponsor {
    margin-bottom: 30px;
}
#sponsor ul {
    height: 34px;
    padding: 20px 10px;
}
#sponsor li {
    float: left;
    margin-right: 20px;
}
.frame {
    border: 1px solid #D9D9D9;
}
.frame label {
    background-color: #F9F9F9;
    border-bottom: 1px solid #D9D9D9;
    color: #0E2234;
    display: block;
    font-family: "黑体";
    font-size: 18px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    padding-left: 10px;
}
#share{ padding:5px 0 0;}
#registration{background: url(../images/index/line.gif) no-repeat scroll 0 100% transparent; margin-bottom:10px; padding-bottom:8px;_padding-bottom:4px;*padding-bottom:4px;}
#registration ul{ _margin-left:75px;}
#registration img{float:left; padding:4px 10px 0 0;}
#registration li{background: url(../images/index/square_blue.jpg) no-repeat scroll 0 50%; line-height:22px; padding-left:10px;}
/*Edit by Cathy*/
	#awards .title{margin-bottom:0;}
	#awards{border-bottom:0;}
	#awards ul{clear:both;}
	#awards li{border-bottom:1px solid #dadada;font-size:12px;height:32px;line-height:32px;color:#000;}
	#awards a{color:#105592;font-weight:bold;text-decoration:none;padding:0 16px 0 12px;width:120px;display:inline-block;}
	#awards a[href]:hover{text-decoration:underline;}
	
/*End 2012.5.4*/