
.IndexInfo{
 	margin-top:60px
}
.indexInfoDateTitle{
    color:#7a7a7a;
    margin-bottom: 15px;
}
.IndexInfo_title {
    width: 100%;
    margin-left: auto;
    /*  元素靠右对齐  */
    margin-right: auto;
    /*  元素靠左对齐 */
    border-bottom: 1px solid #ccd6eb;
    position: relative;
}

.IndexInfo_title span {
    display: inline-block;
    font-size: 20px;
    color: #005096;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 2px solid #005096;
}



.tit-A-le {
    width:100%;
    margin:0 auto;
}

.tit-A-le span {
    font-size: 14px;
    margin-top: 16px;
    display: inline-block;
}


/* 切换栏 */
.IndexInfo_tab {
    width: 100%;
    /* height: 500px; */
    position: relative;
    /* 不可去除否则下面显示的页面异常 */
    overflow: hidden;
    margin-left: auto;
    /*  元素靠右对齐  */
    margin-right: auto;
    /*  元素靠左对齐 */
    margin-top: 20px;
    /* font-family: Arial; */
}

.IndexInfo .tab-nav {
    height: 30px;
    /* overflow: hidden; */
    font-size: 14px;
}

.IndexInfo .tab-nav a {
    display: block;
    float: left;
    /* width: 80px; */
    /* height: 30px; */
    /* line-height: 30px; */
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccd6eb;
    padding:6px 20px;
    color: #000000 !important;
    font-weight: bold;
	cursor: pointer;
}

.IndexInfo .tab-nav a.current {
    background: #ccd6eb;
    color: #000000 !important;
}

.IndexInfo .tab-con {
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
    /* 不可去除否则下面显示的页面异常 */
    /* background: #3e7cba; */
}

.IndexInfo .exegesis {
    width: 100%;
    padding: 10px 24px 4px 24px;
    background-color: #f8fafd;
    margin-top: 20px;
}

.IndexInfo .ratio {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 24px;
}

.IndexInfo .tab-trends-item {
    position: relative;
    width: 100%;
}



.IndexInfo .tab-con-item td:first-of-type {
    background-color: #f8fafd;
}

.IndexInfo .tab-con-item table {
    text-align: center;
    font-size: 15px;
    border-spacing: 0;
}

.IndexInfo .tab-con-item td {
    width:50%;
    padding: 15px;
    color: #333333;
    border: 1px solid #d9e4f3;
    /* border-collapse: collapse; 单个边框 */
    text-align: center;
}

.IndexInfo .tab-con-item th {
    width: 50%;
    padding: 15px;
    background-color: #005096;
    color: #ffffff;
    border: 1px solid #d9e4f3;
    /* border-collapse: collapse; 单个边框 */
    text-align: center;
}

.ingredient {
    /* width: 847px; */
    float: left;
}

.taab-left {
    /* width: 410px; */
    /* height: 300px; */
    width: 50%;
    margin-right: 7px;
    float: left;
}

.taab-left table {
    /* border-collapse: collapse;单个边框 */
    width: 100%;
    text-align: center;
    font-size: 15px;
    border-spacing: 0;
}

.taab-left th {
    width: 33.3%;
    padding: 15px;
    background-color: #005096;
    color: #ffffff;
    border: 1px solid #d9e4f3;
    text-align: center;
}

.taab-left td {
    width: 33.3%;
    padding: 15px;
    color: #333333;
    border: 1px solid #d9e4f3;
    text-align: center;
}

.taab-left td:first-of-type {
    background-color: #f8fafd;
}

.taab-left td:last-of-type {
    background-color: #f8fafd;
}

.taab-right {
    /* width: 420px; */
    /* height: 300px; */
    float: left;
}

.total {
    float: right;
    font-size: 14px;
    color: #005096;
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 5px;
    cursor: pointer;
}


/*  */


/* 查看更多 */

.sec {
    width: 100%;
    /* max-width: 640px; */
    /* min-width: 320px; */
    margin-left: auto;
    /*  元素靠右对齐  */
    margin-right: auto;
    /*  元素靠左对齐 */
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    margin-top: 40px;
}

.poster {
    width: 100%;
    /* max-width: 640px; */
    /* min-width: 320px; */
    margin-left: auto;
    /*  元素靠右对齐  */
    margin-right: auto;
    /*  元素靠左对齐 */
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    margin-top: 40px;
}

.poster-list img {
    width: 100%;
}

.poster-list .poster-txt {
    position: relative;
    overflow: hidden;
    transition: height 0.24s;
}

.poster-txt {
    /* height: px; */
    font-size: 14px;
    color: #7a7a7a;
    line-height: 24px;
}

.poster-list .poster-txt.xg:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4rem;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    background: -webkit-linear-gradient(to bottom, rgba(253, 200, 200, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.poster-btn {
    outline: none;
    display: block;
    width: 50%;
    line-height: 2;
    margin: .1rem auto;
    color: #005096;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
   
    cursor: pointer;
}

.current-menu {
    font-size: 14px;
  
    content: '';
    display: block;
    cursor: pointer;
}

.IndexInfo .lay-center {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.chart_box {
    width: 100%;
    height: 400px;
}

.IndexInfo .lay-nav-td {
    font-size: 15px;
    color: #7a7a7a;
    font-weight: bold;
    padding: 4px 20px 4px 0;
    margin-right: 20px;
}

.lay-nav-td:hover {
    cursor: pointer;
}

.IndexInfo .isActive {
    position: relative;
    color: #005096 !important;
}

.IndexInfo .isActive::after {
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #005096;
    bottom: 0;
    content: "";
    left: 50%;
    transform: translateX(-15px);
}



.IndexInfo .main-table {
    border-spacing: 0;
}

.tab-vocation-item lay-nav-td.lay-nav {
    width: 100%;
    border-bottom: 2px solid #D9E4F3;
    font-size: 14px;
    color: #7a7a7a;
}

.tab-vocation-item .lay-nav td {
    padding: 10px 60px;
    color: #7a7a7a;;
}

.tab-vocation-item .lay-center {
    position: relative;
    border-bottom: 2px solid #D9E4F3;
    box-sizing: border-box;
}
.tab-vocation-item .lay-center::before{
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #D9E4F3;
    content: "";
    left: -3px;
    top: 41px;
} 
.IndexInfo .lay-left {
    padding: 0;
}

.lay-right {
    padding-left: 5px;
}

.IndexInfo .lay-left table {
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 3px solid #fff;
}

/* .indexinfo-distrithead::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #005096;
    content: "";
    left: -3px;
    top: -2px;
} */
.IndexInfo .lay-left table::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #005096;
    content: "";
    left: -3px;
 
}
.indexinfo-distrithead::after{
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #005096;
    content: "";
    left: -3px;
}
.IndexInfo .lay-left td {
    padding: 10px 60px 10px 57px;
    border-left: 2px solid #F8FAFD;
    font-size: 14px;
}
.tab-con-item1{
    width:100%;
}
.IndexInfo_tab .tab-con-item1 th,
.IndexInfo_tab .tab-con-item1 td{
    width:50%;
}
.indexinfo-distrithead{
    position: relative;
}
.indexinfo-distrithead th{
    font-size: 14px;
    padding: 10px 60px 10px 60px;
    text-align: center;
}
.indexinfo-distrithead th:first-of-type,
.IndexInfo .distributionTable td:first-of-type{
    text-align: left;
    padding: 10px 20px;
}

