.content-1200{
	width: 1200px;
	margin: 0 auto;
}
.article-page{
	padding: 60px 0;
	overflow: hidden;
}
.single-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-l{
	float: left;
	min-height: 600px;
	width: calc(100% - 360px);
	margin-right: 60px;
}
.navbar-menu{
	font-size: 14px;
    height: 50px;
    background: rgba(246,246,246,1);
    border-radius: 10px;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}
.navbar-menu a {
    color: #989898;
    text-decoration: none !important;
}
.navbar-menu a:hover{
	color: #337ab7;
}
.navbar-menu span {
    color: #989898;
}
.main-title{padding-top: 40px;}
.main-title > strong{margin-bottom:30px;display:block;color:#1A1A1A;font-size:28px}
.main-title p {
    color: #989898;
    font-size: 12px;
    margin-bottom: 40px;
    align-items: center;
    display: flex;
}
.main-title p span{}
.main-title p b{font-weight:400;margin:0 5px}
.main-title p img{}
.art-text {
    padding-top: 0;
    margin-bottom: 60px;
    line-height: 28px;
    word-wrap: break-word;
    font-size: 16px;
}
.content-r{
	float: right;
	width: 300px;
}
.kbm-big-title{display: flex;justify-content: space-between;position: relative;padding-left: 20px;margin-bottom: 30px;}
.kbm-big-title::after {content: '';position: absolute;bottom: -15px;top: 50%;left: 0;height: 20px;width: 6px;background-color: #FD4E4E;margin-top: -9px;}
.kbm-big-title strong{color:#333333;font-size: 20px;}
.kbm-big-title a {display: flex;align-items: center;text-decoration: none !important;}
.kbm-big-title a span{color:#333333;font-size: 14px;}
.kbm-big-title a img{width:14px;height:14px;display: block;margin-left: 6px;}
.kbm-hot-article{margin-bottom:43px}
.kbm-hot-article .box a{color:#4C4C4C;font-size:16px;display:block;width:100%;height:50px;line-height:50px;padding-left:20px;padding-right:20px;box-sizing:border-box;text-decoration:none}
.kbm-hot-article .box a:hover{background: rgba(246,246,246,1);}

.section-msg {
    text-align: center;
    margin: 170px 0;
}
.section-msg .msg-inner {
    display: inline-block;
    padding-left: 50px;
    position: relative;
}
.section-msg .icon-msg-large {
    position: absolute;
    top: 0;
    left: 0;
}
.i-info {
    color: #4da9e8;
}
.icon-msg-large {
    font-size: 36px;
}
.section-msg .msg-text {
    line-height: 36px;
    font-size: 18px;
    color: #999;
    text-align: left;
}


