/* 活动列表页 */

#m_site.hd {
    border-bottom: 1px dashed #f75c07;
}
#m_site.hd h2 {
    font-size: 27px;
    color: #f75c07;
    font-weight: normal;
}

#list.hd{
    margin-top: 20px;
}

#list.hd ul li {
    height: 18px;
    padding: 10px 0px 10px 32px;
    background: url(../images/hd_pic/hd_1_icon.png) no-repeat 5px center;
}
#list.hd ul li.line {
    background: none;
    height: 0px;
    border-bottom: 1px dashed #999999;
    padding-top: 6px;
    margin-bottom: 15px;
}

#list_new{
    float: left;
    margin-bottom: 30px;
    margin-top: 20px;
    min-height: 500px;
    width: 880px;
}
#list_new ul{
    overflow: hidden;
    padding-bottom: 30px;
}
#list_new ul li{
    padding: 20px 0;
    border-bottom: 1px dashed #e2e2e2;
    overflow: hidden;
}
#list_new ul li img{
    display: block;
    width: 205px;
    height: 165px;
    border:1px solid #dadada;
    float: left;
}
#list_new ul li .info{
    float: right;
    width: 650px;
}
#list_new ul li .info h1{
    font-size: 18px;
    color: #5997de;
    line-height: 25px;
    padding-bottom: 13px;
}
#list_new ul li .info p{
    font-size: 14px;
    color:#999;
    line-height: 25px;
}
#list_new ul li .info span{
    color: #ff841c;
}
#list_new ul li .info p.msg {
    height: 50px;
    overflow: hidden;
}
#list_new ul li .info a{
    display: block;
    margin-top: 13px;
    width: 120px;
    height: 30px;
    text-align: center;
    color: #fff;
    background-color: #ff841c;
    line-height: 30px;
    border-radius: 30px;
}
#list_new .page{
    text-align: center;
}


.pr_bar.hd {
    float: right;
    width: 290px;
    margin-top: 20px;
}
#m_ar_bar_2.hd h2 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #ffb900;
    font-size: 18px;
    height: 36px;
    line-height: 34px;
    background-color: #fff;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #fcb700;
}
#m_ar_bar_2.hd h2>a {
    width: 38px;
    height: 19px;
    font-size: 12px;
    color: #fff;
    background-color: #ffb900;
    position: absolute;
    right: 0;
    top: 8px;
    line-height: 19px;
    text-align: center;
    border-radius: 10px;
}
#m_ar_bar_2.hd ul {
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #ffd974;
}
#m_ar_bar_2.hd ul li {
    height: 50px;
    line-height: 23px;
    padding: 0 5px 0 15px;
    margin: 15px 0;
    white-space: normal;
    overflow: hidden;
    background: url(../images/hd_pic/hd_3_icon.png) no-repeat 0px 6px;
    text-align: justify;
}
#m_ar_bar_2.hd ul li a {
    font-size: 14px;
    color: #666666;
}

#m_ar_bar_1.hd h2 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #4baac8;
    font-size: 18px;
    height: 36px;
    line-height: 34px;
    background-color: #fff;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #4baac8;
}
#m_ar_bar_1.hd h2>a {
    width: 38px;
    height: 19px;
    font-size: 12px;
    color: #fff;
    background-color: #4baac8;
    position: absolute;
    right: 0;
    top: 8px;
    line-height: 19px;
    text-align: center;
    border-radius: 10px;
}
#m_ar_bar_1.hd ul {
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #9ad1e2;
}
#m_ar_bar_1.hd ul li {
    height: 50px;
    line-height: 23px;
    padding: 0 5px 0 15px;
    margin: 15px 0;
    white-space: normal;
    overflow: hidden;
    background: url(../images/hd_pic/hd_2_icon.png) no-repeat 0px 6px;
    text-align: justify;
}
#m_ar_bar_1.hd ul li a {
    font-size: 14px;
    color: #666666;
}
#list .page.hd {
    padding-top: 15px;
}


/* 活动详情页 */

