body {
	font-family: Arial, 'Microsoft YaHei', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.42857143;
    margin-top: 0;
    background: url(../img/index_bg.jpg) repeat;
}
a {
	color: #333;
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

/*首页*/
.cy-container {
	width: 1190px;
	margin: 0 auto;
	background: #fff;
	padding: 0 40px;
	box-shadow: -5px 0 5px #ddd,5px 0 5px #ddd;
	-webkit-box-shadow: -5px 0 5px #ddd,5px 0 5px #ddd;
	-moz-box-shadow: -5px 0 5px #ddd,5px 0 5px #ddd;
	-ms-box-shadow: -5px 0 5px #ddd,5px 0 5px #ddd;
	-o-box-shadow: -5px 0 5px #ddd,5px 0 5px #ddd;
}
.header {
	background: #8da884;
	padding: 15px 0;
	position: relative;
}
.header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.header ul li {
	display: inline-block;
	color: #fff;
	margin: 0 20px;
	position: relative;
}
.header ul li a {
	display: block;
	color: #fff;
}
.header ul li a:hover {
	color: #d7bda2;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.header ul li.login a {
	display: inline-block;
	margin: 0 5px;
}
.header ul li:before {
	content: "";
	display: block;
	height: 11px;
	width: 10px;
	background: url(../img/header-icon.png) no-repeat;
	position: absolute;
	top: -3px;
	left: -20px;
}
.header ul li:first-child:before {
	display: none;
}
.searchbox {
	position: absolute;
	right: 30px;
	top: 12px;
	padding-left: 10px;
	padding-right: 30px;
	border-radius: 15px;
	height: 26px;
}
.inputbox input {
	width: 0;
	outline: none;
	border: none;
	background: transparent;
	margin-top: 2px;
	padding-left: 3px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.searchicon i {
	position: absolute;
	right: 5px;
    top: 1px;
    font-size: 17px;
    padding: 3px;
    cursor: pointer;
    color: #fff;
}
.search-selected {
	background: #ededed;
}
.search-selected .inputbox input {
	width: 160px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search-selected .searchicon i {
	color: #333;
}
.sub-header > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 999;
}
.sub-header > ul > li {
	display: inline-block;
	width: 105px;
	padding: 10px 0;
	margin: 0 17px;
}
.sub-header > ul > li.headerbg1 {
	width: 115px;
	margin-left: 0;
}
.sub-header > ul > li.headerbg6 {
	margin-right: 0;
}
.sub-header > ul > li.logo {
	width: inherit;
}
.sub-header > ul > li.logo img {
	vertical-align: -105px;
}
.sub-header > ul > li > a {
	display: block;
	color: #333;
}
.sub-header > ul > li > a:hover {
	color: #d7bda2;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sub-header .headerbg1 {
	background: url(../img/headerbg1.png) no-repeat;
}
.sub-header .headerbg2 {
	background: url(../img/headerbg2.png) no-repeat;
}
.sub-header .headerbg3 {
	background: url(../img/headerbg3.png) no-repeat;
}
.sub-header .headerbg4 {
	background: url(../img/headerbg4.png) no-repeat;
}
.sub-header .headerbg5 {
	background: url(../img/headerbg5.png) no-repeat;
}
.sub-header .headerbg6 {
	background: url(../img/headerbg6.png) no-repeat;
}
.sub-header-bg {
	height: 30px;
	background: url(../img/subheader_bg.jpg) repeat-x;
	position: relative;
	top: -34px;
}

/*动态*/
.dynamic {
	padding-bottom: 100px;
}
.title {
	background: url(../img/icon1.png) repeat-x;
	background-position-y: 55px;
	padding-bottom: 10px;
}
.title h3 {
	display: inline-block;
}
.title span {
	margin-left: 20px;
	color: #979797;
}
.member-title {
    background: url(../img/icon1.png) repeat-x;
    background-position-y: 45px;
    padding-bottom: 5px;
}
.member-title h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
.dynamic-content {
	padding-top: 10px;
}
.dynamic-item {
	position: relative;
	border-top: 1px solid #dddddd;
	padding: 25px 180px 40px 95px;
}
.dynamic-content .dynamic-item:first-child {
	border-top: none;
	padding-top: 3px;
}
.dynamic-item .dynamic-time {
	background: #5db79e;
	text-align: center;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.dynamic-item .dynamic-time span {
	color: #fff;
	display: block;
	margin: 5px 0;
}
.dynamic-item .dynamic-img {
	position: absolute;
	right: 10px;
	top: 20px;
}
.dynamic-item .dynamic-img img {
	width: 125px;
	height: auto;
}
.dynamic-item-content h4 {
	margin-top: 0;
}
.dynamic-item-content h4 a {
	color: #5db79e;
	font-weight: bold;
}
.dynamic-item-content h4 a:hover {
	text-decoration: underline;
}
.dynamic-item-conten-time {
	color: #5db79e;
	/*margin-bottom: 20px;*/
}
.dynamic-item-conten-time a {
	color: #5db79e;
	margin-left: 10px;
	text-decoration: underline;
}
.dynamic-item-conten-time span {
	margin-right: 10px;
}
.dynamic-item p {
	line-height: 30px;
}

.ch_color_1 {color: #b3d5a9;}
.ch_color_2 {color: #96c2b6;}
.ch_color_3 {color: #d7bda2;}
.ch_color_4 {color: #eea7af;}
.ch_color_9 {color: #ab9cb5;}
.ch_color_6 {color: #9fc6df;}

.ch_bg_1 {color: #b3d5a9;}
.ch_bg_2 {color: #96c2b6;}
.ch_bg_3 {color: #d7bda2;}
.ch_bg_4 {color: #eea7af;}
.ch_bg_9 {color: #ab9cb5;}
.ch_bg_6 {color: #9fc6df;}

.check-more a {
	display: block;
	text-align: center;
	color: #fff;
	background: #edac86;
	padding: 5px 0;
}

/*关于学会*/
.learn-item {
	width: 50%;
	float: left;
	padding: 0 20px;
}
.learn-bottombox .learn-item {
	width: 100%;
	float: none;
	margin-top: 80px;
}
.learn-bottombox .learn-item.learn-margin {
	margin-top: 200px;
}
.learn-item img {
	width: 100%;
	height: auto;
}
.learn-item .title,
.event-timeline .title {
	background-position-y: 40px; 
	padding-bottom: 10px;
}
.learn-item .title h3,
.event-timeline .title h3 {
	margin-top: 0;
	font-size: 30px;
}
.learn-item .title span {
	margin-left: 10px;
}
.learn-item p {
	margin-top: 10px;
	line-height: 26px;
}
.check-details {
	margin-top: 40px;
}
.learn-bottombox .check-details {
	margin-top: 20px;
}
.check-details a {
	background: #b3d5a9;
	color: #fff;
	padding: 8px 20px;
	border-radius: 3px;
	display: inline-block;
}
.check-details a:hover {
	background: #8da884;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.learn-margin {
	margin-top: 80px;
}
.learn-left,
.learn-right {
	width: 50%;
	float: left;
}
.event {
	margin-top: 80px;
	padding-bottom: 50px;
}
.event-timeline {
	position: relative;
	padding-top: 30px;
	margin-top: 20px;
}
.event-timeline:before {
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: #b3d5a9;
    margin-left: -2px;
}
.event-timeline-block {
	position: relative;
	padding-bottom: 50px;
}
.event-timeline-block:after {
	content: "";
    display: table;
    clear: both;
}
.event-timeline-icon {
	position: absolute;
    top: 0;
	width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    font-size: 19px;
    border: 3px solid #f1f1f1;
    text-align: center;
    border-radius: 50%;
    background-color: #b3d5a9;
    color: #ffffff;
}
.event-timeline-icon i {
	display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -10px;
}
.event-timeline-content {
	width: 45%;
	text-align: right;
}
.event-timeline .event-timeline-block:nth-child(even) .event-timeline-content {
	float: right;
	text-align: left;
}
.event-timeline-content h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.event-timeline-content p {
	color: #888888;
	line-height: 26px;
}

/*会议*/
.meeting {
	position: relative;
}
.meeting-title {
	position: absolute;
	top: -6px;
	left: 3px;
	font-size: 30px;
	color: #ab9cb5;
}
.meeting-title span {
	font-size: 12px;
	margin-left: 10px;
}
.meeting .nav-tabs {
	padding-left: 250px;
}
.meeting .nav-tabs>li>a {
	color: #999;
	padding: 10px 25px;
}
.meeting .nav-tabs>li.active>a {
	color: #ab9cb5;
	font-weight: bold;
}
.meeting .dynamic-item .dynamic-time {
	background: #ab9cb5;
}
.meeting .dynamic-item-content h4 a,
.meeting .dynamic-item-conten-time,
.meeting .dynamic-item-conten-time a {
	color: #ab9cb5;
}
.meeting .dynamic-content .dynamic-item:first-child {
	padding-top: 25px;
}

/*会员*/
.members-top {
	padding-bottom: 20px;
}
.members-top > div {
	float: left;
}
.members-top .left {
	width: 15%;
	font-size: 30px;
	padding-top: 10px;
}
.members-top .left span {
	font-size: 12px;
	color: #979797;
}
.members-top .middle {
	width: 55%;
	padding: 0 20px;
	padding-bottom: 10px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.members-top .right {
	width: 30%;
	padding-left: 20px;
}
.members-top .middle ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.members-top .middle ul li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 5px;
}
.members-top .middle ul li a {
	display: block;
	color: #333;
}
.members-top .middle ul li a:hover {
	color: #ff4800;
}
.members-top .middle ul li.active a {
	color: #ff4800;
	text-decoration: underline;
}
.members-top .right .right-searchbox {
	position: relative;
}
.members-top .right .right-searchbox i {
	position: absolute;
	right: 8px;
    top: 6px;
    font-size: 20px;
    cursor: pointer;
    color: #e7d1ba;
}
.members-top .right .right-searchbox .form-control {
	padding-right: 30px;
}
.members-top .right .right-searchbox .form-control,
.members-top .right .right-searchbox .form-control:focus {
	border-color: #e7d1ba;
	box-shadow: none;
}
.members-bg {
	background: url(../img/icon1.png) repeat-x;
	height: 20px;
}
.members-person {
	padding-bottom: 20px;
	margin: 0 -23px;
}
.members-person-item {
	display: inline-block;
	padding: 0 23px;
}
.members-person-item-box {
	border: 1px solid #dddddd;
	padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
}
.members-person-item-box img {
	width: 120px;
    height: 168px;
	/*height: auto;*/
	border-radius: 5%;
} 
.members-person-item-box p {
	margin-top: 10px;
	color: #c5956e;
	font-weight: bold;
}
.members-authors-item {
    display: inline-block;
    padding: 10px  23px;
    vertical-align: top;
    /*float: left;*/
}
.members-authors-item-box {
    border: 1px solid #dddddd;
    padding: 20px 10px 30px 10px;
}
.members-authors-item-box img {
    width: 160px;
    height: 224px;
    border-radius: 50%;
}
.members-authors-item-box p {
    margin-top: 10px;
    color: #c5956e;
    font-size: 13px;
    /*font-weight: bold;*/
}
.members-data {
	margin-top: 0px;
	padding-bottom: 10px;
}
.members-data .table thead {
	background: #d7bda2;
}
.members-data .table thead tr td {
	font-weight: bold;
}
.members-data .table tbody tr:nth-child(odd) {
	background: #ffffff;
}
.members-data .table tbody tr:nth-child(even) {
	background: #fcf6eb;
}

/*首页*/
.cy-banner {
	position: relative;
	top: -60px;
}
.cy-banner img {
	width: 100%;
	height: auto;
}
.index-title {
	background: url(../img/index-icon.png) no-repeat;
	background-position: 0 35px;
	padding-bottom: 20px;
}
.index-title-sm {
    background: url(../img/index-icon.png) no-repeat;
    background-position: 0 25px;
    padding-bottom: 10px;
}
.index-title h3 {
	display: inline-block;
	margin: 0;
	font-size: 30px;
}
.index-title span {
	font-size: 12px;
	margin-left: 15px;
	color: #c5956e;
}
.index-dynamic-content {
	margin: 0 -20px;
	margin-top: 20px;
}
.index-dynamic-item {
	float: left;
	width: 33.3333%;
	padding: 0 20px;
	min-height: 220px;
}
.index-dynamic-item-title {
	border-bottom: 1px dashed #000;
}
.index-dynamic-item-title a {
	color: #333;
	font-size: 16px;
	display: block;
	margin-bottom: 3px;
}
.index-dynamic-item-title a:hover {
	color: #d7bda2;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.index-dynamic-item-title p span {
	margin-left: 5px;
}
.index-dynamic-item-content {
	margin-top: 10px;
}
.index-dynamic-item-content p {
	color: #717171;
	line-height: 26px;
}
.index-learn {
	background: url(../img/2.jpg);
	margin: 0 -20px;
	padding: 20px;
}
.index-learn-content {
	padding-top: 0px;
}
.index-learn-content-left {
	width: 50%;
	float: left;
	padding-right: 40px;
	border-right: 1px dashed #333;
	min-height: 350px;
	padding-top: 0px;
}
.index-learn-content-right {
	width: 50%;
	float: left;
	padding-left: 30px;
	min-height: 350px;
	padding-top: 20px;
}
.index-learn-content-left .media-left,
.index-learn-content-right .media-left {
	padding-right: 30px;
}
.index-learn-content-left .media-left img {
	width: 200px;
	height: auto;
}

.index-learn-content-right .media-content p {
    line-height: 26px;
    color: #515151;
}

.index-learn-content-left .media-body p {
	line-height: 26px;
    color: #515151;
}
.index-learn-content-left .media-body h4 {
    font-size: 16px;
    font-weight: bold;
}
.index-learn-content-right .media-body h4 {
	font-size: 16px;
	font-weight: bold;
}
.index-learn-content-left .media-body h4 a:hover {
    color: #d7bda2;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.index-learn-content-right .media-body h4 a:hover {
	color: #d7bda2;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.index-learn-content-right .media-body p {
	line-height: 26px;
	color: #515151;
}
.index-learn-content-right .media:first-child {
	border-bottom: 1px dashed #333;
}
.academic-alliance {
	margin-top: 40px;
	margin-bottom: 100px;
}
.academic-alliance-content {
	margin: 40px -20px 0 20px;
}
.academic-alliance-item {
	float: left;
	padding: 0 22px;
    width: 185px;
    padding-bottom: 20px;
}
.academic-alliance-box {
	border: 1px solid #eaeaea;
	padding: 10px 15px 0 15px;
	text-align: center;
	min-height: 200px;
	border-radius: 5px;
}
.academic-alliance-box-top {
	border-bottom: 1px solid #eaeaea;
	padding: 0 20px 10px 20px;
}
.academic-alliance-box-top img {
	width: 75px;
	height: auto;
	border-radius: 50%;
}
.academic-alliance-box-bottom {
	padding-top: 30px;
}
.academic-alliance-box-bottom p {
	color: #a2a2a2;
	margin-bottom: 5px;
}
.academic-alliance-box-bottom p a {
	color: #a2a2a2;
}
.academic-alliance-box-bottom p a:hover {
	color: #d7bda2;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer-bg {
	background: url(../img/footer-icon.png) repeat-x;
	height: 14px;
	margin: 0 -40px;
}
.footer {
	padding: 30px 0 50px 0; 
}
.footer-left {
	display: inline-block;
}
.footer-left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-left ul li {
	display: inline-block;
	margin-right: 20px;
}
.footer-left ul li a {
	display: block;
	text-decoration: underline;
	color: #333;
}
.footer-left ul li a:hover {
	color: #d7bda2;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer-left p {
	/*text-decoration: underline;*/
	margin-top: 10px;
    line-height: 220%;
}
.footer-right {
	float: right;
	text-align: center;
	border-left: 1px dashed #ddd;
	padding: 0 10px 10px 40px;
	margin-right: 20px;
}
.footer-right p {
	/*text-decoration: underline;*/
	margin-top: 20px;
}




/*会员之家*/
.text-danger {
	color: #ec4949;
}
.bg-grey {
	background: #f4f4f4;
}
.bg-white {
	background: #fff;
}
.members-family-border {
	border-bottom: 1px solid #eaeaea;
}
.members-family-logo {
	width: 150px;
	height: auto;
}
.members-family-header {
	width: 1190px;
	margin: 0 auto;
	padding: 20px 0;
}
.members-family-header-left {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 100px;
}
.members-family-header-left > li {
	display: inline-block;
	margin-right: 30px;
}
.members-family-header-left > li > a {
	display: block;
	color: #333;
}
.members-family-header-left > li > a:hover {
	color: #d7bda2;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.members-family-header-right {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top:30px;
}
.members-family-header-right > li {
	display: inline-block;
	margin-left: 30px;
}
.members-family-header-right > li > a {
	display: block;
	color: #333;
}
.members-family-header-right > li > a:hover {
	color: #d7bda2;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.members-family-header-right > li > a > img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.members-family-content {
	width: 1190px;
	margin: 0 auto;
	padding-left: 250px;
}
.members-family-content-left {
	background: #fff;
	width: 200px;
	float: left;
	padding-bottom: 100px;
	position: relative;
	left: -250px;
}
.members-family-content-left ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eaeaea;
}
.members-family-content-left ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.members-family-content-left ul li a {
	color: #333;
}
.members-family-content-left ul li a:hover {
	color: #d7bda2;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.members-family-content-left ul li:first-child {
	border-bottom: 1px solid #eaeaea;
	margin-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
.members-family-content-left ul li i {
	float: right;
	margin-top: 3px;
}
.members-family-content-right {
	float: left;
	width: 100%;
	margin-left: -200px;
	margin-top: 40px;
}
.members-family-content-right .tab-pane {
	background: #fff;
	border: 1px solid #ddd;
	border-top-color: transparent;
	padding: 40px 0 40px 50px;
}
.members-family-content-right .nav-tabs li a {
	font-weight: bold;
}
.members-family-content-right .tab-pane .media-object {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.members-family-content-right .tab-pane .media-body {
	padding-left: 20px;
}
.project-overview-title h4 {
	color: #3a7ae5;
	display: inline-block;
	font-weight: bold;
    margin: auto;
}
.project-overview-title .certification {
	color: #999;
	margin-left: 20px;
}
.project-overview-title .edit {
	color: #abc4ed;
	margin-left: 30px;
	cursor: pointer;
}
.project-overview-title .edit:hover {
	color: #3a7ae5;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.project-overview-title .edit i {
	margin-right: 5px;
}
.members-family-content-right .tab-pane .media-body .introduction {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #999;
}
.members-family-content-right .tab-pane .media-body .project-overview-btn a {
	color: #3a7ae5;
	border: 1px solid #3a7ae5;
	border-radius: 15px;
	padding: 6px 20px;
	margin-right: 20px;
}
.members-family-content-right .tab-pane .media-body .project-overview-btn a:hover {
	background: #3a7ae5;
	color: #fff;
	-webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.members-family-content-right .tab-pane .media-body .project-overview-btn a i {
	margin-right: 5px;
	color: #acc5ed;
}
.project-overview-details {
	margin-top: 50px;
}
.project-overview-details-item {
	width: 190px;
	height: 190px;
	float: left;
	padding: 25px 0 0 0;
	border: 1px solid #dedede;
	background: #fff;
	margin-right: 20px;
}
.project-overview-details-item h4 {
	font-size: 14px;
	margin: 0;
	padding-left: 20px;
}
.project-overview-details-item h4 i {
	margin-right: 5px;
}
.project-overview-details-item-content {
	text-align: center;
	padding-top: 50px;
	color: #999;
}
.project-overview-details-item-content img {
	cursor: pointer;
}
.project-overview-details-item-content i {
	font-size: 36px;
}
.project-overview-details-item-content p {
	margin-top: 20px;
}
.project-overview-details-item-content.active {
	padding-top: 40px;
}



/*channel css */
/*
.channel {
    position: relative;
}
.channel-title {
    position: absolute;
    top: -6px;
    left: 3px;
    font-size: 30px;
    color: #ab9cb5;
}


.channel-title span {
    font-size: 12px;
    margin-left: 10px;
}
.channel .dynamic-item .dynamic-time {
    background: #ab9cb5;
}
.channel .dynamic-item-content h4 a,
.channel .dynamic-item-conten-time,
.channel .dynamic-item-conten-time a {
    color: #ab9cb5;
}
.channel .dynamic-content .dynamic-item:first-child {
    padding-top: 25px;
}
*/

/*文章正文显示*/
.index_column_box { padding-bottom:15px; padding-top:12px;}
.wide1000 {width:1000px; margin:auto; padding:0px 10px 0px 10px;}
.ultimate_box {line-height:32px; color:#000; min-height:500px;}
.ultimate_box h2 {margin-top:0px; padding-top:0px; margin-bottom:15px;}
.ultimate_box_info {line-height:32px; color:#000; }
.content_title_box {border-bottom:1px dashed #cccccc;font-size:24px; font-weight:bold; text-align:center; line-height:30px; padding:0px 0px 8px 0px; margin-bottom:20px; color:#000;}
.content_title_box .content_time {font-size:14px; font-weight:normal; color:#999; display:block;}
.content_box {
    padding:0px 20px 30px 20px;
    font-size: 14px;
}
.content_box span p div {
    font-size: 14px;
    line-height: 250%;
}
.content_end_box { padding:0px 20px 30px 20px;}


/*2016-04-07补充*/
.content_text{
    margin:auto;
    width:96%;
    line-height: 200%;
}
.content_text p{
    margin: 5px 0;
    line-height: 28px;
    text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
    font-size: 14px;
    text-align: left;
    text-justify:inter-ideograph;
    text-align:justify;
}
.index-gold-link {
    color: #c5956e;
}
.writer-introduction p{
    font-size:14px;
    line-height:250%;
    text-justify: auto;
}
.writer-introduction div{
    font-size:14px;
    line-height:250%;
}
/*
.level2_title {
    background:url(../images/us_p.gif) no-repeat center top;
    width:719px;
    height:30px;
    line-height:30px;
    font-family:"Tahoma", "Arial";
    font-weight:bold;
    font-size:14px;
    padding:0px 17px;
    margin-bottom:12px;
}*/
