﻿#tabCon_1 {
    width: 1200px;
    margin: 0px auto;
}
#tabCon_1 .m-t-md {
    width: 86.5%;
    margin: 0 auto 20px !important;
}
#tabCon_1 .m-t-md h4 a em {
    color:red;
}
#tabCon_1 .m-t-md div font a {
    color: rgb(0, 147, 21);
    font-size: 12px;
    float: left;
}
#tabCon_1 .m-t-md div font span {
    width: 67px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    color: rgb(0, 147, 21);
    font-size: 12px;
}
#TabMain {
    width: 1200px;
    height: 100%;
    margin: 0 auto 45px auto;
}
.tabItemContainer {
    width: 86.5%;
    margin: 0 auto;
}
.tabBodyContainer {
    width: 86.5%;
    min-height: 800px;
    /* float: left; */
    background-color: #fff;
    /* border: 1px solid #ccc; */
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    margin: 0 auto;
}
.tabItemContainer>li {
    list-style: none;
    text-align: center;
  float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.tabItemContainer>li>a {
    float: left;
    width: 100%;
    padding: 25px 0 0 0;
    font: 16px "微软雅黑", Arial, Helvetica, sans-serif;
    /* color: #808080; */
    cursor: pointer;
    text-decoration: none;
    /* border:1px solid transparent; */
}
.tabItemCurrent {
    /* background-color: #fff;
    border: 1px solid #ccc !important;
    border-right: 1px solid #fff !important; */
    position: relative;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
     color:#0767c1; 
}
/* .tabItemContainer>li>a:hover {
    color: #333;
} */
.tabBodyItem {
    /* position: absolute; */
    width: 60%;
    min-height: 800px;
    margin-top: 15px;
    display: none;
}
.tabBodyItem1 {
    /* position: absolute; */
    width: 68%;
    min-height: 800px;
    margin-top: 15px;
}
.tabBodyContainer1 {
    width: 68%;
    min-height: 800px;
    /* float: left; */
    background-color: #fff;
    /* border: 1px solid #ccc; */
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    margin: 0 auto 45px auto;
}
.tabBodyCurrent{
    display:block !important;
    width: auto;
}
.tabBodyCurrent1{
    display: block !important;
    width: 80%;
    background: #fff;
    margin: 0 auto;
}
ul li{
    list-style: none;
    line-height: 45px; 
}
#nav ul{
    width: 86.5%;
    margin: 0 auto;
}

#nav ul li{
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    margin: 0 20px 20px 0;
   }

.firsta{
    color:#0767c1;
}

.zww{
    color: #c13b07;
    border-bottom: 1px solid #c13b07;
}
.tab {
    display: none;
} 
.toggle_color{
    color:#c13b07 ;
}
.catalogname{
    font-family: "Microsoft YaHei", Î¢ÈíÑÅºÚ, Arial, sans-serif;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.articletitle{
    display: inline;
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    color: rgb(102, 102, 102);
    white-space: normal;
    text-overflow: ellipsis;
    line-height: 35px;
    overflow: hidden;
}

.content{
    font-family: 微软雅黑;
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 25px;
    max-height:55px ;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 2em;
}

.result p{
    font-family: 微软雅黑;
    font-size: 12px;
    color: rgb(0, 147, 21);
    line-height: 25px;
}
.result span{
    margin-left: 20px;
}

.address{
    color: rgb(0, 147, 21);
}

/* 手机端样式 */
@media only screen and (max-width: 720px){
    #TabMain {
        width: 100%;
        min-height: 800px;
        margin: 0 auto;
    }
    nav{
        padding-left: 0;
    }
    .tabBodyContainer {
        width: 68%;
        min-height: 800px;
        /* float: left; */
        background-color: #fff;
        /* border: 1px solid #ccc; */
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        margin: 0 auto;
    }
}