/*首页*/
.navbar-default1{
    background-image: linear-gradient(#ffffff, #ffefba);
}
.nav-ul{
    background-image: linear-gradient(#fffde4, #ffefba,#ffe830); 
}
.footer{
    background: url('./myimg/foot.jpg') no-repeat;
    background-size: cover;
    filter: 0.5;
    /*height: 145px;*/
}
.main-content{
    /*background: linear-gradient(rgba(76,34,27, 0.5));*/
    /*background-size: cover;*/
    background-color: #4c221b;
    /*margin-top: -30px;*/
}
.mybody{
    background-color: #4c221b;
}
.footdivleft{
    height:200px;
    width:10%;
    background:blue;
    padding-bottom: 0;
    padding-left: 0;
    position: absolute;
    z-index: 100;
}
.panel-sm{
    background: linear-gradient(rgb(245, 175, 25), rgb(241, 39, 17));  ;
    /*opacity: 0.5;*/
}
.panel-sm-sm{
    /*opacity: 0.5;*/
    position: relative;
    padding: 15px 0;
    /*background: #fff;*/
    /*border-bottom: 1px solid #f5f5f5;*/
    color: #493131;
    /*background-color: #f5f5f5;*/
    /*border-color: #ddd;*/
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.panel-sm-sm-font{
    font-size: 16px;
}
.panel-sm-img{
    background: linear-gradient(0.25turn, rgb(138, 35, 135), rgb(233, 64, 87), rgb(242, 113, 33)); 
    /*background-color: #B46E5B;*/
    /*opacity: 0.5;*/
}
.panel-item-title{
    /*opacity: 0.8;*/
    /*background: linear-gradient(0.25turn, rgb(51, 51, 51), rgb(221, 24, 24));*/
    background: linear-gradient(0.25turn, rgb(138, 35, 135), rgb(233, 64, 87), rgb(242, 113, 33)); 
}
.panel-title-fontcolr{
    color: white;
}

.item-optical{
    opacity: 1;
    background: linear-gradient(to left, rgb(113 28 28 / 38%), rgb(215 109 119 / 60%), rgb(255 203 123 / 79%))
    /*background: linear-gradient(to top,#ffcc33,rgb(242, 201, 76,0.8),rgb(242, 153, 74,0.8)); */
}
.item-button{
    background: #FCDBCA;
}
/*详情页*/
.show-background{
    background: #eedeb0;
}
/*.article-text p span{*/
/*    background-color: red;*/
/*}*/
.show-title-background{
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255, 0.5)), url('./myimg/showtitle.jpg') no-repeat;
    /*background: url('./myimg/showtitle.jpg') no-repeat;*/
    background-size: cover;
    /*opacity: 0.7;*/
    color:#ff8936;
}
.show-title-li{
    font-weight:bold;
    font-size:25px;
}
/*栏目页*/
.channel-title{
    color: #f35336;
}
.channel-body{
    background:#9d2933;
}
.channel-panel{
    opacity: 1;
    background: linear-gradient(to bottom,#ffcc33,rgb(242, 201, 76,0.8),rgb(242, 153, 74,0.8)); 
}
.channel-title-background{
    /*background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255, 0.5)), url('./myimg/showtitle.jpg') no-repeat;*/
    background: linear-gradient(0.25turn, rgb(195, 20, 50), rgb(36, 11, 54)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */      
    /*background: url('./myimg/showtitle.jpg') no-repeat;*/
    background-size: cover;
    color: #e9f1f6;
    /*opacity: 0.7;*/
    /*color:#ff8936;*/
}
/*列表*/
.list-panel{
    background-color: #9d2933;
}
.list-title{
    color: #e9f1f6;
}
/*单页*/
.page-aside-font{
 color: #e9f1f6;   
}
/*专题*/
.special-background{
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255, 0.5)), url('./myimg/spbg.jpg') no-repeat;
}