.wd_1200{
    width: 1200px;
    margin: 0 auto;
}
.list-tv{
    margin-bottom: 50px;
}
.mg-t-20{
    margin-top: 20px;
}
.tab{
    height: 60px;
    margin-top: 30px;
}
.tab span{
    display: inline-block;
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    background: #ddd;
    color: #000;
    margin-right: 20px;
    cursor: pointer;
}
.tab span.active{
    display: inline-block;
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    background: #0099FF;
    color: #fff;
}

h3 {
    font-size: 22px!important;
    margin-bottom: 10px!important;
    font-weight: bold;
    color: #333333;
    line-height: 44px;
}
h3 i {
    display: inline-block;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}
h3 i.msbd_icon {
    background: url(/images/pcnew/ms_icon.png)no-repeat;
}

.list-lm{
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.acttitle {
    border-bottom: 2px solid #e0e0e0;
    height: 50px;
}
.acttitle .on{
    width: 160px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin-right: 30px;
    font-weight: bold;
    border-bottom: 2px solid #0099FF;
    margin-bottom: -2px;
    color: #434242;
    overflow: hidden;
}


.changeList {
    width: 260px;
	background-color: #FFF;
	position: relative;
	margin-right: 50px;
}
.list-lm .changeList:nth-child(4n){
    margin-right: 0px;
}
.changeList .icon-img {
	width: 100%;
	height: 150px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.changeList .icon-img img {
	width: 100%;
	height: 100%;
}

.changeList ul li {
    line-height: 32px;
    background: no-repeat;
    word-break: keep-all;
    font-size: 14px;
    line-height: 24px;
    height: 28px;
}
.icon-ul ul li a {
    width: 92%;
    color: #525252;
    text-decoration: none;
    background: url(/images/pcnew/zfx.png) no-repeat left center;
    background-size: 6px 6px;
    padding-left: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.changeList .gomore {
    text-align: right;
    font-size: 14px;
    line-height: 20px;
}
.changeList .gomore a {
    color: #0066CC;
}
