
/* CSS Document */
/* 全局设置 */
* {margin: 0;padding: 0;box-sizing: border-box;}
body {overflow-y: scroll;font: 13px/26px "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;color: #787878;}
img {vertical-align: middle;max-width: 100%;}
input, select {border: 1px solid #A9A9A9;font-size: 13px;padding: 2px;}
input[type="submit"], input[type="button"] {border: none;}
a, a:link, a:active, a:hover, a:visited {text-decoration: none;color: #787878;}
ul, ol {list-style: none;}
.clear {clear: both;}
.submit {padding-top: 10px;}
.aclen:after {display: block;content: ".";height: 0;visibility: hidden;clear: both;font-size: 0;line-height: 0}
::selection {background: gray;color: #fff;}
/*框架*/
.full {width: 100%;min-width: 1100px;}
.main {width: 1100px;margin: 0px auto;}
.fl {float: left;}
.fr {float: right;}
.tcen {text-align: center;}
.mt10 {margin-top: 10px;}
.ml10 {margin-left: 10px;}
.mr10 {margin-right: 10px;}
.mt15 {margin-top: 15px;}
.ml15 {margin-left: 15px;}
.mr10 {margin-right: 15px;}
/* 颜色设置 */
body {background: url(../images/bg.gif);}
.bgwrite {background-color: #fff;}
.head .site, .head .site a, .book .title h3 {color: #970030;}
.nave, .tips .title, .footer {background: #970030;}
.menu li, .menu li a {color: #fff;}
.menu li:hover, .menu .subnave {background: #5F001F;}
.wrap {border-top: 4px solid #970030;background: #ffff;}
.tips .ttext {border: 1px solid #970030;}
.insert .title h3::before {border-top: 10px solid #BF003E;border-bottom: 10px solid #970030;}
/**/
.htop {height: 29px;line-height: 29px;background: url(../images/tbg.jpg) repeat-x;}
.head {padding: 10px 0px;}
.head .logo {height: 90px;}
.head .logo img {height: 90px;}
.head .site {min-width: 100px;}
.head .site, .head .site a {line-height: 90px;font-size: 40px;}
.head .group {width: 255px;height: 100px;padding-left: 13px;background: url(../images/line.jpg) center left no-repeat;vertical-align: middle;}
/**/

.menu {display: table;}
.menu li {display: table-cell;text-align: center;position: relative;}
.menu li a {display: block;padding:10px 0;}
.menu .cn {line-height: 20px;font-size: 16px;padding-top: 10px;}
.menu .en {line-height: 10px;font-size: 8px;text-transform: uppercase;}
.menu .subnave {width: 100%;position: absolute;display: none;transition: all 0.5s;z-index: 99;}
.menu .subnave dd a {padding:6px 0;}
.menu .subnave dd {border-top: 1px solid #ffffff;}
.menu li:hover .subnave {display: block;transition: all 0.5s;}
/**/
.wrap {}
.aids img {max-width: 100%;}
.container {padding: 15px;}
.aside {width: 245px;}
.article {width: 810px;}
.link {padding: 20px 0px;}
.link a {margin: 0 5px;}
.link, .link a {color: #fff;}
.footer { min-height: 150px; }
.footer .foot {padding: 25px 0px;text-align: center;}
.footer .foot, .footer .foot a, .footer .foot p {color: #fff;}
/**/
.checkfrom {}
.checkfrom #search {width: 208px}
.checkfrom .subtn {background: #CC0000;cursor: pointer;color: #FFFFFF;width: 80px;border-style: none;}
.checkfrom .resetbtn {background: #666666;cursor: pointer;color: #FFFFFF;width: 80px;border-style: none;}
/**/
.book {border: 1px solid #dddddd;}
.book .title {height: 48px;line-height: 48px;border-bottom: 1px solid #dddddd;padding: 0 10px;}
.book .title h3 {display: inline;font-size: 20px;}
.book .title span {font-size: 14px;}
.book .ctext {padding: 10px;}
/**
<div class="book">
	<div class="title">
		<h3>往期目录</h3>
		<span> / ARTICLES</span>
		<a class="fr" href="{$url.article}">+更多</a>
	</div>
	<div class="ctext">
		
	</div>
</div>
**/
/**/
.tips {}
.tips .title {height: 48px;line-height: 48px;padding: 0 10px;}
.tips .title h3 {display: inline;font-size: 16px;color: #fff;}
.tips .title span {font-size: 14px;color: #fff;}
.tips .title .im {display: inline-block;width: 38px;height: 48px;background: url(../images/more.png) center no-repeat;}
.tips .title .fr {color: transparent;}
.tips .ttext {padding: 10px;}
/**
<div class="tips">
	<div class="title">
		<h3>往期目录</h3>
		<span> / ARTICLES</span>
		<a class="im fr" href="{$url.article}">+更多</a>
	</div>
	<div class="ttext">
		
	</div>
</div>
**/
/**/
.insert {}
.insert .title {height: 48px;line-height: 48px;border-bottom: 4px solid #dedede;padding: 0 10px;}
.insert .title h3::before {position: relative;top: 3px;display: inline-block;width: 10px;height: 0px;margin-right: 10px;content: '';border-radius: 5px;}
.insert .title h3 {display: inline;font-size: 18px;color: #000000;}
.insert .title span {font-size: 14px;}
.insert .ctext {padding: 10px;}

/**/
.check { padding: 30px 0 20px;}
.check .name { line-height: 50px; border-bottom: 1px solid #ddd; text-align: center; }
.check .ttext { width: 220px; margin: 15px auto 0;}