﻿@charset "utf-8"

/*初始化*/
 *{margin:0 ;padding:0}
a{text-decoration: none;}
a:hover{text-decoration: none;}



/* first */
#body1{
	background-image: url(../images/bg.png);
	font-family: cursive;
	font-weight: bold;
    margin:0;
    height: 100%;
    overflow:hidden;
}
#body1 .containter{
    width: 90%;
    margin:0 auto;
}
#body1 .top{
	width: 100%;
	height: auto;
	min-height: 70px;
	margin-top: 20px;
	position: relative;
}
.topleft{
	width: 750px;
	height: 62px;
	background-image: url(../images/topbg.png);
	background-size:750px 62px;  
	float: left;
	text-align: center;
}
.topleft a{
	outline: none;
}
.topleft h1{
	line-height:6px;
	color: #f2dec2;
	font-size: 43px;
}
.topright{
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/topr.png);
    width: 185px;
    height: 37px;
    background-size: 100%;
    text-align: center;
    line-height: 37px;
}
.topright a{
	color: #000;
    font-size: 24px;
}
.main{
	min-height: 666px;
	background-image: url(../images/mainbg.png);
	 background-size:100% 666px;
	 margin-top: 20px;
}
.main .left{
    width: 10%;
    float: left;
    height: 666px;
}
.main .left p{
	font-size: 44px;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    padding-top: 246px;
}
.main .right{
	width: 90%;
	float: right;
	height: 666px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.main .right .datelist{
	height: 20%;
}
.main .right .datelist ul{
	padding: 0;
	margin:0;
	float: right;
	width: 85%;
	height: 100%;
	line-height: 154px;
}
.main .right .datelist ul li{
	list-style: none;
	width: 15%;
	display: inline-block;
	height: 100%;
	position: relative;
}
.main .right .datelist ul li img{
	width: 95px;
	max-height: 85px;
	position: relative;
}
.main .right .CaiName{
    position: absolute;
    left: 0;
    color: #000;
    top: 15px;
}
.main .right .datelist span.Date{
	width: 15%;
	float: left;
	height: 100%;
    font-size: 36px;
    line-height: 105px;
}

footer{
    position: absolute;
    bottom:0;
    height: 100px;
    background-image: url(../images/bgfooter.png);
    width: 100%;
    background-size:100% 100%;
}
footer .ftmain{
	height: 65px;
	width: 850px;
	background-image: url(../images/ftborder.png);
	background-size:100% 100%;
	display:block;
	margin:0 auto;
	opacity: .5;
	margin-top: 25px;
}

/*详情页*/
.main2{
	min-height: 535px;
	background: rgba(144, 144, 144, 0.4);
	border-radius: 5px;
	margin-top: 20px;
}
.main2 .left{
	width: 35%;
	float: left;
	height: 535px;
}
.main2 .left img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin:0 auto;
	padding-top: 35px;

}
.main2 .right{
	width: 65%;
	float: right;
	height: 535px;
	position: relative;
}
.main2 .right p{
	font-size: 25px;
	line-height: 2.1;
	padding-right: 75px;
	padding-left: 35px;
}
.main2 .right .bt{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 75px;
}
.main2 .right .bt .bttop{
    background-image: url(../images/shang.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 22%;
    right: 20px;
    outline: none;
}
.main2 .right .bt .btbuttom{
    background-image: url(../images/xia.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    position: absolute;
    bottom: 34%;
    right: 20px;
    outline: none;
}
