/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p,  h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
html{
    min-width: 1280px;
}

fieldset, img,input,button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;

}

ul, ol {
    list-style: none;
}

input {
    padding: 0;
    font-family: "Microsoft yahei","微软雅黑";
    background: none;
}

select, input {
    vertical-align: middle;
}

input, textarea {
    font-size: 14px;
    margin: 0;
    outline:none
}

textarea {  /*防止放大缩小*/
    resize: none !important;
} 
img {  /*  去掉图片低测默认的3像素空白缝隙*/
    border: 0;
    vertical-align: middle;
}  
table {
    border-collapse: collapse;
}
button{
    border:none;
}
body {
    font: 14px "Montserrat, Helvetica, Arial, sans-serif";
    color: #ffffff;
    background-color: #161e21;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #fff;
    text-decoration: none;
}
a, a:hover {
    color: #fff;
    transition: all .3s ease-out 0s;
    cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 200%;
}

s,i,em {
    font-style: normal;
    text-decoration: none;
}
.middle {
    width: 1280px;
    margin: 0 auto;
}
.leftBox{
    width: 63%;
}
.rightBox{
    width: 35%;
}

.leftBox1{
    width: 73.5%;
}
.rightBox1{
    width: 25%;
}

.bg {
    background: #273238!important;
}

.fl {
    float: left !important;
}

.fr {
    float: right!important;
}

.al {
    text-align: left !important;
}

.ac {
    text-align: center !important;
}

.ar {
    text-align: right !important;
}

.hide {
    display: none !important;
}
.black{
    display: block !important;
}
.conceal{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conceal2{
  display: block;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
   white-space: nowrap;
}

.conceal3{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mt0{
    margin-top: 0;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}

.mt100{
	margin-top: 100px;
}
.ml10{
    margin-left: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.mlr10{
    margin: 0 10px;
}
.ptb{
    padding: 20px 0;
}
.padding10{
    padding: 10px;
}
.padding20{
    padding: 20px;
}
.bgactive{
    background: #383838 !important;
}
.white{
    color: #fff;
}
.dark{
    color: #acb7c1;
}
.blue{
    color: #0748ec;
}
.size12{
    font-size: 12px;
}
.size20{
    font-size: 20px;
}
.size25{
    font-size: 25px !important;
}
.size26{
    font-size: 26px;
}

.mg30{
	margin: 30px 0;
}

.mgr20{
	margin-right: 20px;
}

.pdr10{
	padding-right: 10px;
}
/* 标题 */
.allTitle{
    line-height: 48px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    border-bottom: 2px solid #121212;
}
.allTitle>p{
    font-size: 18px;
}
/*分页*/
.page_new > li{
    float: left;
    margin: 0 3px;
    background: #333;
    border-radius: 5px;
    font-size: 13px;
}
.page_new > li > a{
    padding: 8px 12px;
    float: left;
    color:#fff;
}
.page_new > li > a:hover{
    /* background: #024bff; */
}
.page_new > li > a span{
    font-size: 12px;
}
.page_new > li.active{
    background: #024bff;
    /* padding: 6px 11px; */
    color:#fff;
}
.page_new > li.active > a:hover{
    cursor: default ;
}
.page_new > li.disabled{
    background: #333;
    cursor:no-drop;
}
.page_new > li.disabled > a:hover{
    cursor:no-drop;
}
.page_new > li.disabled > a:focus{
    cursor:no-drop;
}
/* 面包屑导航 */
.navBar{
    line-height: 50px;
}
.navBar a{
    font-size: 13px;
}
.navBar a,.navBar a cite,.navBar span[lay-separator],.navBar a:hover{
    color: #fff !important;
}
.navBar span[lay-separator] {
    margin: 0 5px;
}
/* 自定义颜色 */
.gray{
    color: #383838;
}
.bgGray{
    background: #1a2123;
}



/*kunrong*/

.t-ul li{
	float: left;
}


.t-fix-header{
	height: 60px;
}

.clear{
	width: 100%;
	height: 1px;
	clear: both;
}


.clearfix2{
	content: '';
	clear: both;
	display: block;
	overflow: hidden;	
}

.re{
	position: relative;
}

.ab{
	position: absolute;
}
.overflow-hidden {
    white-space: nowrap;
}
.Padding8{
	padding:0 8px;
}
.aColor a{
	color: #FFFFFF!important;
}
.layui-input, .layui-select, .layui-textarea{
	background-color: #273238;
	color: #FFFFFF;
	border-color: #313E47;
}
.Padding15{
	padding: 0 15px;
}
.marginTop {
    margin-top: 18px;
}
.marginRight15 {
    margin-right: 15px;
}

/* 内容标题 */
.every-title {
    line-height: 48px;
    /* border-bottom: 1px solid #eee; */
    font-size: 16px;
}
.every-title p {
    font-size: 20px;
}

/* radio_show */
.songLeft {
    width: 1000px;
}

.songRight {
    width: 270px;
}

.bgwhite {
    background: #273238;
    border-radius:10px 10px 10px 10px;
}
