html,body {
  font: 400 15px/20px "Microsoft YaHei", Helvetica, Arial, sans-serif!important;
  font-size: 15px
}
a,
a img,
a i {
  color: rgba(16, 45, 71, 1);
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -o-transition: all .3s linear
}

a:hover {
  text-decoration: none;
  color: rgba(242, 77, 93, 1)
}

.uk-container {
  max-width: 1400px
}

.mm-top{
  width: 100%;
  background: rgba(255, 255, 255, 1);
}
.mm-title-bg{
  width: 100%;
  background: rgb(245, 245, 245);
  overflow: hidden;
}
.mm-title{
  position: relative;
  height: 50px;
}
.mm-title p{
  margin: 0;
  line-height: 50px;
  font-size: 15px;
  margin-right: 15px;
  color: rgba(16, 45, 71, 1);
}
.mm-title p>i{
  margin-right: 5px;
}

.mm-logo{
  width: 260px;
}
.uk-navbar-nav>li>a {
  min-height: 50px;
  font-size: 17px;
  font-weight: 900;
  margin: 30px 5px;
  padding: 0 10px;
  color: rgba(16, 45, 71, 1);
}
.uk-navbar-nav>li>a>i {
  margin-left: 5px;
}
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus {
  color: rgba(242, 77, 93, 1);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
}
.uk-navbar-dropdown {
  width: 260px;
  border-radius: 4px;
  background: rgba(242, 77, 93, .9);
}

.uk-nav li a {
  font-size: 15px;
  padding: 10px 1px;
  color: rgba(255, 255, 255, .8);
  position: relative;
  overflow: hidden
}

.uk-nav li i {
  line-height: 20px;
  position: absolute;
  right: -20px;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -o-transition: all .2s linear
}

.uk-nav li a:hover {
  color: rgba(255, 255, 255, 1);
  text-indent: 5px;
}

.uk-nav li a:hover i {
  right: 10px
}

/****
banner
****/
.mm-banner{
	width: 100%;
}

/****
main01
****/
.mm-main01-bg {
  width: 100%;
  padding: 20px 0;
  background:  rgb(245, 245, 245) ;
  /* overflow: hidden; */
}
.mm-main01-title{
  padding: 2px;
  border: 2px solid rgba(242, 77, 93, .9);
}
.mm-main01-title h2{
  padding: 5px;
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  color: rgba(242, 77, 93, .9);
  border: 1px dashed rgba(242, 77, 93, .9);
}
.mm-main01-li-box{
  background: rgba(255, 255, 255,1);
  padding: 13px;
  border-left: 3px solid rgba(242, 77, 93, .9);
}
.mm-tt-time{
  width: 60px;
  color: rgba(0, 0, 0, .5);
}
.mm-tt-title{
  width: 82%;
  font-weight: 900;
}
.mm-tt-title a{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

/****
main02
****/
.mm-main02-bg {
  width: 100%;
  padding: 40px 0;
  /* overflow: hidden; */
}
.mm-title-t {
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 900;
  border-bottom: 2px solid rgba(242, 77, 93, 1);
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}

.mm-title-t i {
	position: absolute;
  left: 10px;
  top: 10px;
  color: rgba(40, 66, 111, 1);
}

.mm-title-a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
  border-bottom: 2px solid rgba(242, 77, 93, 1);
}
.mm-tw-no-title a,.mm-tw-no-time p {
	margin: 0px;
	line-height: 21px;
}

.mm-tw-no-title a {
	display: block;
	background: url(../img/ico3.gif) 0 50% no-repeat;
	text-indent: 20px;

}

