.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.header .wrapper {
    width: 42.73%;
    margin: 0 auto;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {

    content: "";

    display: block;

    visibility: hidden;

    clear: both;

}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.header {
    background: url(./img/bgc.png) center top no-repeat;
    height: 536px;
	max-width:1920px;
	margin:0 auto;
}

.header .logo {
	width:25%;
    padding-top: 20px;
    padding-left: 20px;
    display: inline-block
}

.header .content {
    text-align: center;
	width:100%;
}

.header .guohui {
    padding-top: 110px;
}

.header .ask {
    color: #ffffff;
    font-size: 72px;
    font-weight: 700;
}

.header_search {
    box-sizing: border-box;
    overflow: visible;
    height: 44px;
    border-radius: 4px;
    position: relative;
    margin-top: 40px;
    background: #fff;
    width: 100%;

}

.header_search .l_ssqh {
    position: absolute;
    left: 20px;
    top: 12px;
    color: #999;
}

.header_search span {
    position: absolute;
    left: 66px;
    top: 11px;
    color: #999;
}

#keywords {
    padding:0;
    font-size: 16px;
    position: absolute;
    left: 90px;
    color: #999;
	outline:none;
	width:70%;
	height:100%;
}

.header_search input {
    border: none;
    outline: 0;
}

#submit_btn {
    display: block;
    float: left;
    height: 44px;
    position: absolute;
}

.header_search .search_btn {
    width: 12.5%;
    background: #1492ff;
    color: #fff;
    padding: 0px;
    margin: 0px;
    top: 0px;
    font-size: 18px;
    right: -2px;
}

/* 选择分类 */
.classification {
    margin-top: 40px;
}

.title {
    height: 44px;
    border-bottom: 2px solid #e6e6e6;
}

.title span {
    font-size: 24px;
    color: #003fa8;
    font-weight: 600;
    display: inline-block;
    padding-left: 5px;
    vertical-align: text-bottom
}
.title a:hover{
    color: #003fa8;
    cursor: pointer;
}
.classification .tj {
    background-color: #eef5fe;
    border: 1px solid #e6e6e6;
    padding: 12px 20px;
    margin-top: 20px;
    display: inline-block;
}

.classification .tj:hover {
    background-color: #003fa8;
    color: #ffffff;
    cursor: pointer;
}

/* 最新发布 */
.release {
    background-color: #f6f6f6;
    padding: 26px 0;
    margin: 40px 0
}

.releaseList {
    margin-top: 30px;
}

.releaseList li {
    background-color: #ffffff;
    padding: 28px;
    margin-bottom: 20px;
}

.releaseList li a {
    display: block;
}

.askTitle span a{
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    font-size: 22px;
    font-weight: 600;
}

.askTitle span a:hover{
    color: #003fa8;
    cursor: pointer;
}
.askcontent {
    margin:10px 0;
    
}
.askcontent span a{
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: 95%;
    font-size: 16px;
    color: #666;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
   
}
.askcontent span a:hover {
    color: #ef3800;
    cursor: pointer;
}
.lookDetail{
    text-align: end;
}
.lookDetail:hover {
    color: #ef3800;
    cursor: pointer;
}
/* 政策问答图解 */
.policyList {
    margin-top: 30px;
    text-align: center
}

.policyList li {
    float: left;
    width: 33.33%;

}

.policyList li a p {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    /* width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap */
}

.policyList li a p:hover {
    color: #003fa8;
    font-weight: 600;
}

.policyList li a img:hover {
    transform: scale(1.05);
    text-decoration: none;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    cursor: pointer;
}

.policyList li img {
    width: 385px;
    height: 238px;
}

@media only screen and (max-width: 768px) {
    .wrapper {
        width: 94%;
    }

    /* 头部 */
    .header_search {
        width: 100%;
    }

    .content {
        width: 100%;
    }

    .header .logo img {
        width: 100%;
    }

    .header .ask {
        font-size: 40px;
    }

    .header .guohui {
        padding-top: 16px;
    }

    .header {

        height: 460px;
    }

    /* 政策问答图解 */
    .policyList li {
        width: 100%;
    }

    .policyList li img {
        width: 94%;
        height: 200px;
    }
}
