.index-tab {
    position: relative;
    margin-top: 15px;
}

.itab-header {
    position: relative;
    border-bottom: 1px solid #2d5a90;
}

.itab-header ul {
    height: 40px;
    line-height: 40px;
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

.itab-header ul li {
    float: left;
    list-style: none;
}

.itab-header ul li .tab-name {
    display: block;
    padding: 0px 20px;
    /*background: url(https://www.guet.edu.cn/zs/css/index-tab-item.gif) no-repeat right top;*/
    font-size: 14px;
    color: #fff;
    background-color: #5E8CB9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    margin-right: 2px;
}

.itab-header ul li:hover .tab-name,
.itab-header ul li.hover .tab-name,
.itab-header ul li.active .tab-name {
    color: #fff;
    background: #2D5A90;
}

.itab-header .more:hover {
    text-decoration: underline;
}

.itab-panel {
    /* display: none; */
    position: relative;
    margin-top: 10px;
}

.panel-img {
    width: 500px;
    height: 275px;
    float: left;
    position: absolute;
    left: 0px;
    top: 5px;
    overflow:hidden;
}

.panel-list {
    margin-left: 530px;
    height: 275px;
}

.panel-list-ul li {
    list-style: none;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    overflow: hidden;
}

.panel-list-ul li a {
    margin-left: 10px;
    color: #000000;
}

.panel-list-ul li a:hover {
    color: #2D5A90;
}

.panel-list-date {
    list-style: none;
    background-color: #F1F5FF;
    color: #769FD2;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
}

.tab-more {
    position: absolute;
    right: 16px;
    top: -40px;
    color: #2D5A90;
    font-size: 14px;
}
.tab-more a.more-link{color:#2D5A90}
.tab-more a.more-link:hover {
    color: #0F54B3;
}