.act_enroll h2 {
    margin: 30px 0;
    font-size: 20px;
    text-align: center;
}

.enroll_info {
    padding-top: 100px;
    margin-bottom: 50px;
    background: url(../images/bg_enroll.png) center 0 no-repeat;
}

.enroll_info .enroll_form {
    margin: 0 auto;
    padding: 40px 150px;
    width: 340px;
    border: 1px solid #ddd;
    background-color: #f9fdff;
}

.enroll_info .item {
    margin-bottom: 15px;
    width: 100%;
}

.enroll_info .item_r {
    width: 100%;
}

.enroll_info .item select,
.enroll_info .item input[type='text'] {
    padding: 0 5px;
    width: 100%;
    height: 34px;
    border: 1px solid #ddd;
    padding: 0 5px;
    outline: none;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.enroll_info .item .textarea:focus,
.enroll_info .item select:focus,
.enroll_info .item input[type='text']:focus {
    border: 1px solid #5e93fc;
    box-shadow: 0 0 3px #adc8fd;
}

.enroll_info .item .left {
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.enroll_info .item .textarea {
    padding: 5px;
    width: 100%;
    height: 120px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    resize: none;
}

.enroll_info .item .left i {
    margin-right: 5px;
    color: #f00;
}

.inp_radio {
    margin-top: 5px;
}

.inp_radio input {
    margin: 3px 3px 0px 5px;
}

.inp_radio label {
    padding-bottom: 2px;
    margin: 0 20px 0 5px;
    width: 80px;
    height: 18px;
    text-align: center;
    background-image: url(../images/bg_radio.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    cursor: pointer;
}

.inp_radio input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}

.inp_radio label.on {
    background-position: 0 0;
}

.enroll_info_btn span {
    margin: 10px auto;
    display: block;
    width: 146px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    background-color: #5e93fc;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.enroll_info_btn span:hover {
    background-color: #2f72f8;
}

/*报名详情页*/
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.act_con_a {
    padding: 30px 15px 45px;
    border-bottom: 1px solid #ddd;
}

.act_con_aa {
    float: left;
    width: 460px;
    height: 345px;
}

.act_con_aa img {
    width: 460px;
    height: 345px;
    border: 1px solid #ddd;
}

.act_con_ab {
    float: right;
    width: 648px;
}

.act_con_ab h2 {
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}

.act_con_ab i {
    float: left;
    margin-right: 10px;
    width: 26px;
    height: 30px;
    background-image: url(../images/ico_act.png);
    background-repeat: no-repeat;
}

.act_con_ab .time,
.act_con_ab .address,
.act_con_ab .people {
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #585858;
}

.act_con_ab .address a {
    font-size: 14px;
}

.act_con_ab .time i {
    background-position: 0 0;
}

.act_con_ab .address i {
    background-position: 0 -31px;
}

.act_con_ab .people i {
    background-position: 0 -63px;
}

.act_con_ab .look i {
    background-position: 0 -90px;
}

.act_con_aba {
    margin-top: 20px;
}

.act_con_aba .baoming {
    float: left;
    margin-right: 15px;
    width: 124px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #f34946;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none;
}

.act_con_aba .baoming.has {
    color: #5c5c5c;
    background-color: #d2d2d2;
}

.act_con_aba .baoming.has:hover {
    background-color: #d2d2d2;
}

.act_con_aba .baoming:hover {
    background-color: #f71410;
}

.act_con_aba .bmnum {
    float: left;
    margin: 15px 50px 0 0;
    color: #f34946;
    font-size: 16px;
}

.act_con_aba .look {
    margin: 15px 60px 0 0;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.act_con_aba .share {
    float: left;
    margin-top: 8px;
}

.act_con_ab .endtime {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 18px;
}

.act_con_ab .endtime span {
    margin: 0 10px;
    color: #f34946;
    font-size: 18px;
}

.act_con_b {
    margin-top: 30px;
}

.act_con_bl {
    float: left;
    width: 930px;
}

.act_con_br {
    float: right;
    width: 230px;
}

.act_con_bla {
    padding: 70px;
    border: 1px solid #ddd;
}

.act_con_blb {
    padding: 30px;
}

.act_con_blb .tit {
    font-size: 22px;
}

.act_con_blb .slideBox {
    overflow: hidden;
    position: relative;
    width: 870px;
    height: 214px;
}

.act_con_blb .picList {
    overflow: hidden;
    zoom: 1;
}

.act_con_blb .picList li {
    float: left;
    width: 144px;
    padding: 25px 15px 0;
    text-align: center;
    font-size: 14px;
    _display: inline;
    overflow: hidden;
}

.act_con_blb .picList li img {
    padding: 8px;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.act_con_blb .picList li .text {
    margin-top: 10px;
}

.act_con_blb .picList li .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
}

.act_con_blc .tit {
    padding-left: 0px;
    line-height: 30px;
    font-size: 18px;
}

.act_con_blc .accessoryDesc {
    margin-left: 15px;
    font-size: 14px;
}

.act_con_blc .tl_txt {
    width: 908px;
    padding: 10px;
    height: 100px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
}

.act_con_blc .tl_txt:focus {
    border: 1px solid #f34946;
}

.act_con_blc .btn {
    text-align: right;
    margin-top: 5px;
}

.act_con_blc .btn span {
    display: inline-block;
    width: 124px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #f34946;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.act_con_blc .btn:hover span {
    background-color: #f71410;
}

.act_con_bld {
    margin-top: 15px;
}

.act_con_bld .tit {
    padding-left: 50px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px dashed #ddd;
}

/*讨论列表*/
.talk_list {
    padding: 10px 30px 30px 50px;
}

.talk_list .item {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.talk_list .item img {
    float: left;
    margin-right: 15px;
    width: 52px;
    height: 52px;
    border: 1px solid #ddd;
}

.talk_list .item .left {
    float: left;
    width: 780px;
}

.talk_list .item .top .name {
    float: left;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 600px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.talk_list .item .top .time {
    float: right;
    margin-right: 10px;
    line-height: 20px;
    color: #676767;
}

.talk_list .item .top i {
    float: right;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.talk_list .item .top i:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.talk_list .item .top .del {
    background: url(../images/del.png) no-repeat;
}

.talk_list .item .top .reply {
    background: url(../images/reply.png) no-repeat;
}

.talk_list .item .con {
    margin-top: 10px;
    color: #676767;
    font-size: 14px;
}

.talk_list .item .con .rep {
    color: #f34946;
}

.talk_list .more {
    margin-top: 20px;
    text-align: center;
}

.talk_list .more_btn {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    width: 90px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.talk_list .more_btn span {
    font-size: 14px;
    line-height: 20px;
}

.talk_list .more_btn:hover span {
    font-size: 15px;
    line-height: 20px;
}

.talk_list .more_btn i {
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/down.png) 0 center no-repeat;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.talk_list .more_btn.up i {
    background: url(../images/up.png) 0 center no-repeat;
}

/*右侧*/
.act_con_br .tit {
    position: relative;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #f34946;
    font-size: 16px;
}

.act_con_br .tit i {
    position: absolute;
    width: 21px;
    height: 10px;
    left: 50%;
    margin-left: -10px;
    bottom: -9px;
    background: url(../images/ico_down.png) no-repeat;
}

.interest_list {
    padding: 10px;
    border: 1px solid #ddd;
    border-top-width: 0;
}

.interest_list li {
    margin-top: 20px;
}

.interest_list li a {
    text-decoration: none;

}

.interest_list li img {
    width: 100%;
    height: auto;
}

.interest_list li span {
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.interest_list li:hover img {
    box-shadow: 0 0 3px #f34946;
}

.interest_list li:hover span {
    color: #f34946;
}
.interest_box{
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.interest_box img{
    width: 230px;
}


/*地图详细页*/
.map_main {
    margin: 30px 0;
}

.map_main h2 {
    margin-bottom: 30px;
    font-size: 24px;
}

.map_lg {
    float: left;
    width: 700px;
    height: 500px;
}

#map {
    width: 700px;
    height: 500px;
}

.map_r {
    float: right;
    width: 450px;
}

.map_r .title {
    display: block;
    margin-bottom: 60px;
    font-size: 14px;
}

.map_r .info h3 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.map_r .info p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
}