.list-tab-title[listType="news"] {
    display: table;
    padding: 0px;
}

.list-tab-title[listType="news"][maxLevel="1"] li {
    display: inline-block;
    width: 160px;
    padding: 0;
    padding-right: 12px;
    text-align: center;
    background: #E1E0E4;
    margin-left: 10px;
}

.list-tab-title[listType="news"][maxLevel="1"] li.active {
    background: #cb231d;
}

.list-tab-title[listType="news"][maxLevel="1"] li:first-child {
    margin-left: 0;
}

.list-tab-title[listType="news"][maxLevel="1"] li > a {
    display: block;
    color: #696b7a;
    font-size: 16px;
    padding: 10px;
    line-height: initial;
    text-decoration: none;
}

.list-tab-title[listType="news"][maxLevel="1"] li.active > a {
    color: white;
}

.list-tab-title[listType="news"][maxLevel="2"] li {
    display: table-cell;
    width: 2%;
    float: none;
    margin-bottom: 0;
    text-align: center;
    list-style: none;
}

.list-tab-title[listType="news"][maxLevel="2"] li:hover,
.list-tab-title[listType="news"][maxLevel="2"] li.active {
    border-top: solid 5px #d6221c;
}

.list-tab-title[listType="news"][maxLevel="2"] li > a {
    display: block;
    color: #696b7a;
    background: #f7f7f9;
    font-size: 15px;
    padding: 15px 5px;
    text-decoration: none;
}

.list-tab-title[listType="news"][maxLevel="2"] li:hover > a,
.list-tab-title[listType="news"][maxLevel="2"] li.active > a {
    background: #ffffff;
    color: #d6221c;
}

.list-tab-content[listType="news"] .list-filter {
    width: 100%;
    background: #f7f7f9;
    display: inline-block;
    padding: 25px 0 25px 50px;
    margin-right: -5px;
}

.list-tab-content[listType="news"] .list-filter .type {
    margin-bottom: 30px;
}

.list-tab-content[listType="news"] .list-filter .type .typeTitle {
    display: inline-block;
    position: relative;
    color: #353d43;
    margin-right: 40px;
}

.list-tab-content[listType="news"] .list-filter .type .typeTitle:before {
    background: url(../img/tabTitle.png);
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
}

.list-tab-content[listType="news"] .list-filter ul li label:before, .list-tab-content .list-filter .type .typeAll label:before {
    background: url(../img/checkbox-01.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.list-tab-content[listType="news"] .list-filter ul li label.active:before, .list-tab-content .list-filter .type .typeAll label.active:before {
    background: url(../img/checked.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.list-tab-content[listType="news"] .list-filter .type .typeAll {
    display: inline-block;
    background-repeat: no-repeat;
    color: #636267;
}

.list-tab-content[listType="news"] .list-filter ul li {
    display: inline-block;
    margin-right: 10px;
}

.list-tab-content[listType="news"] .list-filter ul li label {
    display: block;
    position: relative;
    color: #636267;
    margin-bottom: 25px;
}

.list-tab-content[listType="news"] .list-tab-pane,
.list-tab-content[listType="download"] .list-tab-pane {
    margin: 25px 5% 0 0;
    display: none;
}

.list-tab-content[listType="news"] .list-tab-pane.active,
.list-tab-content[listType="download"] .list-tab-pane.active {
    display: block;
}

.list-ul li {
    position: relative;
    padding: 0px;
    line-height: 1.5em;
    list-style: none;
}

.list-ul li .list-ele {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #333333;
}

.list-ul li .list-ele h5 {
    display: inline-block;
    color: #908f8f;
    font-size: 14px;
    padding: 6px 20px 6px 0;
    line-height: initial;
    float: left;
    margin: 0px;
}

.list-ul li .list-ele .list-type {
    display: inline-block;
    background: #e9545a;
    color: #ffffff;
    font-size: 14px;
    padding: 6px;
    min-width: 55px;
    text-align: center;
    float: left;
    line-height: initial;
}

.list-ul li .list-ele p {
    display: block;
    color: #44444b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    display: inline-block;
    line-height: initial;
    float: left;
    width: 70%;
    padding: 5px 0 5px 15px;
    margin: 0px;
}

.list-tab-title[listType="download"] {
    display: table;
}

.list-tab-title[listType="download"] li {
    display: table-cell;
    vertical-align: top;
    width: 2%;
    border-right: solid 1px #5C6369;
    float: none;
}

.list-tab-title[listType="download"] li a {
    display: block;
    background: #464f58;
    padding: 10px 5px 15px;
    color: #fff;
    text-align: center;
    position: relative;
    text-decoration: none;
}

.list-tab-title[listType="download"] li.active a:before {
    content: "";
    color: transparent;
    position: absolute;
    bottom: 0px;
    left: 40%;
    font-size: 70px;
    line-height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #fff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #fff #000000;
}

.list-tab-title[listType="download"] li.active a,
.list-tab-title[listType="download"] li a:hover {
    background: #e1424c !important;
}

.list-tab-title[listType="download"] li .img {
    min-height: 50px;
    line-height: 45px;
    display: block;
}

.list-tab-title[listType="download"] li .img img {
    max-width: 100%;
    vertical-align: middle;
}

.list-tab-title[listType="download"] li p {
    font-size: 14px;
    word-break: break-all;
    margin: 0;
    line-height: 1.5em;
}

.list-tab-content[listType="download"] .list-ul {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.list-tab-content[listType="download"] .list-ul li {
    width: 33.33333%;
    float: left;
    position: relative;
    list-style: none;
}

.list-tab-content[listType="download"] .list-ul li:before {
    display: inline-block;
    content: '';
    background: #e1424c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 16px;
}

.list-tab-content[listType="download"] .list-ul li a {
    color: #464f58;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 5% 10px 20px;
    overflow: hidden;
    display: block;
    border-bottom: dashed 1px #C4C4C4;
    text-decoration: none;
}

.list-tab-content[listType="download"] .bottom_pagination {
    position: relative;
    top: 50px;
}

@media (max-width: 768px) {
	.list-tab-title[listType="news"][maxLevel="1"] li {
	    width:50%;
	}
}