﻿.gzqx {
    width: 1200px;
    margin: 30px auto 0;
    padding: 0 20px;
}

.dqwz{
    margin: 0 0 20px;
}

.gzqx_one{
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.gzqx_title{
    width: 100%;
    overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}
.gzqx_title p{
    float: left;
    font-size: 18px;
    color: #CD852B;
    text-indent: 10px;
    border-left: 5px solid #CD852B;
}
.gzqx_title a{
    display: block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #CD852B;
}
.gzqx_title a:hover{
    opacity: .7;
}

.pic {
    float: left;
    width: 48%;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.pic .img ul li img {
    width: 740px;
    height: 416px;
}
.pic .btns a {
    width: 40px;
    height: 50px;
    position: absolute;
    top: 38%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
}
.pic .btns img {
    height: 40px;
}
.pic .btns a.btns_left {
    left: 10px;
}
.pic .btns a.btns_right {
    right: 10px;
}
.pic .titleTxt {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    overflow: hidden;
}
.pic .titleTxt .pic_title {
    width: 80%;
    float: left;
    height: 50px;
}
.pic .titleTxt .pic_title a{
  color:#fff;
}
.pic .titleTxt .pic_title li {
    width: 100%;
    height: 50px;
    /*text-align: center;*/
    line-height: 50px;
    text-indent: 20px;
    color: #fff;
    font-size: 18px;
}
.pic .titleTxt .small_btns {
    width: 15%;
    float: right;
    height: 50px;
}
.pic .titleTxt .small_btns li {
    float: left;
    width: 10px;
    height: 10px;
    background-color: #EEE;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 10px;
}
.pic .titleTxt .small_btns li.active {
    background-color: #CD852B;
}
.pic .titleTxt .small_btns li:hover {
    cursor: pointer;
}

.go{
    float: right;
    width: 48%;
}
.gzqx_list{
    width: 100%;
}
.gzqx_list ul li{
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}
.gzqx_list ul li a{
    display: block;
    float: left;
    width: 82%;
    font-size: 16px;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon/point.png) no-repeat;
    background-position: 0 10px;
}
.gzqx_list ul li span{
    display: block;
    float: right;
    font-size: 14px;
    color: #999999;
}

.gzqx_two{
    width: 100%;
    overflow: hidden;
}
.gt{
    float: right;
    width: 48%;
}
.gt:first-child{
    float: left;
}
.gt:last-child{
    /* display:block; */
    /* width:100%; */
    /* margin-top:10px; */
    float: left;
}
.gt .gzqx_list{
    min-height: 128px;
    margin: 10px 0;
}

.gi{
    width: 100%;
    margin: 20px auto;
}
.gi a img{
    width: 100%;
}
.gi a:hover{
    opacity: .7;
}

@media screen and (max-width: 768px) {
    .gzqx{
        width: 100%;
    }
    .pic{
        float: none;
        width: 100%;
        height: 240px;
    }
    .go{
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .gzqx_list ul li a{
        width: 74%;
    }
    .gt,
    .gt:first-child {
        float: none;
        width: 100%;
    }
    .gt .gzqx_list{
        min-height: auto;
    }
}