/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
input, button, textarea, select {
    outline: none;
    *font-size: 100%;
    margin: 0;
    border: 0;
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}
img {
    border: 0;
    outline: 0;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background: #ffffff;
}
a {
    text-decoration: none;
}
.cf {
    *zoom: 1;
}
.cf:after {
    content: "\200B";
    height: 0;
    display: block;
    clear: both;
}
.w1100 {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

/* COMMON */
/* cm-list 通用列表 */
.cm-list a:hover{
    color:#cd002b!important;
}
.cm-list .tit{
    line-height:24px;
}
.cm-list .tit .text{
    font-size:18px;
    color:#333333;
    border-left:4px solid #4b68b9;
    padding:0 0 0 6px;
}
.cm-list .tit .more{
    font-size:14px;
    color:#999999;
    float: right;
}
.cm-list .list{
    border-top:1px solid #dcdcdc;
    margin:4px 0 15px 0;
}
.cm-list .list .news{
    margin:15px 0 0 0;
}
.cm-list .list .text{
    font-size:14px;
    color:#666666;
    display: inline-block;
    width:85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cm-list .list .date{
    font-size:14px;
    color:#999999;
    width: 15%;
    text-align: center;
    float: right;
    display: inline-block;
}

/* cm-tab-list 通用带切换的列表 */
.cm-tab-list a:hover{
    color:#cd002b!important;
}
.cm-tab-list .tabs .tab{
    font-size:16px;
    display: inline-block;
    width: 102px;
    line-height: 27px;
    text-align: center;
    color:#333333;
    cursor: pointer;
}
.cm-tab-list .tabs .tab.active{
    color:#ffffff;
    background:#7891d7;
}
.cm-tab-list .tabs .more{
    font-size:14px;
    color:#999999;
    float: right;
    line-height: 27px;
}
.cm-tab-list .list{
    border-top:1px solid #7891d7;
    padding:15px 0 0 0;
    display: none;
}
.cm-tab-list .list .news{
    padding: 8px 0 7px 18px;
    background: url(../img/sprite.png) no-repeat 2px -449px;
}
.cm-tab-list .list .news:nth-child(5n){
    margin-bottom:13px;
}
.cm-tab-list .list .text{
    font-size:14px;
    color:#666666;
    display: inline-block;
    width:85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cm-tab-list .list .date{
    font-size:14px;
    color:#999999;
    width: 15%;
    text-align: center;
    float: right;
    display: inline-block;
}

/* cm-tab-links 通用链接按钮列表 3*4表格 */
.cm-list-links{}
.cm-list-links .tit{
    line-height:24px;
}
.cm-list-links .tit .text{
    font-size:18px;
    color:#333333;
    border-left:4px solid #4b68b9;
    padding:0 0 0 6px;
}
.cm-list-links .list{
    border-top:1px solid #dcdcdc;
    margin:4px 0 15px 0;
}
.cm-list-links .list .link{
    display: inline-block;
    float: left;
    width: 30%;
    text-align: center;
    margin: 9px 5% 0 0;
}
.cm-list-links .list .link a{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
}
.cm-list-links .list .link:nth-child(3n){
    margin-right:0;
}.cm-list-links .list .link a:hover{
    background:#cd002b;
    border:1px solid #cd002b;
    color:#fff;
}

/* cm-list 通用图文列表 */
.cm-list-pt a:hover .desp{
    color:#cd002b!important;
}
.cm-list-pt .tit{
    line-height:24px;
}
.cm-list-pt .tit .text{
    font-size:18px;
    color:#333333;
    border-left:4px solid #4b68b9;
    padding:0 0 0 6px;
}
.cm-list-pt .list{
    border-top:1px solid #dcdcdc;
    margin:4px 0 15px 0;
    padding:10px 0 0 0;
}
.cm-list-pt .list .item{
    margin-right:19px;
    display: inline-block;
    float: left;
}
.cm-list-pt .list .item:nth-child(2n){
    margin-right:0;
}
.cm-list-pt .list .item .img{
    display: block;
    width: 120px;
    height: 80px;
    margin:0 auto;
}
.cm-list-pt .list .item .desp{
    font-size:12px;
    line-height: 16px;
    color:#666666;
    display: block;
    width: 120px;
    margin:0 auto;
    padding:10px 0;
}

/* cm-stitle 通用section标题 */
.cm-stitle{
    padding:0 0 0 42px;
    position:relative;
    height:44px;
    line-height: 44px;
    margin: 14px 0;
}
.cm-stitle .tit{
    font-size:22px;
    color:#031542;
    z-index: 100;
    font-weight: bold;
    display: inline-block;
    float: left;
}
.cm-stitle .hr{
    height: 1px;
    border-top:1px solid #7f7f7f;
    position:absolute;
    z-index: 1;
    left:11%;
    top:22px;
    right:0;
}
.cm-stitle .tabs{
    padding: 10px 0;
    z-index: 10;
    position: absolute;
    left: 160px;
    top: 0;
    right: 0;
}
.cm-stitle .tabs .more{
    display: inline-block;
    float:right;
    font-size:14px;
    line-height: 24px;
    border:1px solid #d0d0d0;
    border-radius:12px;
    width:55px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.cm-stitle .tabs .more a{
    color:#999999;
}
.cm-stitle .tabs .more a:hover{
    color:#cd002b!important;
}
.cm-stitle .tab{
    display: inline-block;
    float:left;
    font-size:16px;
    line-height: 24px;
    border:1px solid #d0d0d0;
    border-radius:12px;
    color:#031542;
    width:85px;
    text-align: center;
    background: #fff;
    margin-right:28px;
    cursor: pointer;
}
.cm-stitle .tab.active{
    border: 1px solid #cd002b;
    color: #fff;
    background: url(../img/sprite.png) no-repeat -2px -398px;
    overflow: visible;
}
.cm-stitle-content{
    display: none;
}

/* cm-pics 通用图片&#65533; &#65533;1&#65533;2*4 */
.cm-pics{}
.cm-pics a{
    display: block;
}
.cm-pics a:hover .desp,.cm-pics a:hover .tit{
    color:#cd002b;
}
.cm-pics .main{
    display: inline-block;
    float: left;
    width: 360px;
    margin-right:13px;
    background:#f0f0f0;
}
.cm-pics .main .img{}
.cm-pics .main .desp{
    font-size: 14px;
    color: #999999;
    text-indent: 28px;
    line-height: 20px;
    width: 96%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
}
.cm-pics .main .tit{
    font-size:16px;
    color:#666666;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    width:96%;
    margin:0 auto;
}
.cm-pics .pics{
    display: inline-block;
    float:left;
    width: 727px;
}
.cm-pics .pics .pic{
    display: inline-block;
    float:left;
    width: 175px;
    margin-right:9px;
}
.cm-pics .pic:nth-child(4n){
    margin-right: 0;
}
.cm-pics .pics .img{}
.cm-pics .pics .desp{
    width: 80%;
    margin:11px auto 28px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align:center;
    color:#666666;
    font-size:14px;  
}