*, *::before, *::after {
    box-sizing: border-box
;}
.theme-bg-dark {
    /*background: #28b76b*/
    background: #0e8e4a;}
.theme-bg-shapes-right {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    overflow: hidden
;}

.theme-bg-shapes-right:before {
    content: "";
    width: 300px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: -60px;
    top: 0;
    border-radius: 4px;
    -webkit-transform: skew(25deg, -10deg);
    transform: skew(25deg, -10deg);
    moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left
;}

.theme-bg-shapes-right:after {
    content: "";
    width: 150px;
    height: 600px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    right: 0px;
    top: 30px;
    border-radius: 6px;
    -webkit-transform: skew(25deg, 10deg);
    transform: skew(25deg, 10deg);
    moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left
;}

.theme-bg-shapes-left {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    overflow: hidden;}

.theme-bg-shapes-left:before {
    content: "";
    width: 300px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: -90px;
    top: 0;
    border-radius: 6px;
    -webkit-transform: skew(25deg, -12deg);
    transform: skew(25deg, -12deg);
    moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left
;}

.theme-bg-shapes-left:after {
    content: "";
    width: 150px;
    height: 600px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    left: 0px;
    top: 30px;
    border-radius: 4px;
    -webkit-transform: skew(-25deg, 10deg);
    transform: skew(-25deg, 10deg);
    moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left
;}

.page-header.theme-bg-dark .page-intro {
    color: #fff;
    text-transform: Uppercase;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;}

.page-intro {
    font-size: 14px;
    font-weight: bold;}

.single-col-max {
    max-width: 800px;}

.ml-auto, .mx-auto {
    margin-left: auto;}

.page-header.theme-bg-dark .page-heading {
    color: #fff;font-size: 45px;
    font-weight: bold;}

/*标题*/
.page-heading {
    font-size: 36px;
    font-family: '微软雅黑';
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 5px;}

.container {
    max-width: 1140px;}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;}

.text-center {
    text-align: center !important;}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
    margin-bottom: 0px !important;}

.pt-5, .py-5 {
    padding-top: 3rem !important;
    margin-top: 0px !important;}

.position-relative {
    position: relative !important;}

.foot-container{
    font-family: 微软雅黑;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;}
.copyright a {
    color:#0e8e4a;
    text-decoration:none;
    background-color:transparent
;}
.copyright a:hover {
    color:#1a7846;
    text-decoration:underline
;}
.foot-container .footer-inner{
    padding: 0;}

.panel-body ul{
    margin-bottom: 0px !important;}
.friend{
    list-style-type: none;
    margin: 0px;
    padding: 0px;}
.friend li{
    margin-bottom: 5px;}
.friend img{
    width: 240px;
    height: 45px;}

.list-title{
    display: block;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    width: 85%;}
.time{
    float:right;
    display: block;}
.tab-title{
    height: 18px;
    width: 100%;
    color: #0e8e4a;
    font-size: 18px;}
.tab-title ul{
    margin: 0;
    padding: 0;}
.tab_item{
	float:left;
	width:90px;
	text-align:center;
	z-index:90;
	position:relative;
	cursor:pointer;
    height:18px;
	line-height:18px;
	list-style: none;
    border-right:2px solid #0e8e4a;}

/*TAB页切换*/
svg{
    fill: currentColor;}
/*.mt-tabpage {
    width: 100%px;
    margin: 30px auto;
    box-shadow: 0 0 5px #999;
    background-color: #cccccc;
}*/
.mt-tabpage-title {
    height: 50px;
    font-size: 14px;
    background-color: #fff;
    /*width: 94%;*/
    margin: auto;
    background: #fff;
    border-bottom: 1px solid #0b6cb9;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;}
.mt-tabpage-title ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;}
.mt-tabpage-title .mt-tabpage-item {
   /* display: inline-block;  width: 105px;  text-align: center;*/
  
    height: 50px;
    line-height: 50px;
  
    color: #666;
    font-size: 14px;
    cursor:pointer;}
.mt-tabpage-title .mt-tabpage-item:hover{
    color: #0b6cb9;}
.mt-tabpage-title .mt-tabpage-item-cur {
    color: #0b6cb9;
    font-size: 18px;
font-weight:bold;
    }
.mt-tabpage-count {
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;}
.mt-tabpage-cont__wrap {
    position: absolute;
    margin: 0;
    padding: 0;}
.mt-tabpage-count .mt-tabpage-item {
    width: 340px;}
.mt-tabpage-item ul,.mt-tabpage-item li {
    margin: 0px;
    padding: 0px;
    list-style: none;}
.mt-tabpage-count .mt-tabpage-item li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    height: 35px;
    line-height: 35px;}
.mt-tabpage-count .mt-tabpage-item a:hover {
    color: #0b6cb9;
    text-decoration: none;}

/*各类列表页*/

.media-body a{
    font-size: 16px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;}
.media-body a:hover{
    color: #0b6cb9;
    text-decoration: none;}
.media-body span{
    float: right;}

.page-header.theme-bg-dark{background:url(../images/top-bg.png) no-repeat;background-size:cover;}