﻿
/*信息列表*/
#list_view {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}
.listText {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
    .listText li {
        width: 45%;
        display: inline-block;
        height: auto;
        overflow: hidden;
        margin: 10px 1% 10px 1%;
        transition: all 0.5s;
        padding: 10px 1% 10px 1%;
        border-bottom: 1px solid #eee;
    }

        .listText li:hover {
            box-shadow: 0 0 10px #ccc;
        }

.listTextPic {
    width: 35%;
    float: left;
}

.listTextWord {
    width: 45%;
    float: left;
    margin: 0 2%;
    padding-top: 20px;
}

    .listTextWord h2 {
        width: 100%;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        font-size: 18px;
        font-weight: bold;
    }

    .listTextWord h4 {
        display:block;
        width: 50px;
        height: 5px;
        background: linear-gradient(to right,#3c3 66%,#0b308e 100%);
        border-radius: 3px;
        margin-top:5px;
        margin-bottom:10px;
    }

    .listTextWord h3 {
        width: 100%;
        height: 25px;
        overflow: hidden;
        line-height: 25px;
        font-size: 12px;
        color: #808080;
    }

.listTextArrow {
    width: 16%;
    float: left;
    line-height: 100px;
    text-align: right;
}

    .listTextArrow span {
        font-size: 40px;
        color: #c4c4c4;
    }




.listPic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listPic li {
        width: 17.5%;
        display: inline-block;
        margin: 20px 1%;
        background-color: #fff;
        transition: all 0.5s;
        height: auto;
        overflow: hidden;
    }

        .listPic li:hover div img {
            border: 2px solid #1aa73f;
        }

        .listPic li:hover s {
            width: 100%;
            background-image: url(/Skins/UI/Cn/Images/pageActiveBg.png);
            background-repeat: no-repeat;
            background-position: bottom left;
        }

        .listPic li div {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .listPic li div img {
                width: 98%;
                height: 280px;
                border: 2px solid #fff;
                border-radius: 10px;
                transition: all 0.5s;
            }

        .listPic li h2 {
            width: 100%;
            height: 50px;
            overflow: hidden;
            line-height: 50px;
            overflow: hidden;
            font-size: 18px;
        }

        .listPic li h3 {
            width: 100%;
            height: 30px;
            overflow: hidden;
            line-height: 30px;
            overflow: hidden;
            font-size: 14px;
            color: #808080;
        }

        .listPic li s {
            display: block;
            width: 0;
            height: 10px;
            transition: all 0.5s;
        }
/*信息列表*/

/*信息详情*/
.infoShowPic {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
    margin-right: 5%;
    display: flex;
    align-items:center;
}
.infoShowPic img {
    width: 100%;
}

.infoShowList {
    width: 45%;
    float: left;
    height: 100%;
    display:flex;
    align-items:center;
}
.infoShowListContent{
    width:100%;
    height:100%;overflow:hidden;
}

.infoShowList .title {
    width: 100%;
    height: 13%;
    overflow: hidden;
    margin-bottom: 2%;
    margin-top: 5%;
}
        .infoShowList .title h1 {
            width:100%;
            line-height: 50px;
            color: #666;
            font-size: 30px;
            font-weight: bold;
        }
        .infoShowList s {
            display: block;
            width: 100px;
            height: 5px;
            background: linear-gradient(to right,#3c3 66%,#0b308e 100%);
            border-radius: 3px;
            margin-bottom: 20px;
        }
    .infoShowList .content {
        width: 100%;
        height: 70%;
        overflow-y: auto;
        line-height: 30px;
        color: #8a8a8a;
        margin-bottom:10%;
    }
/*信息详情*/

.infoShowPage {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .infoShowPage li {
        width: 50%;
        float: left;
    }

@media screen and (max-width:450px){
    .infoShowPic {
        width: 100%;
        float: left;
        height: auto;
        overflow: hidden;
        margin-right: 0;
        position: relative;
    }

        .infoShowPic img {
            width: 100%;
        }

    .infoShowList {
        width: 100%;
        float: left;
        padding-top:5%;
        height: 54%;
    }

        .infoShowList h4 {
            height: auto;
            overflow: hidden;
        }
.infoShowList .title{
height:20%;
}
	.infoShowList .content{
		height:80%;
		margin-bottom:2%;
	}
}

@media(max-width:1000px){
    /*信息列表*/
    .listText {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .listText li {
            width: 92%;
            float: left;
            height: auto;
            overflow: hidden;
            margin: 10px 1% 10px 1%;
            transition: all 0.5s;
            padding-bottom: 10px;
            padding: 10px 1% 10px 1%;
            border-bottom: 1px solid #eee;
        }

            .listText li:hover {
                width: 92%;
                box-shadow: 0 0 10px #ccc;
                padding: 10px 2% 10px 2%;
            }
    .listTextWord{
        padding-top:10px;
    }
        .listTextArrow {
            line-height: 100px;
        }
    .listTextArrow span {
        font-size: 20px;
        color: #a5a5a5;
    }




    .listPic {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .listPic li {
            width: 47%;
            display: inline-block;
            margin: 20px 1%;
            background-color: #fff;
            transition: all 0.5s;
            height: auto;
            overflow: hidden;
        }
                .listPic li div img {
                    width: 98%;
                    height: 240px;
                    border: 2px solid #fff;
                    border-radius: 10px;
                    transition: all 0.5s;
                }

            .listPic li h2 {
                width: 100%;
                height: 50px;
                overflow: hidden;
                line-height: 50px;
                overflow: hidden;
                font-size: 18px;
            }

            .listPic li h3 {
                width: 100%;
                height: 30px;
                overflow: hidden;
                line-height: 30px;
                overflow: hidden;
                font-size: 14px;
                color: #808080;
            }

            .listPic li s {
                display: block;
                width: 0;
                height: 10px;
                transition: all 0.5s;
            }
    /*信息列表*/

    .infoShowPage {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .infoShowPage li {
            width: 100%;
        }
}