a {
  color: inherit;
}
html {
  height: 100%;
}
@-webkit-keyframes shadow-preload
{
    0%
    {
        background-image: url(../img/mui-shadow-grey.png);
    }

    100%
    {
        background-image: url(../img/mui-shadow-grey.png);
    }
}
@keyframes shadow-preload
{
    0%
    {
        background-image: url(../img/mui-shadow-grey.png);
    }

    100%
    {
        background-image: url(../img/mui-shadow-grey.png);
    }
}
dl,dd,ul,li,p,h4,h5,h6{
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
}
p{
	color: #333;
}
h4{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}
h5{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}
h6{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	
}
i,em{
	font-style: normal;
}
body{
  /*font-family: PingFangSC-Light, "STHeiti Light", "helvetica neue",
    "hiragino sans gb", arial, "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;*/
  font-family: sans-serif, "Microsoft YaHei", 微软雅黑;
	font-size: 12px;
	color: #333;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
}
.bold{
	font-weight: 600;
}
.primaryColor{
	color: #3b58ad;
}
.red{
	color: #d12a36 !important;
}

/* margin */
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}

.ml-0 {
  margin-left: 0px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.ml-60 {
  margin-left: 60px !important;
}

.mr-0 {
  margin-right: 0px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mr-60 {
  margin-right: 60px !important;
}

.border-t{
	border-top: 1px solid #e5e5e5;
}
.border-b{
	border-bottom: 1px solid #e5e5e5;
}
.border-no{
	border: 0 !important;
}
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.flex-1{
	flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}

/* header */
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	align-items: center;
	background-color: #fff;
	padding: 15px;
  z-index: 3;
}
.header a {
  display: inline-flex;
}
.header .logo {
  width: 25px;
  height: 27px;
}
.header .spacer {
  flex: 1;
}
.header .font-icon {
  margin-left: 9px;
  display: inline-flex;
  width: 36px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
.header .font-icon i{
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.header .img-icon {
  margin-left: 9px;
}
.header .img-icon img {
  height: 28px;
}
.header .title{
	margin-left: 24px;
	position: relative;
}
.header .title span{
	font-size: 17px;
  font-weight: bold;
	letter-spacing: 2px;
	border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	align-items: center;
	justify-content: center;
	color: #3B58AD;
  line-height: 23px;
}
.header .title::before{
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background-color: #3B58AD;
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
}
.header .search {
	flex: 1;
	margin: 0 20px;
	position: relative;
}
.header input {
	height: 32px;
	margin: 0;
	background-color: #f1f2f5;
	border: 0;
	border-radius: 4px;
	font-size: 14px;
	padding-left: 32px;
}
.header .search .iconfont{
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-weight: bold;
}

/* nav */
.nav {
	background-color: #3B58AD;
	position: relative;
  z-index: 2;
}
.nav .mui-scroll-wrapper {
  padding-right: 44px;
}
.nav .mui-segmented-control .mui-control-item:first-child{
	padding-left: 15px;
}
.nav .mui-segmented-control .mui-control-item:last-child{
	padding-right: 15px;
}
.nav .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.nav .mui-segmented-control .mui-control-item {
	font-size: 15px;
	color: #fff;
	padding: 0 8px;
}
.nav .nav-menu{
	line-height: 1;
  	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #3B58AD;
	padding: 9px 12px;
	z-index: 2;
  box-shadow: -5px 0 15px 5px rgba(59, 88, 173);
}
.nav .nav-menu .iconfont{
	color: #fff;
	font-size: 20px;
  font-weight: bold;
}

.main {
  z-index: 3;
  flex-grow: 1;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.main .content {
  flex-grow: 1;
}
.main .content .text-box img, .content .text-box video{
  max-width: 100%;
  height: auto;
}

/* banner */
.banner {
	padding: 15px;
	background-color: #fff;
}

.banner .mui-slider .mui-slider-group .mui-slider-item {
	border-radius: 4px;
	overflow: hidden;
}

.banner .mui-slider-title {
	color: #fff;
	font-size: 15px;
	padding-right: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  background-color: initial;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  font-weight: bold;
  height: 49px;
  line-height: 61px;
}

.banner .mui-slider-indicator {
	padding-right: 12px;
}

.banner .mui-slider-indicator .mui-indicator {
	margin: 0 1px;
}

/* column */
.column {
	background-color: #fff;
	padding: 0 15px;
	margin-bottom: 8px;
}
.column:last-child {
  margin-bottom: 0;
}
.column .big-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-top: 24px;
	padding-bottom: 10px;
  align-items: center;
  line-height: 1;
}
.column .big-title .larger {
  	display: inline-block;
  	font-size: 22px;
	color: #3b58ad;
  	text-align: center;
    vertical-align: 1px;
	margin-right: 5px;
}
.column .big-title .tag {
	display: inline-block;
    padding: 4px 10px;
    font-size: 15px;
    border-radius: 4px;
    background: #3b58ad;
    color: #fff;
    text-align: center;
    vertical-align: 1px;
    margin-right: 5px;
    font-weight: bold;
}
.column-hd {
	padding: 15px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	align-items: center;
  line-height: 1;
}
.column-hd h5, .column-hd h6 {
  font-weight: bold;
}
.column-hd h5.title {
	flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	align-items: center;
  font-size: 18px;
}
.column-hd h6.title {
	flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	align-items: center;
  font-size: 15px;
}
.column-hd h5.list-title {
	flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	align-items: center;
  font-size: 19px;
  color: #3b58ad;
}
.column .big-title .more, .column-hd .more {
	font-size: 13px;
	color: #999;
  font-weight: normal;
}
.column .column-hd .title-bg{
	position: relative;
	line-height: 1;
}
.column .skew{
	display: inline-block;
	width: 100%;
    height: 100%;
	text-align: center;
	transform: skewX(-10deg);
	background-color: #0056B3;
  position: absolute;
}
.column .column-hd .title-bg span{
	display: inline-block;
  position: relative;
	color: #fff;
	font-size: 15px;
  height: 24px;
  line-height: 24px;
  margin: 0 7px;
}
.column-bd {
  padding: 0 0 .1px 0;
}
.column-clear {
  padding: 0 15px;
}

.theme{
	position: relative;
	margin-bottom: 10px;
}
.theme:only-child{
	margin-bottom: 0;
}
.theme img{
	border-radius: 4px;
}
.theme span{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #3b58ad;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	padding-top: 15px;
	padding-bottom: 5px;
	position: relative;
}
.list li:last-child {
	padding-bottom: 15px;
}
.list li:not(:last-child){
	border-bottom: 1px solid #e5e5e5;
}
.list li a {
	flex:1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list li .list-object {
	padding: 5px;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	margin-right: 15px;
}
.list li .list-meta {
	flex: 1;
}
.list li .list-other {
	padding-left: 10px;
}
.list li img {
	border-radius: 4px;
}
.list li .des {
	color: #999;
	font-size: 12px;
	padding-top: 5px;
}
.list li .des .time {
	margin-right: 10px;
}
.list li.btn-more a {
	justify-content: center;
	font-size: 14px;
	color: #3b58ad;
}
.list-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	align-items: center;
	padding-top: 8px;
}
.list-pic span {
	flex: 1;
}
.list-pic span:not(:last-child) {
	padding-right: 6px;
}
.list-img-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px
}

.load-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e5e5e5;
  justify-content: center;
  align-items: center;
  color: #3b58ad;
  font-size: 14px;
  padding: 12px 0;
  line-height: 32px;
}
.load-more img {
  margin-right: 8px;
  max-height: 32px;
  width: auto;
}
.load-more .loader {
  display: none;
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.load-more .circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.load-more .circular .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke: #ccc;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.footer{
	background-color: #fff;
}
.footer-nav{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	padding: 15px 0;
	border-bottom: 3px solid #3B58AD;
}
.footer-nav li{
	flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}
.footer-nav li:not(:last-child)::before {
	display: block;
	content: "";
	height: 14px;
	width: 1px;
	background: #d0d0d0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.footer-nav li a{
	color: #333;
	font-weight: bold;
}
.footer-other{
	line-height: 1.5;
	color: #666;
	text-align: center;
	padding: 15px 0;
}
.footer-other p {
  font-size: 12px;
}

/* side-tool */
.side-tool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 1.64rem;
  z-index: 999;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
.side-tool .tool-item {
  width: 42px;
  height: 42px;
  background: rgba(59, 88, 173, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 15px;
  margin-right: 8px;
}
.side-tool .active {
  background: rgba(59, 88, 173, 0.6);
}
.side-tool .tool-item:first-child {
  margin-top: 0;
}
.side-tool .tool-item i {
  color: #fff;
  font-size: 25px;
}
.side-tool .qr-box {
  position: relative;
}
.side-tool .qr-box .precode-box {
  display: none;
  position: absolute;
  right: 55px;
  bottom: 0;
  width: 145px;
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
}
.side-tool .active .precode-box {
  display: block !important;
}
