/*****活动详情******/
.main-title {
    font-size: 24px;
    color: #424a5c;
    text-align: center;
    margin-top: 40px;
    word-break: break-all;
}
.subheading {
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.sub-title {
    font-size: 14px;
    color: #424a5c;
}
.sub-title span:first-child{
    margin-right: 15px;
}
.zixun a{
    width: 97px;
    height: 25px;
    line-height: 25px;
    float: left;
    background: #e5e5e5;
    text-align: center;
    font-size: 12px;
    margin-left: 12px;
    border-radius: 5px;
}
.zixun a:first-child{
   background: #4d68ff;
   color: #fff;
}
.yuyue-liaojie {
    position: absolute;
    bottom: 0;
    right: 103px;
}
.yuyue-liaojie a{
    float: left;
    width: 128px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    background: #4d68ff;
    color: #fff;
    border-radius: 8px;
    margin-right: 15px;
    transition: all .3s;
}
.yuyue-liaojie a:hover {
    font-size: 18px;
}
.yuyue-liaojie a:last-child {
    background: #fff;
    border: 1px solid #4d68ff;
    color: #4d68ff;
}

.activity-title {
    color: #424a5c;
    font-size: 18px;
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #efefef;
}
#aside .aside-title {
    margin-top: 45px;
}
.activity-title .line{
    background: #f39800;
    margin-right: 12px;
}
.text-container {
    color: #424a5c;
    line-height: 40px;
    font-size: 14px;
    margin-top: 20px;
}
.text-container p img{
   max-width:100%
}
.text-container p {
    word-break:break-all
}
.tag {
    color: #4d40f8;
    font-size: 14px;
    margin: 25px 0 35px 0;
}
.tag a {
    padding-bottom: 5px;
    border-bottom: 1px solid #4d40f8;
    margin-right: 10px;
}
.tag span{
    color: #424a5c;
}
.prev-and-next {
    text-align: center;
    margin-top: 65px;
    overflow: hidden;
    height:30px;
}
.prev-and-next a{
    margin-right: 60px;
    font-size: 16px;
    color: #898989;
    border-bottom: 1px solid #898989;
    transition: all .3s;
    float: left;
    max-width: 390px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prev-and-next a:hover{
    color: #ff0404;
    border-bottom: 1px solid #ff0404;
    padding-bottom:6px;

}
.prev-and-next a:last-child{
    margin-right: 0
}
/**********相关文章*****************/
.related li {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    color: #898989;
    padding-left: 20px;
    position: relative;
}
.related li a {
    float:left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width:715px

}
.related li span{
    color: #b1adad;
}
.related li:hover,.related li:hover span{
    color: #4d40f8;
}
.related li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5px;
    background: #898989;
}
.article-detail-bottom {
    height: 140px;
    width: 837px;
    margin-top: 70px;
    overflow: hidden;
}
.article-detail-bottom img{
    height: 140px;
    width: 837px;
}
/******右侧内容*******/
/*****实用工具******/
.shiyong {
    font-size: 20px;
    text-align: center;
    color: #424a5c;
    height:60px;
    line-height:60px;
    border: 1px solid #eee;
    border-bottom:none;
}
.tool {
    border: 1px solid #eee;
    padding-top: 30px;
}
.tool li {
    width: 33%;
    height: 75px;
    float: left;
    text-align: center;
    margin-bottom: 35px;
}
.tool li p {
    font-size: 14px;
    color: #4b4f67;
    font-weight: bold;
    margin-top: 10px;
}
.tool li:hover p{
   color: #4d68ff;
}
.activity-ul {
    padding-top: 25px;
}
.activity-ul li{
    color: #424a5c;
    font-size: 14px;
    margin-bottom: 15px;
}
.activity-ul li>p:first-child{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
}
.activity-ul li>p:last-child{
    padding-left: 20px;
    margin-top: 5px;
    font-size: 12px;
}
.activity-ul li>p a:hover{
    color: #4d68ff;
}
.activity-ul li>p:first-child:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 9px;
    left: 2px;
    background: #424a5c;
}