#hd_detail {
    width: 880px;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
}
#hd_detail>.main_info {
    background-color: #f3fcff;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 255px;
}
#hd_detail>.main_info h2 {
    border-bottom: 1px dashed #f75c07;
    color: #f75c07;
    font-size: 25px;
    font-weight: normal;
    line-height: 47px;
    text-align: center;
}
#hd_detail>.main_info .info_bar {
    padding: 20px 10px;
    overflow: hidden;
}
#hd_detail>.main_info .info_bar img {
    float: left;
    height: 280px;
    width: 348px;
    display: block;
    border: 1px solid #dadada;
}
#hd_detail>.main_info .info_bar .info {
    float: right;
    width: 470px;
    margin-left: 15px;
    margin-top: 5px;
    position: relative;
    font-size: 15px;
}
#hd_detail>.main_info .info_bar .info p {
    line-height: 32px;
}
#hd_detail>.main_info .info_bar .info span {
    font-size: 15px;
    color: #f75c07;
}
#hd_detail>.main_info .info_bar .info dl {
    overflow: hidden;
    line-height: 32px;
}
#hd_detail>.main_info .info_bar .info dl dt {
    float: left;
    width: 235px;
}
#hd_detail>.main_info .info_bar .info dl dd {
    float: left;
    width: 235px;
}

#hd_detail>.main_info .info_bar .info dl em {
    color: #f87a0b;
    font-size: 24px;
}
#hd_detail>.main_info .info_bar .info p em {
    color: #f87a0b;
    font-size: 24px;
}
#hd_detail>.main_info .info_bar .info .btn_bar {
    height: 32px;
    margin-top: 13px;
}
#hd_detail>.main_info .info_bar .info .btn_bar>a {
    display: block;
    width: 111px;
    height: 32px;
    border-radius: 5px;
    background-color: #f8d40a;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 15px;
}
#hd_detail>.main_info .info_bar .info .btn_bar>div {
    height: 30px;
    border: 1px solid #f75c07;
    border-radius: 5px;
    line-height: 32px;
    font-size: 12px;
    color: #f75c07;
    margin-left: 8px;
    padding-right: 10px;
}
#hd_detail>.main_info .info_bar .info .btn_bar>div em {
    text-indent: 10px;
}
#hd_detail>.main_info .info_bar .info .btn_bar>div i {
    font-size: 24px;
}

#hd_detail>.cp_msg {
    margin-top: 30px;
}
#hd_detail>.cp_msg ul {
    height: 34px;
    border-bottom: 1px solid #5396e1;
}
#hd_detail>.cp_msg ul li {
    height: 24px;
    float: left;
    color: #666666;
    font-size: 16px;
    height: 34px;
    line-height: 32px;
    font-weight: normal;
    padding: 0 21px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px
}
#hd_detail>.cp_msg ul li.on {
    background-color: #5396e1;
    color: #ffffff;
}
#hd_detail>.cp_msg .bd {
    overflow: hidden;
    width: 880px;
    padding-top: 20px;
}
#hd_detail>.cp_msg .bd .msg {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}
#hd_detail>.cp_msg .bd .msg > .pic_bar{
    overflow: hidden; 
}
#hd_detail>.cp_msg .bd .msg > .pic_bar img{
    width: 420px;
    height: 300px;
    float: left;
    margin: 10px;
}
#hd_detail>.cp_msg .bd p{
    color: #666666;
    font-size: 15pt;
    line-height: 175%;
    text-align: justify;
    font-family: "宋体";
    padding:10px;
}


/* 活动详情页报名表 */
.hide_box {
    color: #fff;
    color: #444;
    background: #fff;
    box-shadow: 1px 2px 2px #555;
    display: none;
}
.hide_box h4 {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background: #f7b64b;
    color: #fff;
    padding: 0 10px;
    border: 1px solid #e78f08;
    font-size: 14px;
    border-bottom: 1px solid #eaa12a;
}
.hide_box h4 a {
    width: 14px;
    line-height: 13px;
    _line-height: 15px;
    height: 13px;
    font-family: arial;
    overflow: hidden;
    display: block;
    background: #fff;
    color: #c77405;
    float: right;
    text-align: center;
    text-decoration: none;
    margin-top: 7px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    _font-size: 12px;
}
.hide_box p {
    padding: 30px 10px;
    font-size: 13px;
    border: 1px solid #ccc;
}

.form_area{
	padding: 20px;
}
#tablepf_cdzl{
	
}
#tablepf_cdzl td{
	height: 40px;
}
#tablepf_cdzl td.label{
	text-align: right;
    color: #333;
    font-size: 14px;
}
#tablepf_cdzl td em{
	line-height: 29px;
	padding-left: 8px;
	color: #b5b5b5;
	font-size: 14px;
}

