body {
	z-index: -1;
    height: 100%;
    min-width: 100%;
    font-size: 62.5%;
	background: url(../images/body_bg.jpg) no-repeat top center ;
	background-size: cover;
}
/******  主体  *****/
.homepage {
	position:relative;
	min-width: 100%;
	min-height: 959px;
	margin: 0 auto;
}

/*********   首页start  *************/
.homepage_main {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

/*******  轮播图start  *******/
.main_wrapper {
	margin: 0 auto;
	margin-top: 20px;
	width: 1200px;
	height: 410px;
	border-radius: 8px;
	border: 1px solid #d4d4d4;
}
/*******  start   *******/
.whg_tab {
	width: 1202px;
	height:410px;
	position:relative;
	margin: 20px auto;
	color: #5F4731;
}

.whg_tab_a {
	width: 590px;
	min-height: 410px;
	float: left;
	border: 2px solid #E2E2E2;

}


.whg_tab_b {
	width: 590px;
	min-height: 350px;
	float: right;
	border: 2px solid #E2E2E2;

}

.whg_tab_a_title {
	height: 44px;
	font-size: 15px;
	line-height: 44px;
	background: url(../images/title_bg.png) repeat-x;
	background-color: #FFCD3D;
}

.whg_tab_a_con {
	height: 354px;
	width: 554px;
	padding: 12px 18px;
	background-color: #FFF;
	line-height: 35px;
}

.whg_tab_a_con p{
	float: left;
    display: block;
    font-size: 16px;
    color: #5F4731;
    
}

.banner_title p{
   text-align:center;
   display:block;
   font-size:16px;
   color:#5F4731;	
}

.whg_tab_a_con a {
    display: block;
    font-size: 16px;
    color: #5F4731;
    text-decoration: none;
    width: 450px;
    overflow: hidden;
    margin-left:120px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whg_tab_a_con a:hover, .whg_tab_b_con a:hover {
	color: #ECAF00;
}

.whg_tab_a_con span {
	float: right;
}

.whg_tab_b_title {
	height: 44px;
	font-size: 15px;
	line-height: 44px;
	background: url(../images/title_bg.png) repeat-x;
	background-color: #FFCD3D;
}

.whg_tab_b_con {
	height: 368px;
	width: 565px;
	padding: 5px 12px;
	background-color: #FFF;
}

.whg_tab_a_more {
	height:44px;
	line-height: 44px;
	font-size: 16px;
	color: #B59143;
	padding-right: 24px;
	float: right;
	text-decoration: none;
}
.whg_tab_a_more:hover{
	color:#5F4731;
}
.whg_tab_b_title p,.whg_tab_a_title p{
	line-height: 42px;
    font-size: 18px;
    color: #5f4731;
    padding-left: 50px;
    float: left;
}
.tab_wrapper {
	margin: 0 auto;
	margin-top: 10px;
	width: 480px;
	height: 280px;
	border: 1px solid #d4d4d4;
	border: none;
}

/*******  猜你喜欢start  ******/
.main_public {
    border: solid 1px #e5e5e5;
    border-right: none;
    background: #fff;
	margin: 0 auto;
    margin-top: 30px;
    position: relative;
    width: 1201px;
}
.main_public_list {
	float: left;
    width: 345px;
    height: 350px;
    padding: 15px 27px;
    position: relative;
    border-right: solid 1px #e5e5e5;
    cursor:pointer;
}
.main_public_list:hover {
	box-shadow: 0 0 28px rgba(0, 0, 0, .2) inset;
}
.main_public_list .img_icon01 {
	width: 127px;
    height: 76px;
    position: absolute;
    background: url(../images/public_icon01.png) no-repeat;
    left: 0;
    top: 0;
}
.main_public_list .img_icon02 {
	width: 127px;
    height: 76px;
    position: absolute;
    background: url(../images/public_icon02.png) no-repeat;
    left: 0;
    top: 0;
}
.main_public_list .img_icon03 {
	width: 127px;
    height: 76px;
    position: absolute;
    background: url(../images/public_icon03.png) no-repeat;
    left: 0;
    top: 0;
}
.main_public_list .details .details_title01 {
	display: block;
	margin-top: 12px;
	font-size: 14px;
    line-height: 20px;
    color: #69533D;
    height: 40px;
    text-align: center;
    overflow: hidden;
}
.main_public_list .details .details_title02 {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
    line-height: 20px;
    color: #69533D;
    height: 40px;
    text-align: center;
    overflow: hidden;
}
.main_public_list .details .details_title03 {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
    line-height: 20px;
    color: #69533D;
    height: 40px;
    text-align: center;
    overflow: hidden;
}
.main_public_list .details p {
	width: 345px;
	font-size: 14px;
	color: #a4a4a5;
	line-height: 22px;
	max-height: 88px;/*这里是是行高的几倍就表示显示几行文本*/
	overflow: hidden;
	position: relative;
}
.main_public_list .details p::after {
	/*content: "…";*/
	position: absolute;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}
.main_public_list a {
	/*display: block;*/
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main_public_list a:hover {
	cursor: pointer;
}
/*******  猜你喜欢end  ******/

/*******   活动预告,最新资讯start   *******/
.main_activity {
	width: 1201px;
	margin: 0 auto;
	margin-top: 14px;
}
.activity_title {
	width: 1201px;
	height: 42px;
	background: url(../images/title_bg.png) repeat-x;
}
.activity_title p {
	line-height: 42px;
	font-size: 18px;
	color: #5f4731;
	padding-left: 50px;
	float: left;
}
.activity_title a,.programme_title a {
	display: block;
	line-height: 42px;
	font-size: 16px;
	color: #B59143;
	padding-right: 24px;
	float: right;
	text-decoration: none;
}
.activity_title a:hover {
	color: #5f4731;
}
.activity_content {
	border: solid 1px #e5e5e5;
	border-right: none;
    background: #fff;
    width: 1201px;
}
.activity_list {
	float: left;
    width: 375px;
    height: 340px;
    padding: 15px 12px;
    border-right: solid 1px #e5e5e5;
    position: relative;
    cursor:pointer;
}
.activity_list:hover {
	box-shadow: 0 0 28px rgba(0, 0, 0, .2) inset;
}
.activity_list .details .details_title01 {
	display: block;
	margin-top: 20px;
	font-size: 18px;
    line-height: 20px;
    color: #5F4731;
    height: 40px;
    text-align: center;
    overflow: hidden;
}
.activity_list .details .details_time {
	display: block;
	margin-top: 20px;
	font-size: 18px;
    line-height: 20px;
    color: #5F4731;
    height: 20px;
    text-align: center;
    overflow: hidden;
}
.activity_list a {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.activity_list .details .details_title {
	display: block;
	margin-top: 30px;
	font-size: 18px;
    line-height: 30px;
    color: #5F4731;
    height: 60px;
    text-align: center;
    overflow: hidden;
}
/*******   活动预告,最新资讯end   *******/

/********   精品节目start   *********/
.main_programme {
	width: 1201px;
	margin: 0 auto;
	margin-top: 14px;
	margin-bottom: 30px;
}
.programme_title {
	width: 1201px;
	height: 42px;
	background: url(../images/title_bg.png) repeat-x;
}
.programme_title p {
	line-height: 42px;
	font-size: 18px;
	color: #5f4731;
	padding-left: 50px;
	float: left;
}
.programme_content {
	height: 216px;
	background: #fff;
}
.programme_pic {
	float: left;
	cursor:pointer;
	width: 278px;
	height: 188px;
	padding: 14px 0px 14px 20px;
	position: relative;
}
.programme_pic .pic_icon01 {
	width: 235px;
    height: 97px;
    position: absolute;
    background: url(../images/programme_icon01.png) no-repeat;
    left: 20px;
    top: 14px;
}
.programme_pic .pic_icon02 {
	width: 235px;
    height: 97px;
    position: absolute;
    background: url(../images/programme_icon02.png) no-repeat;
    left: 20px;
    top: 14px;
}
.programme_pic .pic_icon03 {
	width: 235px;
    height: 97px;
    position: absolute;
    background: url(../images/programme_icon03.png) no-repeat;
    left: 20px;
    top: 14px;
}
.programme_pic .pic_icon04 {
	width: 235px;
    height: 97px;
    position: absolute;
    background: url(../images/programme_icon04.png) no-repeat;
    left: 20px;
    top: 14px;
}
.programme_pic .pic_icon05 {
	width: 235px;
    height: 97px;
    position: absolute;
    background: url(../images/programme_icon05.png) no-repeat;
    left: 20px;
    top: 14px;
}
.programme_list {
	float: left;
	width: 900px;
	height: 186px;
	padding: 15px 0px;
}
.programme_list ul {
	display: block;
	height: 186px;
	overflow: hidden;
}
.programme_list ul li {
	display: block;
	line-height: 31px;
	width: 100%;
	height: 31px;
}
.programme_list ul li a {
	display: block;
	float: left;
	padding-left: 20px;
	font-size: 16px;
	color: #5F4731;
	text-decoration: none;
	width: 750px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
.programme_list ul li a:hover {
	color: #a05713;
}
.programme_list ul li p {
	float: right;
	display: block;
	font-size: 16px;
	color: #5F4731;
	padding-right: 20px;
}
/********   精品节目end   *********/