@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
li,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}
em,
i {
	font-style: normal;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-transition: color .1s;
	transition: color .1s;
}
h4, h5, h6 {
    font-size: 100%;
}
.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1
}

.clear {
	clear: both;
	visibility: hidden;
}

img {
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@keyframes fadein{
    0%{opacity: 0;
         }
    100%{
        opacity: 1;

    }
}
@-webkit-keyframes fadein{
        0%{opacity: 0;
         }
    100%{
        opacity: 1;

    }
}
@-moz-keyframes fadein{
        0%{opacity: 0;
         }
    100%{
        opacity: 1;

    }
}
@-o-keyframes fadein{
        0%{opacity: 0;
         }
    100%{
        opacity: 1;

    }
}
@-ms-keyframes fadein{
        0%{opacity: 0;
         }
    100%{
        opacity: 1;

    }
}
body {
    font: 14px/1.4 'Microsoft YaHei';
    animation: fadein 0.7s linear 1;
    -webkit-animation: fadein 0.7s linear 1;
    -moz-animation: fadein 0.7s linear 1;
    -o-animation: fadein 0.7s linear 1;
    -ms-animation: fadein 0.7s linear 1;
    /*min-width: 1180px;*/

}
#container {
    min-width: 1180px;
}
.main-content {
    width: 1180px;
}
#container .main-content {
	background: #ffffff;
}
.ml-12 {
    margin-left: 12px;
}
.ml-20 {
	margin-left: 20px;
}
 .ml-24 {
     margin-left: 24px;
 }
 .ml-28 {
     margin-left: 28px;
 }
 .ml-40 {
     margin-left: 40px;
 }
.mt-20 {
	margin-top: 20px;
}
 ::-webkit-input-placeholder {
     color: #888888;
 }

 :-ms-input-placeholder {
     color: #888888;
 }

 :-moz-placeholder {
     /* Firefox 18- */
     color: #888888;
 }

 a {
     text-decoration: none;
 }

 li {
     list-style: none;
 }

 input,
 button {
     border: none;
     outline-style: none;
 }

 .bg-orange {
     background-color: #EDB95A;
 }

 .bg-tawny {
     background-color: #9CCC76;
 }

 .fl-col {
     display: flex;
     flex-direction: column;
 }
.fl-row {
     display: flex;
     flex-direction: row;
 }
 .icon {
     display: inline-block;
 }

 .icon-search {
     background: url(../images/eii_search.png) center/cover no-repeat;
     width: 15px;
     height: 16px;
 }

 .icon-note {
     background: url(../images/eii_icon_01.png) center/cover no-repeat;
     width: 28px;
     height: 32px;
 }

 .icon-vip {
     background: url(../images/eii_icon_02.png) center/cover no-repeat;
     width: 28px;
     height: 32px;
 }

 .icon-more {
     background: url(../images/eii_more.png) center/cover no-repeat;
     width: 16px;
     height: 16px;
 }

 .icon-lie {
     background: url(../images/eii_lie.png) center/cover no-repeat;
     width: 8px;
     height: 10px;
 }
.icon-prev {
  	background: url(../images/eii_next_01.png) center/cover no-repeat;
    width: 14px;
    height: 13px;
  }
   .icon-next {
  	background: url(../images/eii_next_02.png) center/cover no-repeat;
    width: 14px;
    height: 13px;
  }
  .icon-location {
  	background: url(../images/eii_icon_04.png) center/cover no-repeat;
    width: 40px;
    height: 40px;
  }
  .icon-tel {
  	background: url(../images/eii_icon_05.png) center/cover no-repeat;
    width: 40px;
    height: 40px;
  }
  .icon-email {
  	background: url(../images/eii_icon_06.png) center/cover no-repeat;
    width: 40px;
    height: 40px;
  }
  .icon-file {
  	background: url(../images/eii_icon_07.png) center/cover no-repeat;
    width: 14px;
    height: 15px;
  }
 .ellipsis {
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
 }
 .ellipsis_two_line {
 	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
 }
 .ellipsis_three_line {
 	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
 }
 .bg-426CFF {
 	background-color: #426CFF;
 }
 .bg-FF733D {
 	background-color: #FF733D;
 }
 .bg-19C084 {
 	background-color: #19C084;
 }
 .bg-9EABD6 {
 	background-color: #9EABD6;
 }
 .c-2B4FC9 {
 	color: #2B4FC9;
 }
/* 左侧菜单栏 右侧内容 左右布局 */
 .left_right_layout {
      display: flex;
      flex-direction: row;
      border-top:1px solid rgba(221,221,221,1);
      justify-content: flex-start;
  }
  .left_right_layout .leftBar {
      display: flex;
      flex-direction: column;
      width: 213px;
      min-height: 752px;
      border-right: 1px solid #EEEEEE;
  }

  .left_right_layout .leftBar .headerTitle {
      width: 100%;
      box-sizing: border-box;
      padding: 22px 30px 12px 30px;
      font-size:16px;
      font-weight:bold;
      line-height:21px;
      color: #11319C;
  }
  .left_right_layout .leftBar .menuList {
      display: flex;
      flex: 1;
      flex-direction: column;
      height: 53px;
      align-items: center;
  }
  .left_right_layout .menuList li {
      display: flex;
      align-items: center;
      width: 100%;
      height: 53px;
      box-sizing: border-box;
      padding-left: 30px;
      color: #666666;
      border-bottom:1px solid #EEEEEE;
      cursor: pointer;
  }
  .left_right_layout .menuList li.active {
      color: #000000;
  }
  .left_right_layout .menuList li:hover {
  	  color: #000000;
  }
  .left_right_layout .rightContent {
      flex: 1;
      min-height: 850px;
	    padding-left: 40px;
	    padding-right: 60px;
	    padding-bottm: 50px;
	    display: flex;
	    flex-direction: column;
	    overflow: hidden;
  }
  .rightContent .headerTitle {
      padding: 31px 0 0 0;
      font-size: 16px;
      font-weight: bold;
      color: #7890DF;
  }
  .iframeWrap {
      width: 100%;
      flex: 1;
  }
  .iframeWrap iframe {
      width: 100%;
      overflow-x: hidden;
      visibility:hidden;
  }
  
  /* 分页器 */
  #pagination {
  	display: flex;
  	justify-content:center;
  	margin-top: 20px;
  }
  #pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
  	background-color: transparent;
  }
  #pagination .layui-laypage .layui-laypage-curr em {
  	color: #FF8000;
  }
  #pagination .layui-laypage a,#pagination .layui-laypage span {
  	background-color: transparent;
  	line-height: 1;
  }
  
  #pagination .layui-laypage a, 
  #pagination .layui-laypage button,
  #pagination .layui-laypage input,
  #pagination .layui-laypage select,
  #pagination .layui-laypage span {
  	border: none;
  }
  #pagination .layui-laypage a:hover {
  	color: #FF8000;
  }
  