#tablepf_cdzl td input{
	width: 300px;
	height: 25px;
	background: #fff;
	border: 1px solid #e2e3ea;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 25px;
	border-top: 1px solid #abadb3;
}
#tablepf_cdzl td textarea{
	width: 300px;
	height: 100px;
	background: #fff;
	border: 1px solid #e2e3ea;
	margin-left: 10px;
	padding-left: 8px;
	line-height: 25px;
	border-top: 1px solid #abadb3;
}
.code{
	margin-top: 20px;
}
.code > #AuthCode{
	height: 25px;
	background: #fff;
	border: 1px solid #e2e3ea;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 25px;
	border-top: 1px solid #abadb3;
}
.code > .submit{
	width: 100px;
	border: 0;
	background-color: #f7b64b;
	color: #fff;
	height: 30px;
	border-radius: 5px;
}

/* 首页日历样式 */
.wrap {
    width: 1200px;
    margin: 0 auto;
}

#activity {
    margin-top: 30px;
    height: 362px;
}
#activity .tt{
    height: 46px;
    border-bottom: 1px solid #ffb900;
}
#activity .tt h2{
    height: 45px;
    width: 220px;
    float: left;
    position: relative;
    background-color: #ffb900;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
}
#activity .tt h2 .shadow{
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/hd_pic/activity_shadow.jpg) no-repeat;
    right: -27px;
    bottom: 0;
}

#video_bar{
	margin-top: 20px;
}
#video_bar .tt{
    height: 46px;
    border-bottom: 1px solid #24cadd;
	position: relative;
}
#video_bar .tt h2{
    height: 45px;
    width: 220px;
    float: left;
    position: relative;
    background-color: #24cadd;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
}
#video_bar .tt h2 .shadow{
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/hd_pic/shadow_6.jpg) no-repeat;
    right: -27px;
    bottom: 0;
}
#video_bar .tt a{
	display: block;
	position: absolute;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	width: 38px;
	height: 19px;
	background-color: #24cadd;
	border-radius: 30px;
	right: 0;
	top: 18px;
	text-align: center;
}
#video_bar ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 16px;
}
#video_bar ul li{
	width: 285px;
	height: 200px;
}
#video_bar ul li .pic{
	position: relative;
	width: 285px;
	height: 150px;
}
#video_bar ul li .pic .vdpic{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#video_bar ul li .pic .play{
	position: absolute;
	z-index: 2;
	left: 110px;
	top: 46px;
}
#video_bar ul li h2{
	font-size: 16px;
	color: #2c3e50;
	padding: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-shadow:0px 2px 5px #edeff1;
	-webkit-box-shadow:0px 2px 5px #edeff1; 
	box-shadow:0px 2px 5px #edeff1;
}


#brief{
    margin-top: 20px;
}

#brief .tt{
    height: 46px;
    border-bottom: 1px solid #0067b8;
}
#brief .tt h2{
    height: 45px;
    width: 220px;
    float: left;
    position: relative;
    background-color: #0067b8;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 8px 8px 0 0;
}
#brief .tt h2 .shadow{
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../images/hd_pic/shadow_5.jpg) no-repeat;
    right: -27px;
    bottom: 0;
}
#brief ul{
    overflow: hidden;
    margin-left: -48px;
    padding: 20px 0px;
}
#brief ul li{
    float: left;
    width: 264px;
    height: 80px;
    margin-left: 48px;
    text-align: center;
}

