.index-template-diy .template-content {
    display: flex;
}
.index-template-diy .template-left {
    width: 880px;
    margin-right: 35px;
}
.index-template-diy .template-right {
    width: 410px;
}
.index-template-diy .template-title {
    display: flex;
    align-items: center;
    height: 31px;
}
.index-template-diy .template-title p {
    color: #f5232d;
    font-size: 24px;
    font-weight: bold;
}
.index-template-diy .template-title-btn {
    font-size: 13px;
    color: #f5232d;
    background-color: #fff6f5;
    border-radius: 18px;
    border: solid 1px #d7000f;
    padding: 8px 10px;
    margin-left: 20px;
    cursor: pointer;
}
.index-template-diy .template-notice-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.index-template-diy .template-notice-item {
    width: 190px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 39px;
    cursor: pointer;
    transition: all 0.5s;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.index-template-diy .template-notice-item:hover {
    transform:scale(1.1,1.1);
}
.index-template-diy .template-notice-item:nth-child(4n) {
    margin-right: 0;
}
.index-template-diy .template-notice-item.notice-item1 {
    background: url(http://www.gwyks.cn/zq/r/cms/common/image/index/red-bg.png) center center no-repeat;
    background-size: cover;
}
.index-template-diy .template-notice-item.notice-item2 {
    background: url(http://www.gwyks.cn/zq/r/cms/common/image/index/orange-bg.png) center center no-repeat;
    background-size: cover;
}
.index-template-diy .template-notice-item.notice-item3 {
    background: url(http://www.gwyks.cn/zq/r/cms/common/image/index/green-bg.png) center center no-repeat;
    background-size: cover;
}
.index-template-diy .template-notice-item.notice-item4 {
    background: url(http://www.gwyks.cn/zq/r/cms/common/image/index/blue-bg.png) center center no-repeat;
    background-size: cover;
}
.index-template-diy .template-notice-item-right {
    width: 130px;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444444;
    font-size: 16px;
}
.index-template-diy .template-notice-item-right:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}
.index-template-diy .template-notice-item-right:hover {
    transform:scale(1.1,1.1);
}
.index-template-diy .template-notice-item-right:nth-child(3n) {
    margin-right: 0;
}
.index-template-diy .template-notice-item-right.notice-item5 {
    background-color: #fff0f2;
}
.index-template-diy .template-notice-item-right.notice-item5:before {
    background: url(http://www.gwyks.cn/zq/r/cms/common/image/index/notice-icon1.png) center center no-repeat;
    background-size: 28px 28px;
}
.index-template-diy .template-notice-item-right.notice-item6 {
    background-color: #fff4de;
}
.index-template-diy .template-notice-item-right.notice-item6:before {
    background: url(http://www.gwyks.cn/zq/r/cms/common/image/index/notice-icon2.png) center center no-repeat;
    background-size: 28px 28px;
}
.index-template-diy .template-notice-item-right.notice-item7 {
    background-color: #e5eeff;
}
.index-template-diy .template-notice-item-right.notice-item7:before {
    background: url(http://www.gwyks.cn/zq/r/cms/common/image/index/notice-icon3.png) center center no-repeat;
    background-size: 28px 28px;
}
.index-template-diy .template-row {
    display: flex;
}
.index-template-diy .template-exam-calendar {
    margin-right: 35px;
}
.index-template-diy .template-exam-calendar,
.index-template-diy .template-exam-info {
    width: 50%;
}
.index-template-diy .template-title-small {
    display: flex;
    align-items: center;
}
.index-template-diy .template-title-small p {
    color: #d7000f;
    font-size: 20px;
    font-weight: bold;
}
.index-template-diy .exam-calendar-icon {
    width: 24px;
    margin-left: 5px;
}
.index-template-diy .template-exam-info-list {
    margin-top: 10px;
}
.index-template-diy .exam-info-row {
    color: #444;
    line-height: 35px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}
.index-template-diy .exam-info-item{
    color: #444;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.index-template-diy .exam-info-item:hover{
    color: #f5232d;
}
.index-template-diy .exam-info-item.hot:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -0px;
    background: url(http://www.gwyks.cn/zq/r/cms/common/image/index/hot.png) center center no-repeat;
    width: 25px;
    height: 9px;
    background-size: 25px 9px;
}
.index-template-diy .exam-info-item.red {
    color: #f5232d;
}
.index-template-diy .template-right-commercial {
    width: 410px;
    height: 119px;
    background-color: #fff6f5;
    border-radius: 4px;
    margin-bottom: 13px;
}
.index-template-diy .template-right-commercial img {
    height: 100%;
}
.index-template-diy .template-exam-calendar-list {
    margin-top: 10px;
    border-left: 1px solid #ebedf3;
}
.index-template-diy .calendar-item {
    display: flex;
    justify-content: space-between;
    line-height: 35px;
    margin-left: 25px;
    position: relative;
    padding: 0 10px;
    color: #444444;
}
.index-template-diy .calendar-item:first-child:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #fff;
    width: 2px;
    height: 15px;
    left: -27px;
    top: -3px;
}
.index-template-diy .calendar-item:last-child:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #fff;
    width: 2px;
    height: 15px;
    left: -27px;
    bottom: -3px;
}
.index-template-diy .calendar-item:nth-of-type(even) {
    background-color: #f7f7f7;
}
.index-template-diy .calendar-item:before {
    content: '';
    display: inline-block;
    background-color: #ffffff;
    border: solid 2px #f5232d;
    width: 7px;
    height: 7px;
    top: 12px;
    left: -31px;
    border-radius: 50%;
    position: absolute;
}
.index-template-diy .calendar-item.active:before {
    content: '';
    display: inline-block;
    background-color: #f5232d;
    border: solid 2px #f5232d;
    width: 7px;
    height: 7px;
    top: 12px;
    left: -31px;
    border-radius: 50%;
    position: absolute;
}
.index-template-diy .calendar-time,
.index-template-diy .calendar-info {
    color: #444444;
    font-size: 12px;
}
.index-template-diy .calendar-item.active .calendar-time,
.index-template-diy .calendar-item.active .calendar-info {
    color: #f5232d;
    font-weight: bold;
}


/*热门推荐*/
.hot-recommend {
    margin-right: 15px;
    flex: 1.0;
    overflow: hidden;
}
.hot-recommend .hot-recommend-title,
.hot-recommend .hot-recommend-title a{
    color: #d7000f;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hot-recommend .template-exam-info-list {
    margin-bottom: 20px;
}
.hot-recommend .template-exam-info-list:last-child {
    margin-bottom: 0;
}