.top{width:66.66%; height:90px; z-index:99; position:absolute; top:0px; left:16.67%;display:flex; flex-direction:row; justify-content:space-between; align-items:center;}

.top .logo{ width:178px; height:80px; margin-left:5%;}
.top .logo img{ width:178px; height:80px;}

.top .navs{ width:65%; min-height:90px;  display:flex; flex-direction:row; justify-content:flex-end; align-items:center;}
.top .navs .naver{ width:16%; height:90px; line-height:90px; color:#fff; text-align:center; font-size:16px; cursor:pointer; position:relative;}
.top .navs .naver:hover{ color:#fff; font-size:16px; font-weight:600;}

.top .navs .login{ width:16%; height:90px; line-height:90px; color:#fff; text-align:center; font-size:16px; cursor:pointer; position:relative;}
.top .navs .login a{ color:#fff}
.top .navs .login a:hover{ color:#fff}

.top .navs .naver .snav{ width:96%; min-height:60px;position:absolute; top:60px; left:2%;   padding-top:5px; padding-bottom:5px; display:none; text-indent:-5px;}
.top .navs .naver .snav a{ width:100%; height:40px; line-height:40px; display:block; text-align:center; color:#fff; font-size:13px; font-weight:normal}
.top .navs .naver .snav a:hover{ color:#fff; font-size:13px}


.box{ width:100%; min-height:800px; display:flex; flex-direction:row; justify-content:space-between; align-items:flex-start; flex-wrap:wrap;}
.box .dhs{ width:22%; min-height:300px; margin-top:40px;}
.box .dhs a{ width:98%; border-left:6px solid #fff; height:44px; line-height:44px; display:block; text-align:center; margin-bottom:20px; color:#666; font-size:16px; text-decoration:none}
.box .dhs a:hover{ border-left:6px solid #f44; color:#f44}
.box .dhs .act{ border-left:6px solid #f44; color:#f44; font-weight:bold}

.box .content{ width:77%; min-height:800px; border-left:1px solid #efefef; }
.box .content .cnt{ width:90%; margin-left:5%; min-height:100px; margin-top:40px;}
.box .content .cnt .art{ width:100%; min-height:100px; margin-top:20px;}
.box .content .cnt .art img{ width:100%;}
.box .content .cnt .art p img{ width:100%;}
.box .content .cnt .art p{ text-indent:30px; line-height:32px; color:#666; margin-bottom:20px;}

.box .content .cnt .news{ width:100%; height:60px; line-height:60px; border-bottom:1px dashed #aaa; overflow:hidden; display:block; color:#000; margin-bottom:10px; font-size:17px;}
.box .content .cnt .news span{ float:right}
.box .content .cnt .news:hover{ color:#f44}
.box .content .cnt .news img{ width:22px; height:16px; margin-right:5px;}










