@charset "utf-8";

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
    padding: 0;
    margin: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,img {
    border: 0
}

address,caption,cite,code,dfn,em,th,var {
    font-weight: 400;
    font-style: normal
}

ol,ul {
    list-style: none
}

caption,th {
    text-align: left
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    font-size: 100%
}

q:after,q:before {
    content: ""
}

abbr,acronym {
    border: 0
}

html {
    font-size: 62.5%;
    min-width: 1200px
}

body {
    width: 100%;
    background:#F1F1F1;
    font-size: 14px;
    font-family: 'Microsoft Yahei', PingFangSC, sans-serif;
    color: #333;
}

a{
    text-decoration: none;
	color:#333;
}

button,input,textarea {
    -webkit-tap-highlight-color: transparent;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hidden {
    visibility: hidden
}

.main-container {
    min-height: calc(100vh - 323px)
}

.main-wrap {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease
}

.clear {
    clear: both;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.img-block {
    margin: 0 auto;
    display: block
}

.img-block img,.img-block svg {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.main-color {
    color: #20b09f
}

/*头部*/

.header-topnav {
    width: 100%;
    height: 10px;
    background: #333;
}
.header-topnav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-lang {
    position: relative;
    height: 25px;
    line-height: 25px;
}
.header{
    width: 100%;
	background:#fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.header-items {
    width: 1200px;
	margin:0 auto;
	padding: 10px 0 5px;
    box-sizing: border-box
}

.header-row .tel {
    
}
.header-row .tel img{
    display: inline-block;
    vertical-align: middle;
	width:200px;
}

.logo {
    height:65px;
}
.logo img{
    height:65px;
}
.menu {
    margin-left: 40px;
    position: relative
}

.menu-item {
    height: 45px;
    line-height: 45px;
    padding: 10px 0;
}

.menu-link {
    position: relative;
    display: inline-block;
	vertical-align:top;
}

.menu-link a {
    display: block;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
}

.menu-link:hover a {
    color: #FFF;
    background: #424242;
}

.position{
	height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.mt-30{
	margin-top:30px;
}
/*主体*/
.main{
	width:1280px;
	margin: 0 auto;
}
.main .content{
	display: flex;
    justify-content: space-between;
}
.main .content .left{
	width: 900px;
	min-height:600px;
	margin:0 0 30px;
}
.main .content .right{
	width: 350px;
	padding: 0 0 20px;
}

.section{
	
}

/*右侧*/

.rtitle{
	margin-bottom:20px;
    background: #fff;
	padding: 10px 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.rtitle h2 {
	font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.about{

}
.hotnews{
	
}
.myinfo{
	margin:10px 0 20px;
}
.myinfo p {
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
}
.myinfo img {
    margin-top: 10px;
    width: 70%;
    display: block;
}
.hotnews ul li {
    border-bottom: 1px dashed #ddd;
    height: 40px;
	overflow:hidden;
}
.hotnews ul li a{
    font-size: 14px;
    line-height: 40px;
}

/*底部*/

.t-footer{ background: #181818;}
.t-footer .copy{border-bottom: 1px solid #333333; padding: 10px 0; text-align:center; color:#898989; line-height:2;}
.t-footer .copy span{ margin:0 10px;}
.t-footer .copy a{ color:#898989;}
.t-footer .copy a:hover{ color:#898989;}

.t-footer .dbkeys{ padding:10px 0;}
.t-footer .dbkeys li{ margin:0 10px; line-height:2;}
.t-footer .dbkeys a {font-size: 12px;color: #444448;}
.t-footer .dbkeys a:hover{ color:#ffffff; }

/*文章列表*/
.arclist li {
	margin-bottom:20px;
    background: #fff;
    padding: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	}
.arclist li h2 {
	font-size: 20px;
	height:40px;
	line-height:40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.arclist li .post-meta {
	line-height: 35px;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-top: 1px dashed #c2c2c2;
    border-bottom: 1px dashed #c2c2c2;
}
.arclist li .post-meta  span{
	display: inline-block;
	margin-right: 10px;
}
.arclist li .description {
	line-height: 35px;
	font-size: 15px;
}

/*新闻详情页*/

.newsCon{
   background:#fff;
   box-shadow: 0 0 5px rgba(0,0,0,0.2);
   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
   -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.arc_info{
	padding:30px;
}
.arc_info img{
    max-width:790px;
}
.arc_info h1{
	color:#333;
	font-size: 30px;
    font-weight: 700;
    word-break: break-word;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}
.arc_info .ncont{
	font-size:14px;
	margin-bottom:20px;
}
.arc_info .nctag{
	margin-top:30px;
	color:#999;
}
.arc_info .nctag p{
	line-height:40px;
}
.arc_info .notice{
	font-size:14px;
	color:#f00;
	line-height:46px;
}
.arc_info .content-info{
	font-size:16px;
	line-height:46px;
}

/*分页样式*/ 
.pagelist {text-align:center; margin-top:15px; clear:both;}
.page_info{text-align:center;margin:10px 0;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;  font-size:10px;margin:20px 0 10px;}
.page_list a{display:inline-block; color:#333;  border:1px solid #b5b5b5;  background:#fff; text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#6e770c; border:1px solid #b5b5b5; background:#dbdbdb; }
.page_list a.on{color:#333; border:1px solid #b5b5b5; background:#bac31c; font-family:Arial, Helvetica, sans-serif}


