﻿/*顶部*/
.infoFullTitle{
    width:100%;
    height:auto;overflow:hidden;
    line-height:50px;
    font-size:30px;
    font-weight:bold;
    color:#000;
    text-align:center;
    margin:20px auto;
}
.infoFullContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    border-bottom:2px dashed #ccc;
    margin-bottom:30px;
    padding-bottom:10px;
}
    .infoFullContent h2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 35px;
        font-size: 24px;
        font-weight: bold;
        color: #222;
        text-align: center;
        margin: 20px auto;
    }
.infoFullContent img{
    max-width:100%;
}

.infoLeft {
    width: 20%;
    float: left;
}
.infoRight {
    width: 74%;
    float: left;
    margin: 20px 1%;
    box-shadow: 0 0 10px #ccc;
    padding: 30px 2%;
    border-radius: 10px;
}
.infoRightContent{
    width:90%;
    height:auto;overflow:hidden;
    padding:10px 3%;
    margin:20px 2%;
    box-shadow:0 0 10px #ccc;
    border-radius:10px;
}

.infoListTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.infoListTitle h1{
    line-height:40px;
    font-size:30px;
    font-weight:bold;
}
    .infoListTitle h3 {
        line-height: 30px;
        font-size: 16px;
        color:#666;
        text-transform:uppercase;
    }

.infoListText{
    width:100%;
    height:auto;overflow:hidden;
    margin:30px auto;
}
.infoListText li{
    width:94%;
    height:auto;overflow:hidden;
    border-bottom:1px solid #eee;
    transition:all 0.5s;
    padding:10px 0;
    margin:10px auto;
}
    .infoListText li:hover{
        padding:10px 2%;
        box-shadow:0 0 10px #ccc;
    }
    .infoListText li .date {
        width: 96%;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #16baaa;
        margin: 0 auto;
    }
    .infoListText li .pic {
        width:100%;
        height:auto;overflow:hidden;
    }
    .infoListText li .word {
        width:96%;
        height:auto;overflow:hidden;
        margin:0 auto;
    }
        .infoListText li .word h2 {
            line-height: 40px;
            font-size: 24px;
            font-weight: bold;
        }

        .infoListText li .word h3 {
            line-height: 25px;
            font-size: 13px;
            color: #999;
            margin:10px auto;
        }
    .infoListText li .word span{
        display:inline-block;
        background-color:#16baaa;
        padding:5px 10px;
        border-radius:5px;
        margin-top:10px;
        margin-bottom:10px;
        color:#fff;
        transition:all 0.5s;
    }
        .infoListText li .word span:hover{
            background-color:#37c6b8;
            box-shadow:0 0 10px #ccc;
        }

.infoRightTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fcce21;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}
.infoRightList{
    width:100%;
    height:auto;overflow:hidden;
    margin:20px auto;
}
.infoRightList li{
    width:94%;
    height:auto;overflow:hidden;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    transition:all 0.5s;
    margin:0 auto 10px auto;
}
.infoRightList li:hover{
    background-color:#f8f8f8;
}
    .infoRightList li h2{
        height:30px;overflow:hidden;
        line-height:30px;
        font-size:14px;
    }
      .infoRightList li h2 span{
          width:25px;float:left;
          display:block;
          background:linear-gradient(75deg,#37c6b8,#0c9a8c);
          color:#fff;
          margin-right:5px;
          text-align:center;
          border-radius:50%;
          line-height:25px;
          font-size:12px;
          margin-top:3px;
      }
    .infoRightList li h3 {
        height:36px;overflow:hidden;
        line-height: 18px;
        font-size: 12px;
        color:#999;
    }
.infoRightNav{
    width:80%;
    height:auto;overflow:hidden;
    margin:30px auto 20px auto;
}
.infoRightNav li{
    width:100%;
    height:30px;line-height:30px;
    overflow:hidden;
    background-color:#666;
    margin-bottom:10px;
    border-radius:30px;
    text-indent:20px;
    transition:all 0.5s;
}
    .infoRightNav li:hover {
        background-color: #0c9a8c;
    }
.infoRightNav .active{
    background-color:#16baaa;
}
.infoRightNav .active:hover{
    background-color:#0c9a8c;
}
.infoRightNav li a{color:#fff;}

/*详情*/
.infoShowTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
}
.infoShowContent{
    width:100%;
    height:auto;overflow:hidden;
    line-height:30px;
    font-size:16px;
    margin:50px auto;
}
.infoShowContent img{
    max-width:100%;
}

@media(max-width:940px){


    .infoLeft {
        width:100%;
    }

    .infoRight {
        width: 88%;
        padding: 30px 4%;
        margin:10px 2%;
    }

            .infoListText li .date {
                height: 20px;
                line-height: 20px;
                font-size: 14px;
                font-weight: normal;
            }
                .infoListText li .word h2 {
                    line-height: 30px;
                    font-size: 18px;
                    font-weight: bold;
                }

                .infoListText li .word h3 {
                    height:60px;overflow:hidden;
                    line-height: 20px;
                    font-size: 12px;
                }

                .infoListText li .word span {
                    padding: 2px 10px;
                    margin-top: 5px;
                    margin-bottom: 10px;
                    font-size:12px;
                }



    /*详情*/
    .infoShowTitle {
        line-height: 40px;
        font-size: 24px;
    }


}