﻿/*
 * Theme Name: alumni
 * Author: the Monokeros team
 * Author URI: http://www.monokeros.cn/
 * Version: 1.0
 * @Author: Linter.gebitily7 
 * @Date: 2017-09-05 16:04:27 
 * @Last Modified by: gebitily7
 * @Last Modified time: 2017-09-12 19:25:23
 */

div.tag-div{
    padding: 5px 20px;}
a.tag-cloud-link{
    display: inline-block;
    line-height: 20px;
    margin: 5px 5px;}
hr.dh{
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;}

.news-default-content{
    padding-top: 10px;}

.news-default-content section:first-child{
    padding: 20px 0;}
.news-default-content section{
    text-indent: 2em;
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 24px;}
.click-more a{
    font-size: 16px;}
#school-default .right-news-1 p{
    font-size: 12px;
    line-height: 24px;
    color: #999;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 65px;}
#school-default .right-news-1{
    padding-bottom: 7px !important;}
#school-default .right-news .hot-news p{
    font-size: 12px;
    line-height: 24px;
    color: #999;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
li.gzzd{
    margin: 0 0 10px 20px;}
li.gzzd a{
    color: #333;}

.mlw_qmn_quiz label {
 display: inline !important;}

.qmn_quiz_radio {
width: initial !important;
display: inline !important;}

    /* css 重置 */
    *{margin:0; padding:0; list-style:none;}
    body{ background:#fff; font:normal 12px/22px 宋体;}
    img{ border:0;}
    a{ text-decoration:none; color:#333;}
    a:hover{ color:#1974A1;}
    .js{width:90%; margin:10px auto 0 auto;}
    .js p{ padding:5px 0; font-weight:bold; overflow:hidden;}
    .js p span{ float:right;}
    .js p span a{ color:#f00; text-decoration:underline;}
    .js textarea{ height:100px;  width:98%; padding:5px; border:1px solid #ccc; border-top:2px solid #aaa;  border-left:2px solid #aaa;}

    /* 本例子css */
    .focusBox { position: relative; width:100%; height:520px; overflow: hidden;}
    .focusBox .pic{ position:relative; z-index:0;}
    .focusBox .pic img { width:100%; height:520px; display: block;}
    .focusBox .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1;}
    .focusBox .hd li{margin: 0 5px; background: url(../images/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
        display:inline-block; *display:inline; zoom:1;  _background: url(../images/dot8.png) no-repeat 0 -16px;}
    .focusBox .hd .on{ background-position:0 0;}

    .focusBox .prev,
    .focusBox .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;}
    .focusBox .prev { left: 0;}
    .focusBox .next { background-position: 0 -90px; right: 0;}
    .focusBox .prev:hover,
    .focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;}


.main-contaioner2 .right-contaioner .ty-con-b {
  width: 100%;
  padding-top: 37px;
  padding-bottom: 30px;
  line-height: 2em;
  text-align: justify;}



@charset "utf-8";
/* banner */
.c-banner{
	width: 100%;
    height: 600px;
    padding-top: 158px;
    margin-bottom: 100px;
    position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute;
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
height:525px;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 75%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	top:100%;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 20px;
	height:20px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