.mm-tw-no-title a:hover {
	background: url(../img/ico3.gif) 5px 50% no-repeat;
	text-indent: 18px;
}
.mo-bottom-line {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted rgba(228,182,21,1);
}
.mm-main02-imgbox{
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.mm-main02-imgbox:hover img{
  transform: scale(1.1);
}
.mm-main02-img a {
	width: 100%;
	display: block;
	position: relative;
	background: #f5f5f5;
}

.mm-main02-img a:hover {
	background: rgba(214,41,34,.1)
}

.mm-main02-til {
	padding: 17px 20px;
	color: #444;
}
.mm-main02-til strong{
  display: block;
}
.mm-main02-til p{
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}
/***
main03
***/
.mm-main03-imgbox{
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.mm-main03-imgbox:hover img{
  transform: scale(1.1);
}
.mm-main03-img a {
	width: 100%;
	display: block;
	position: relative;
	background: #f5f5f5;
}

.mm-main03-img a:hover {
	background: rgba(214,41,34,.1)
}

.mm-main03-til {
	padding: 17px 20px;
	color: #444;
}
.mm-main03-til strong{
  display: block;
}
.mm-authcode img{
  width: 100%;
  height: 40px;
}
.uk-textarea{
  height: 122px !important;
}
/***
main04
***/
.mm-main04-li{
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 20px;
}
.mm-main04-li a{
  font-weight: 900;
  display: block;
}
.mm-main04-li p{
  height: 40px;
  margin: 10px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

/***
footer
***/
.mm-footer-bg{
  width: 100%;
  padding: 50px 0;
  background: url(../img/main-06.jpg) center bottom no-repeat;
}
.mm-footer-text a {
  width: 340px;
  display: block;
}

.mm-footer-text a :hover {
  background: rgba(221, 84, 78, .1);
}

.mm-footer-text p {
  color: rgba(241, 241, 241, 1);
  line-height: 30px;
  margin: 10px 0;
}

.mm-footer-ico {
  margin-top: 20px;
}

.mm-footer-ico div {
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  color: rgba(241, 241, 241, 1);
}

.mm-footer-ico div>img {
  opacity: .8;
}

.mm-footer-copyright-bg {
  background: rgba(9, 40, 73, 1);
  z-index:999;
  position:relative;
}

.mm-footer-copyright {
  padding: 20px 0;

}

.mm-footer-copyright a {
  margin-left: 10px;
  color: #555;
}
.uk-nav-header {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}
.uk-offcanvas-bar {
  background: linear-gradient(rgba(42, 16, 56, 1), rgba(40, 66, 111, 1));
}

.uk-offcanvas-bar p {
  line-height: 26px;
  color: rgba(255, 255, 255, .4);
}

.uk-nav-default {
  font-size: 14px
}

@media (max-width:640px) {
  .mm-logo {
    width: 240px;
    padding: 5px 0;
  }

  .mm-logo:hover {
    padding: 2px 0;
  }
}

/***
list
***/
.mm-list-bg{
  width: 100%;
  padding: 30px 0;
  background:  rgb(245, 245, 245) ;
  /* overflow: hidden; */
}
.mm-leftbox{
  width: 100%;
  padding: 30px;
  padding-right: 0;
  box-sizing: border-box;
  background: rgba(40, 66, 111, 1);
  overflow: auto;
}
.mm-leftbox h4{
  color: rgba(241, 241, 241, 1);
}
.mm-left-li{
  width: 100%;
  float: right;
}
.mm-left-li div{
  display: block;
  float: right;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  text-indent: 20px;
}
.mm-left-li div a{
  line-height: 40px;
  display: block;
  color: rgba(241, 241, 241, 1);
  font-size: 16px;
  position: relative;

}
.mm-left-li div a:hover,.mm-left-li div .active{
  background: rgba(245, 245, 245, 1);
  border-top-left-radius: 4px;
  color: rgba(40, 66, 111, 1);
}

.mm-list-info{
  margin-bottom: 30px;
}
.mm-list-box{
  padding: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
}

/***
news
***/
.mm-news-box{
  padding: 40px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}
.mm-news-box h3 {
	font-size: 24px;
	font-weight: 900;
	color: #444
}

.mm-news-box p {
	color: #777
}

.mm-news-content {
	width: 100%;
	background: url(../img/ico2.gif) 0 0 repeat-x;
	margin-top: 30px;
	padding-top: 40px;
	margin: 0 auto
}

.mm-list-img a {
	width: 100%;
	display: block;
	position: relative;
	background: #fff;
}

.mm-list-img a:hover {
	background: rgba(214,41,34,.7)
}
.mm-teacher-til {
  padding: 0 15px;
	height: 60px;
	line-height: 60px;
	color: #444;
  text-align: center;
  font-weight: 900;
}
.mm-list-til {
	padding: 20px 20px;
	color: #444;
}
.mm-list-img a:hover .mm-list-til,
.mm-list-img a:hover .mm-teacher-til {
	color: #fff;
}