*{
    margin: 0;
    padding: 0;
}
body{
    max-width: 1920px !important;
    margin: 0 auto !important;
    font-family: '微软雅黑';
    font-size: 16px;
}
ul,li,dl,dd{
    list-style: none;
}
/* a{
    text-decoration-line: none;
    color: #333;
} */
.container{
    height: 100%;
    position: relative;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    /* background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #D0EEFF; */
}
.wrapper1200{
    width: 1200px;
    margin: 0 auto;
}
.page_content{
    min-height: 700px;
    padding-bottom: 50px;
    background-color: #eee;
}
.one_text{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.two_text{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.0em; /* 设置为行高的两倍 */
  line-height: 1.5em; /* 这里的行高应与下面p标签中的行高一致 */
  height: 3.0em; /* 这里的高度应与max-height一致 */
}
.clearfix::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.diamond{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #0093dd;
    vertical-align: middle;
    margin-right: 5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* Internet Explorer */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); /* Opera */
    margin-right: 12px;
}
.banner {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    background-image: url(/Cloud/WebUI/imgs/hztsg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* .sidebar_list .hover:hover{
    background-color: rgba(168,27,24,.2);
} */
.third_list{
    position: relative;
}
.third_item a:hover{
    background-color: rgba(168,27,24,.2);
}



.main_content {
    width: 1170px;
    min-height: 800px;
    margin: 0 auto;
    display: flex;
}

.showcase_wapper {
    width: 100%;
    margin-right: 35px;
}
.showcase{
    width: 100%;
}

/* 面包屑 */
.breadcrumb_wapper {
    line-height: 53px;
    border-bottom: 1px solid #ccc;
}
.breadcrumb_list {
    display: flex;
    font-size: 14px;
    color: #777777;
}
.breadcrumb_list a{
    display: inline-block;
    font-size: 14px;
    color: #777777;
}
.breadcrumb_list a::after{
    content: '>>';
}
.breadcrumb_list a:last-child:after,
.breadcrumb_list a:first-child:after{
    content: '';
}
.breadcrumb_list a:last-child,
.breadcrumb .lastName{
    color: #3ba1c4;
}


/* 分页 */
#portal_paginational{
    margin-top: 50px;
    text-align: center;
}
.layui-laypage{
    display: flex;
    justify-content: center;
    margin: 50px auto 25px !important;
}
.layui-laypage-count,
.layui-laypage-refresh{
    display: none !important;
}
.layui-box{
    font-size: 14px;
}
.layui-box a,
.layui-laypage-prev,
.layui-laypage-curr{
    margin-right: 10px !important;
}

.layui-laypage{
    display: flex;
    justify-content: center;
    margin: 50px auto 25px !important;
}
.layui-laypage-limits,
.layui-laypage-count,
.layui-laypage-refresh{
    display: none !important;
}
.layui-box{
    font-size: 14px;
}
.layui-box a,
.layui-laypage-prev,
.layui-laypage-curr{
    margin-right: 10px !important;
}
.layui-nav-tree .layui-nav-item>a .layui-nav-more{
    display: none;
}
.layui-nav-tree{
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.layui-nav-child dd a{
    padding-left: 45px !important;
    box-sizing: border-box;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 47px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
.layui-nav-child a::before{
    content: '';
    display: none;
    position: absolute;
    left: 25px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #333;
    border-bottom: 4px solid transparent;
}
.layui-nav-child.triangle a::before{
    display: block;
}


