.m-right{
    width: 770px;
}
.play {
    background: #fff;
    border: 1px solid #DEDEDE;
    margin-bottom: 21px;
}
.tit2{
    background: #F9F9F9;
    padding: 0px 20px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.tit2 a{
    display: block;
    line-height: 44px;
    float: right;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
}
.tit2 a img{
    width: 5px;
    height: 10px;
    float: right;
    margin-left: 10px;
    margin-top: 17px;
}
.pm1{
    display: block;
}
.pm2{
    display: none;
}
.tit2 a:hover{
    color: #FD7466;
}
.tit2 a:hover .pm1{
    display: none;
}
.tit2 a:hover .pm2{
    display: block;
}
.play .p-con{
    padding: 30px 20px 0px;
}
.play .p-con ul li{
    width: 168px;
    height: 174px;
    float: left;
    margin: 0px 9px 20px;
    position: relative;
}
.play .p-con ul li a{
    display: block;
    width: 166px;
    height: 138px;
    border: 1px solid #E8E8E8;
    text-align: center;
}
.play .p-con ul li a img{
    width: auto;
    height: auto;
    max-width: 160px;
     max-height: 136px;
}
.play .p-con ul li a span{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #333333;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.play .p-con ul li:hover a span{
    color: #FD7466;
}
.con{
    margin-bottom: 21px;
}
.con .c-left{
    width: 415px;
    height: 262px;
    background: #fff;
    border: 1px solid #E8E8E8;
}
.about{
    height: 180px;
    padding: 20px;
}
.about .a-left{
    width: 88px;
    height: 68px;
    text-align: center;
    background: #f9f9f9;
    margin-right: 20px;
}
.about .a-left img{
    width: auto;
    height: auto;
    max-width: 88px;
    max-height: 68px;
}
.about .a-right{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-align: justify;
    text-indent: 2em;
}
.c-right{
    width: 331px;
    height: 262px;
    background: #fff;
    border: 1px solid #E8E8E8;
}
.c-right .news{
    padding: 8px 20px 19px;
}
.news ul li{
    height: 32px;
} 
.news ul li a{
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
    .news ul li a i
    {
        width: 200px;
        font-style: normal;
        display: block;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.news ul li a em{
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #EA6254;
    margin-right: 5px;
    float: left;
    margin-top: 14px;
}
.news ul li a span{
    font-size: 12px;
    color: #666666;
    display: block;
    line-height: 32px;
    float: right;
}
.m-bottom{
    background: #fff;
    border: 1px solid #E8E8E8;
    margin-bottom: 30px;
}
.m-bottom .link {
       padding: 12px 20px;
}
.m-bottom .link a{
    display: inline-block;
    font-size: 12px;
    color: #666666;
}
.m-bottom .link em{
    font-style: normal;
    margin: 0px 10px;
}

.news ul li:hover a{
    color: #EA6254;
}
.news ul li:hover a span{
    color: #EA6254;
}


.cp.play .p-con ul li{
    height: 196px;
}
.cp.play .p-con ul li a span {
    text-align: left;
    padding: 0px 5px;

}
.cp.play .p-con ul li a em{
    display: block;
    position: absolute;
    bottom: 30px;
    font-style: normal;
    font-size: 14px;
    color: #FF5136;
}
