/**!
 * Ã¦â„¢Â¯Ã¥Â¾Â·Ã©â€¢â€¡-Ã¦â€“â€¡Ã§Â«Â Ã©Â¡Âµ
 * author: wangkai;
 */
.con{
	font-size:14px;
	/* text-align: center; */
}

table{
	margin: auto !important;
}
.article {
	padding: 33px 30px 20px 30px;
	border: 1px solid #e7e7e7;
	overflow: auto;
	min-height:600px;
}




.article-info h1 {
	/* height: 42px; */
	line-height: 42px;
	text-align: center;
	font-family: 'Microsoft YaHei';
    font-size: 28px;
    color: #000;
     
}

.info-sources {
	margin-top: 10px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #999;
}

.info-sources a {
	color: black;
}

.article-content {
	margin-top: 31px;
}

.article-content p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

.mt14 {
	margin-top: 14px;
}

.mt30 {
	margin-top: 30px;
}

.article-content img {
	display: block;
	width: 701px;
	height: 526px;
	margin-top: 37px;
	margin-bottom: 31px;
	margin-left: auto;
	margin-right: auto;
}

.user-comments {
	margin-top: 42px;
}

.user-comments-hd {
	height: 42px;
	border-bottom: 1px solid #e7e7e7;
}

.user-comments-hd a {
	display: block;
	padding-left: 10px;
	width: 100px;
	height: 41px;
	line-height: 41px;
	border-bottom: 2px solid #1a3490;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #333;
}

.nickname {
	margin-top: 16px;
	height: 28px;
	line-height: 28px;
	color: #333;
}

.nickname-txt {
	float: left;
	margin-left: 5px;
	width: 148px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e0e0e0;
	margin-right: 10px;
}

.nickname span {
	float: left;
}

.anonymous-txt {
	float: left;
	margin-top: 8px;
	width: 13px;
	height: 13px;
	margin-left: 20px;
	margin-right: 8px;
}

.nickname .nickname-ts {
	color: #b2b0b0;
}

.comments-txt {
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 100px;
	border: 1px solid #e7e7e7;
	resize: none;
	font-size: 14px;
	line-height: 16px;
	color: #b2b0b0;
	text-indent: 10px;
	padding-top: 8px;
}

.yz-code {
	margin-top: 10px;
}

.yz-code img {
	float: left;
	margin-left: 10px;
	width: 70px;
	height: 28px;
}

.yz-code a {
	float: left;
	margin-left: 10px;
	color: #0033e5;
	text-decoration:underline;
}

.tj-comments {
	display: block;
	margin-top: 15px;
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #1480c5;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 0;
	cursor: pointer;
}

.tj-comments:hover {
	background-color: #3ea6eb;
}

.comments-list {
	margin-top: 10px;
}

.comments-list li {
	padding: 14px 0px;
	vertical-align: top;
	border-bottom: 1px dashed #e7e7e7;
}

.comments-list span {
	display: block;
	line-height: 24px;
	color: #b2b0b0;
}

.comments-list a {
	margin-right: 13px;
	color: #0686d7;
}

.comments-list p {
	line-height: 26px;
	font-size: 14px;
	color: #333;
}

.article-info{
	position: relative;
}

.chain {
    position: absolute;
    right: 70px;
    top: 22px;
    width: 99px;
}

.chain-box {
    width: 99px;
    height: 99px;
    overflow: hidden;
    border-radius: 50%;
}

.chain:hover .chain-box {
    background: rgba(172, 203, 238, .62);
    background: linear-gradient(to top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -webkit-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -o-linear-gradient(top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -moz-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
}

.chain-box>img {
    width: 100%;
    height: 100%;
}

.chain:hover .chain-list {
    display: block;
}

.chain-list {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: 253px;
    padding-top: 8px;
}

.chain-list::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 16px;
    height: 9px;
    background: url("../images/subPage/new_jiao.png") no-repeat;
}

.chain-list-box {
    height: 100%;
    padding: 7px 0 12px 0;
    background-color: #f3f9ff;
    border: 1px solid #3e63b7;
}

.chain-tt {
    margin: 0 10px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #3e63b7;
}

.chain-tt>h3 {
    display: inline-block;
    padding-left: 20px;
    max-width: 95%;
    color: #fff;
    vertical-align: top;
    background: url("../images/subPage/new_yes.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chain-intro {
    padding: 0 16px;
}

.chain-intro-box {
    padding-top: 8px;
    line-height: 19px;
    word-wrap: break-word;
}

.chain-label {
    color: #666;
}

.chain-con {
    color: #3e63b7;
}

@media (max-width: 979px) {
    .chain {
        right: 60px;
    }
}

@media (max-width: 767px) {
    .chain {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 150px;
    }
    .ewb-say-box {
        margin-bottom: 100px;
    }
}

@media (max-width: 480px) {
    .do-end {
        width: 100%;
        background-size: 100% 100%;
    }
}

.article-info img{
	max-width:100%;
}

.qyrzsq{ font-size: 20px; color:#999999; text-align: center; height: 50px; line-height:250x; overflow:hidden;}
.qyrzsq a{
    float: right;
    padding: 0 20px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    background: #5586dc;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #5586dc;
    margin-right: 8px;
    cursor: pointer;
}
.qyrzsq a:hover {text-decoration:underline;color:#fff;}