#activity .tt .btn_group{
    float: right;
    margin-top: 7px;
}
#activity .tt .btn_group > a{
   display: block; 
   height: 32px;
   width: 164px;
   float: left;
   margin-left: 21px;
   text-align: center;
   line-height: 32px;
   color: #fff;
   font-size: 16px;
}
#activity .tt .btn_group > .bt_1{
    background: url(../images/hd_pic/bt_1_bg.jpg) no-repeat;
}
#activity .tt .btn_group > .bt_2{
    background: url(../images/hd_pic/bt_2_bg.jpg) no-repeat;
}
#activity .tt .btn_group > .bt_3{
    background: url(../images/hd_pic/bt_3_bg.jpg) no-repeat;
}
#activity > .bar{
    margin-top: 20px;   
    overflow: hidden;
}
#activity .bar > .date_bar{
    height: 289px;
    width: 650px;
}
#activity .bar > .date_bar .a_info_bar{
    width: 228px;
    height: 289px;
}
#activity .bar > .date_bar .a_info_bar > h1{
    height: 40px;
    background-color: #ffb900;
    text-align: left;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    width: 228px;
    position: relative;
    text-indent: 10px;
}
#activity .bar > .date_bar .a_info_bar > h1 > a{
    display: block;
    position: absolute;
    right: 9px;
    color: #ffb900;
    background-color: #fff;
    top: 8px;
    height: 25px;
    line-height: 25px;
    padding: 0 6px;
    font-size: 16px;
    border-radius: 5px;
    text-indent: 0;
}
#activity .bar > .date_bar .a_info_bar > .info{
    border: 1px dashed #dcdcdc;
    margin-top: 1px;
    background-color: #f5f5f5;
    height: 236px;
    padding: 5px 10px;
}
#activity .bar > .date_bar .a_info_bar > .info a > h1{
    color: #ffb900;
    font-size: 16px;
    line-height: 25px;
    max-height: 80px;
    margin-bottom: 20px;
}
#activity .bar > .date_bar .a_info_bar > .info a > p.org{
    color: #ffb900;
}
#activity .bar > .date_bar .a_info_bar > .info a > p{
    color: #666;
    font-size: 14px;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
#activity .bar > .area_bar{
    width: 535px;
}
#activity .bar > .area_bar > h1{
    height: 40px;
    background-color: #ffb900;
    text-align: left;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    width: 534px;
    margin-left: 1px;
    text-indent: 10px;
    position: relative;
}
#activity .bar > .area_bar > h1 > a{
    display: block;
    position: absolute;
    right: 9px;
    color: #ffb900;
    background-color: #fff;
    top: 8px;
    height: 25px;
    line-height: 25px;
    padding: 0 6px;
    font-size: 16px;
    border-radius: 5px;
    text-indent: 0;
}
#activity .bar > .area_bar > .hd{
    height: 89px;
}
#activity .bar > .area_bar > .hd ul {
    height: 88px;
    padding-top: 1px;
}
#activity .bar > .area_bar > .hd ul li{
    width: 106px;
    height: 88px;
    float: left;
    margin-left: 1px;
}
#activity .bar > .area_bar > .hd ul li.on .bg{
    display: none;
}

#activity .bar > .area_bar > .hd ul li .pic_bar{
    height: 88px;
    color: #fff;
    text-align: center;
    line-height: 88px;
    font-size: 16px;
    position: relative;
}
#activity .bar > .area_bar > .hd ul li .pic_bar span{
    position: relative;
    z-index: 1
}
#activity .bar > .area_bar > .hd ul li .pic_bar .bg{
    position: absolute;
    background-color: #000;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    filter:alpha(opacity=50);
}
#activity .bar > .area_bar > .hd ul li .pic_bar.ab_1{
    background: url(../images/hd_pic/ab_1_bg.jpg) no-repeat;
}
#activity .bar > .area_bar > .hd ul li .pic_bar.ab_2{
    background: url(../images/hd_pic/ab_2_bg.jpg) no-repeat;    
}
#activity .bar > .area_bar > .hd ul li .pic_bar.ab_3{
    background: url(../images/hd_pic/ab_3_bg.jpg) no-repeat;    
}
#activity .bar > .area_bar > .hd ul li .pic_bar.ab_4{
    background: url(../images/hd_pic/ab_4_bg.jpg) no-repeat;    
}
#activity .bar > .area_bar > .hd ul li .pic_bar.ab_5{
    background: url(../images/hd_pic/ab_5_bg.jpg) no-repeat;   
}
#activity .bar > .area_bar > .bd{
    width: 534px;
    margin-left: 1px;
    background-color: #f5f5f5;
}
#activity .bar > .area_bar > .bd ul{
    overflow: hidden;
    padding: 5px 10px 5px 0;
}
#activity .bar > .area_bar > .bd ul li{
   height: 20px;
   line-height: 20px;
   padding: 5px 0;
   position: relative;
   padding-left: 25px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow:ellipsis;
}
#activity .bar > .area_bar > .bd ul li span{
   color: #ffb900;
   position: absolute;
   left: 10px;
   top: 4px;
}
#activity .bar > .area_bar > .bd ul li a{
   color: #666;
}

















