#tab1{
        width: 1200px;
    height: 350px;
    margin-top: 15px;
    overflow: hidden;
}
.tabList {
    width: 1200px;
    height: auto;
    margin-top: 15px;

    border-bottom: 2px solid #53b76f;
    width: 100%;
    height: 55px;
    line-height: 55px;
    
}.tabList li {
    float: left;
    font-size: 18px;
    color: #333;
    position: relative;
    cursor: pointer;
    padding: 0 12px;
}

.tabList li.cur em {
    display: inline-block;
}

.tabList li em {
    display: none;
    width: 16px;
    height: 8px;
    background: url(../image/new_dnxtc.png) no-repeat -485px -154px;
    position: absolute;
    left: 50%;
    margin-left: -5.5px;
    bottom: -6.5px;
    overflow: hidden;
}

.tabList .tit {
    float: left;
    width: 240px;
    font-weight: bold;
    overflow: hidden;
}
.tabList .tit em {
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 18px;
    color: #ddd;
    margin-left: 16px;
}.tabList .tit span {
    font-size: 22px;
    color: #333;
    float: left;
}.tabList .more {
    float: right;
    color: #999;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.tabCon div {
    width: 1200px;
    overflow: auto;
    padding: 20px 0;
    position: absolute;
}
.tabCon div ul li {
    line-height: 40px;
    width: 400px;
    float: left;
}.tabCon div ul li a.AT1 {
    width: 100px;
    margin-right: 5px;
    color: #999;
    white-space: nowrap;
}
.tabCon div ul li a {
    display: block;
    float: left;
    overflow: hidden;
}.tabCon div ul li time {
    display: block;
    float: right;
    color: #ff0000;
    width: 83px;
}.tabCon div ul li a.AT2 {
    width: 291px;
    white-space: nowrap;
    margin-right: 20px;
    text-overflow: ellipsis;
    color: black;
}

.tabCon div.cur {
    opacity: 1;
    filter: alpha(opacity = 0);
}
.tabCon div{
       opacity: 0;
    filter: alpha(opacity = 0);
}