﻿@charset "utf-8";
html{
    background-color: #f8f8f8;
}
#container .wsdc_detail{
    margin:80px auto;
    background-color: #fff;
}
.wsdc_detail_content{
    width: 801px;
    padding:60px 0;
    margin:0 auto;
}
.wsdc_detail h2{
    margin-bottom: 60px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
    color: #333333;
    text-align: center;
}
.wsdc_detail_title{
    width: 801px;
	height: 47px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}
.wsdc_detail_box{
    margin-top:60px; 
}
.wsdc_detail_box h3{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #333333;
    margin-bottom: 31px;
}
.box-label{
    width: 100%;
    display: block;
    margin-top:25px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #666666;
}
.box-label input{
    width: 17px;
    height: 17px;
    vertical-align: middle;
	background-color: #eeeeee;
	border: solid 1px #a6a6a6;
}
.wsdc_detail_box .box_text{
    width: 801px;
	height: 142px;
	background-color: #ffffff;
	border: solid 1px #dcdcdc;
}
.wsdc_detail_btn{
    width: 147px;
    height: 40px;
    color:#fff;
    font-size: 16px;
    line-height: 40px;
    margin:60px auto;
    text-align: center;
	background-color: #037edb;
	border-radius: 5px;
}
input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-right: 10px;
	background-color: #eeeeee;
	border: solid 1px #a6a6a6;
    border-radius: 50%;
    line-height: 1; 
}
input[type="radio"]:checked + label::before {
    width: 13px;
    height: 13px;
	background-color: #ffffff;
	border: solid 3px #307ed6;
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
/* 专题专栏 */
.ztzls{
    width: 1200px;
    padding:40px 70px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 500px;
    background-color: #fff;
}
.ztzl_box img{
    width: 324px;
	height: 110px;
    margin:0 0 18px 44px;
}
.ztzl_box span{
    width: 324px;
    margin-left: 44px;
    display: block;
    text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
}
.ztzls_article-info #article-info{
    width: 100%;
}
.ztzls_article-info #article-info #page-code{
    margin-top: 30px;
}