* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft yahei";
    font-size: 16px;
}

a {
    text-decoration: none;
}

ul,
li,
ol,
dd,
dl,
div,
span,
p {
    list-style: none;
}

a img {
    border: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#details {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 55px
}

.cover {
    width: 100%;
    overflow: hidden;
    max-height: 430px;
    height: auto;
}

.cover img {
    width: 100%;
    height: 100%;
}


/*new content */

.content {
    width: 95%;
    margin: 0 auto;
}

.event-header {
    width: 100%;
    position: relative;
}

.event-header span {
    margin: 0px 5px;
}

.event-time {
    font-size: 12px;
    color: #a9a9a9;
}

.event-header a {
    display: inline-block;
    font-size: 16px;
    padding: 1px 5px;
    background-color: #e7e7e7;
    color: #737373;
    border-radius: 5px;
    margin: 15px 0px;
}

.title {
    width: 100%;
    font-size: 24px;
    color: #282828;
    margin: 15px 0px 10px;
}

.event-text {
    margin-top: 20px;
    font-size: 18px;
    color: #737373;
    text-align: center;
    margin-top: 30px;
	word-break: break-all;
	word-wrap: break-word;
}


/*.event-text p{
	text-align: left;
}*/

.event-text p a {
    color: #317dd3;
}

.event-text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
}

.event-box {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e7e7;
    margin: 10px auto;
}

.event-boxleft,
.event-boxrigth {
    float: left;
    position: relative;
}


/*video*/

.video {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.video video {
    width: 100%;
    max-height: 100%;
    background-color: #282828;
}


/*music-play*/

.event-music {
    padding: 20px;
}

.music-photo {
    width: 20%;
    background-size: 100%;
    padding-bottom: 0%;
    overflow: hidden;
}

.music-btn {
    width: 100%;
    padding-bottom: 100%;
    background: rgba(0, 0, 0, 0.2) url(../images/webgd/pp.png) no-repeat scroll;
    background-size: 60%;
    background-position: 50% -16%;
}

.event-boxrigth {
    width: 80%;
    box-sizing: border-box;
    padding: 0px 10px;
}

.music-title {
    width: 100%;
    font-size: 16px;
}

.music-title span {
    display: inline-block;
    background-color: #27c8b4;
    color: #fff;
    font-size: 14px;
    padding: 2.5px;
    border-radius: 5px;
    margin-right: 2px;
}

.music-dlt {
    font-size: 14px;
    color: #727272;
    margin: 5px 0px;
    position: absolute;
    bottom: -40px;
}

.music-dlt img {
    width: 16px;
    vertical-align: sub;
    display: inline-block;
    margin: 0;
}