/********* base ***********/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0; }
img{vertical-align:middle;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
ol,ul {list-style:none;}
caption,th {text-align:left}
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.bc{margin-left:auto;margin-right:auto;}
.fl{float:left;display:inline}
.fr{float:right;display:inline}
.t2{text-indent:2em}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}
.unl{text-decoration:underline;}
a:link {
    /*color:#FFF;*/
    text-decoration:none;
}
a:visited {
    /*color:#FFF;*/
    text-decoration:none;
    outline:none;
}
a:hover {
    /*color:#FFF;*/
    text-decoration:none;
}
a:active {
    /*color:#FFF;*/
    text-decoration:none;
}
.m10{margin:10px}
.m15{margin:15px}
.m30{margin:30px}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt50{margin-top:50px}
.mt100{margin-top:100px}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb50{margin-bottom:50px}
.mb100{margin-bottom:100px}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml15{margin-left:15px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.ml50{margin-left:50px}
.ml100{margin-left:100px}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr15{margin-right:15px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr50{margin-right:50px}
.mr100{margin-right:100px}
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p30{padding:30px;}
.pt5{padding-top:5px}
.pt10{padding-top:10px}
.pt15{padding-top:15px}
.pt20{padding-top:20px}
.pt30{padding-top:30px}
.pt50{padding-top:50px}
.pb5{padding-bottom:5px}
.pb10{padding-bottom:10px}
.pb15{padding-bottom:15px}
.pb20{padding-bottom:20px}
.pb30{padding-bottom:30px}
.pb50{padding-bottom:50px}
.pb100{padding-bottom:100px}
.pl5{padding-left:5px}
.pl10{padding-left:10px}
.pl15{padding-left:15px}
.pl20{padding-left:20px}
.pl30{padding-left:30px}
.pl50{padding-left:50px}
.pl100{padding-left:100px}
.pr5{padding-right:5px}
.pr10{padding-right:10px}
.pr15{padding-right:15px}
.pr20{padding-right:20px}
.pr30{padding-right:30px}
.pr50{padding-right:50px}
.pr100{padding-right:100px}
.vt{vertical-align:top}
.vm{vertical-align:middle}
.pr{position:relative}
.pa{position:absolute}
/*文本单行溢出*/
.ellipsis{ display:block; overflow:hidden; text-align:left; /* Opera */ text-overflow:ellipsis; /* IE, Safari (WebKit) */ white-space: nowrap; }

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*{zoom:1}


/*清除浮动*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

/*弹性图片*/
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.colorFFF { color:#FFF;}
.colorRed { color:red;}
.colorBlue{ color: #093c78; }
.colorOrange{ color:#e9c080; }
.bgf1{ background: #f1f1f1; }
.bgBlue{ background: #093c78; }
.bgLightblue{ background:#4778c0; }
.bgOrange{ background:#e9c080; }
.bgYellow{ background: #e9bb40;}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-green {
    color: #fff;
    background-color: #0aaeb1;
    border-color: #0aaeb1;
}
.btn-blue {
    color: #FFF;
    background-color: #2a579a;
    border-color: #2a579a;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 7px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-left: 10px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

/*html{*/
/*font-size: 122.3px;*/
/*}*/
html, body {
    height: 100%;
}
body {
    background:#FFF;
    color: #333333;
    font-size:16px;
    font-family:"微软雅黑","宋体", 'Times New Roman', Helvetica,'Helvetica Neue', 'Segoe UI', stheiti, Arial, "microsoft yahei",   sans-serif;
}

.baseWidth {
    max-width: 1200px;
}
@media (max-width: 1200px) {
    .baseWidth {
        width: 1200px;
        padding-left:15px;
        padding-right:15px;
    }
}
.headerBg {
    background: #FFF;
    border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1200px) {
    .headerBg {
        width: 1200px;
    }
}
.headerLinks{
    float: right;
}
.headerLinks li{
    display: inline-block;
    *display: inline;
}
.headerLinks li a{
    display: block;
    padding: 15px;
    color: #333333;
}
.headerLinks li a:hover{
    text-decoration:underline;
}
.header{
    background: #FFF;
    height: 116px;
}
.header .logo{
    float:left;
    margin-top: 10px;
}

/*菜单*/
.menu{
    position: relative;
    z-index: 999;
    text-align: center;
    float: left;
    padding-top: 60px;
    margin-left: 150px;
}
.menu a{
    color: #211615;
    text-align: center;
    display: block;
}
.menu a span{
    display: block;
}
.menu>li{
    display: inline-block;
    zoom:1;
    *display:inline;
    position: relative;
    height: 29px;
}
.menu>li>a{
    display: block;
    font-size: 16px;
    padding: 0 15px 8px;
    border-bottom: 3px solid #FFF;
}
.menu>li.on>a{
    border-bottom: 3px solid #2fc0c1;
}
.menuChild{
    position: absolute;
    top: 29px;
    display: none;
    width: 100%;
}
.menuChild>li{
}
.menuChild>li>a{
    display: block;
    background: #2fc0c1;
    color: #FFF;
    font-size: 14px;
    padding:10px 6px;
}
.menuChild>li>a:hover{
    background: #02a9a9;
}

/*搜索*/
.search{
   float: right;
    height: 30px;
    width: 230px;
    margin-top: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.search .btnSearch{
    background: url("/mdsy/images/btnSearchBg.jpg") no-repeat center center;
    border: 0;
    width:36px;
    height:28px;
    cursor: pointer;
    float: right;
}
.search .box{
    margin-right: 40px;
}
.search .txtKeyword{
    height: 28px;
    border: 0;
    width: 100%;
}

@media (max-width: 1200px) {
    .menu{
        margin-left: 50px;
    }

    .search{
        width: 180px;
    }
}

/*轮播图*/
.sliderBox{ position:relative; max-width: 1920px;  }
.sliderBox .bd{ position:relative; z-index:0; }
.sliderBox .bd li{ position:relative; }
.sliderBox .bd li img{width:100%; vertical-align:top; display:block;  }
.sliderBox .bd li .textBg {position:absolute; bottom: 0; width: 100%; font-size: 16px; padding: 10px 0 10px 0; background: #000; background: rgba(0,0,0,0.6); color: #FFF; }
.sliderBox .bd li p { padding-right: 125px; height: 18px; }
.sliderBox .icon{  position:absolute; bottom: 5px; left: 50%; z-index:1; margin-left: -600px; width: 1200px; }
.sliderBox .hd{ float: right;  }
.sliderBox .hd ul{ text-align:center;  }
.sliderBox .hd ul li{ cursor:pointer; display:inline-block; *display:inline;  zoom:1; width:21px; height:21px; margin:0 5px; background:url('/mdsy/images/btn_main_img.png') 0 0 no-repeat; overflow:hidden; font-size:0;}
.sliderBox .hd ul .on{ background-position:0 -21px; }
@media (max-width: 1200px) {
    .sliderBox {
        width: 1200px;
    }
    .sliderBox .icon{  position:absolute; bottom: 5px; left: 0; z-index:1; margin-left: 0; width: 100%; }
}


/*最新通知*/
.homeNews{
    width: 50%;
    float: left;
    margin: 40px 0;
    padding:0 15px;
}
.homeNews>dt{
    padding-bottom: 30px;
}
.homeNews h2{
    display: inline-block;
    *display:inline;
    font-size: 24px;
}
.homeNews .more{
    color: #999;
    float: right;
    margin-top: 8px;
    cursor: pointer;
}
.homeNews .more:hover {
    text-decoration: underline;
}
.homeNews .list{

}
.homeNews .list li{
    padding-bottom: 25px;
}
.homeNews .list li+li{
    padding-top:25px;
    border-top: 1px solid #e6e6e6;
}
.homeNews .list .img{
    float: left;
    width: 150px;
}
.homeNews .list .img img{
    border-radius: 5px;
}
.homeNews .list .cont{
    margin-left: 165px;
}
.homeNews .list .title{
    font-size: 16px;
    color: #000;
}
.homeNews .list .info{
    font-size: 14px;
    color: #999;
    padding: 5px 0;
    line-height: 1.5em;
}
.homeNews .list .date{
    font-size: 14px;
    color: #999;
}

/*香港时时彩qq简介*/
.homeAboutUs{
    background: #2fc0c1;
    color: #FFF;
    padding: 40px 0;
    line-height: 2em;
}

@media (max-width: 1200px) {
    .homeAboutUs {
        width: 1200px;
    }
}


/*学在明德*/
.homeStudy{
    padding: 40px 0;
}
.homeStudy dt{
    text-align: center;
    font-size: 24px;
    padding: 0 0 25px;
    margin-bottom: 25px;
    background: url("/mdsy/images/homeHBg.jpg") no-repeat bottom center;
}
.homeStudy .list {

}
.homeStudy .list li{
    width: 25%;
    height: 0;
    padding-bottom:14%;
    float: left;
    border: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    /*padding:0 8px;*/
    padding-left:15px;
    padding-right:15px;
}
.homeStudy .list li a {    
    position: relative;
    display:block;
}
.homeStudy .list .title{
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: #2a2a2a;
    background: rgba(0,0,0,0.5);
    color: #FFF;
}

/*底部*/
.footerBg{
    background: #f3f3f3;
    padding: 25px 0;
}
@media (max-width: 1200px) {
    .footerBg {
        width: 1200px;
    }
}
.footer{
    color: #515151;
}
.footer a{
    color: #515151;
}
.footer a:hover{
    text-decoration: underline;
}
.footer .logo{
    float: left;
}
.footer .contact{
    float: left;
    line-height: 2em;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #959595;
}
.footer .links{
    float: right;
}
.footer .links dt{
    float: left;
    padding-right: 15px;
    font-weight: bold;
    line-height: 2em;
}
.footer .links dd{
    float: right;
    line-height: 2em;
}

/*内页*/
.bgInner{
    background: #f7f7f7;
    padding: 50px;
}

.container{
    background: #FFF;
    -moz-box-shadow: 0px 0px 10px #CCC;
    -webkit-box-shadow: 0px 0px 10px #CCC;
    box-shadow: 0px 0px 10px #CCC;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#CCC')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#CCC');
    padding: 50px;
    border-radius: 5px;
}
@media (max-width: 1200px) {
    .bannerBg {
        width: 1200px;
    }
    .bgInner {
        width: 1200px;
    }
    .container {
        width:100%;
    }
}
.container>.title{
    background: url("/mdsy/images/homeHBg.jpg") no-repeat bottom center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.container .cont img{
    display: block;
    max-width: 100%;
    height: auto;
}

/*香港时时彩qq生活*/
.lifeList{
    margin: 0 -25px;
}
.lifeList li{
    padding:0 25px;
    width: 50%;
    float: left;
    margin-bottom: 25px;
}
.lifeList li a{
    padding-bottom: 25px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    min-height:150px;
}
.lifeList .img{
    float: left;
    width: 150px;
    border: 1px solid transparent;
    border-radius: 10px;
}
.lifeList .cont{
    margin-left: 165px;
}
.lifeList .title{
    font-size: 16px;
    color: #000;
}
.lifeList .info{
    font-size: 16px;
    color: #999;
    padding: 5px 0;
    line-height: 1.5em;
}
.lifeList .date{
    font-size: 16px;
    color: #999;
}

/*香港时时彩qq课程*/
.courseList{
    margin: 0 -15px;
}
.courseList li{
    padding:0 15px;
    width: 33.3333333%;
    float: left;
    margin-bottom: 25px;
}
.courseList li a{
    display: block;
    border: 1px solid #e6e6e6;
}
.courseList .img{

}
.courseList .title{
    font-size: 16px;
    color: #353529;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.courseList .date{
    font-size: 16px;
    color: #999;
    padding: 10px;
    background: #fafafa;
}

/*团学建设*/
.studyList{
}
.studyList li{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.studyList li a{
    display: block;
}
.studyList .img{
    float: left;
    width: 120px;
    border: 1px solid transparent;
    border-radius: 10px;
}
.studyList .cont{
    margin-left: 135px;
}
.studyList .title{
    font-size: 16px;
    color: #000;
}
.studyList .info{
    font-size: 16px;
    color: #999;
    padding: 5px 0;
    line-height: 1.5em;
}
.studyList .date{
    font-size: 16px;
    color: #999;
}
/*香港时时彩qq制度*/
.newsList{}
.newsList li{}
.newsList li a{
    color: #565656;
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #d6d6d6;
}
.newsList li a:hover{
    color: #000;
}
.newsList > li > a > .title {
    float: left;
    margin-right: -120px;
    width: 100%;
    background: url("/mdsy/images/iconNews.jpg") no-repeat 10px 8px;
    padding-left: 30px;
}

.newsList > li > a > .title > p {
    margin-right: 100px;
}

.newsList > li .date {
    display: block;
    float: right;
    text-align: center;
    width: 100px;
}


/*新闻详情*/
.newsAbout{
    float: right;
    width: 260px;
}
.newsAbout dl{
    margin-bottom: 40px;
}
.newsAbout .title{
    border-left: 3px solid #40bac5;
    padding-left: 15px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.newsAbout .list a{
    color: #545454;
    line-height: 1.5em;
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #d6d6d6;
    display: block;
}
.newsAbout .list a:hover{
    color: #000;
}
.newsDetails{
    margin-right: 300px;
}
.container.newsDetails{
    margin-right: auto;
}
.newsDetails .newsTitle{
    font-size: 24px;
}
.newsDetails .newsDate{
    padding: 15px 0;
    border-bottom: 1px solid #40bac5;
}
.newsDetails .newsCont{
    padding-top: 15px;
}

/*友情链接*/
.linksList{
    margin: 0 -15px;
}
.linksList li{
    width: 25%;
    padding:0 15px 20px;
    float: left;
}
.linksList li a{
    display: block;
    color: #535353;
}
.linksList li a:hover{
    text-decoration: underline;
}

/*  内页分页 */
.fenyeneirong{
    margin: 30px auto 0;
    text-align: center;
}
.fenyeneirong ul.pagination {
    width:auto !important;
    display: inline-block;
    zoom:1;
    *display:inline;
    padding: 0;
    margin: 0;
}
.fenyeneirong ul.pagination li {display: inline;}
.fenyeneirong ul.pagination li a,.fenyeneirong ul.pagination li span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    background-color: #FFF;
    font-size:14px;
    border: 1px solid #ddd;
    border-radius:5px;
    margin:0 3px;
}
.fenyeneirong ul.pagination li a.active,.fenyeneirong ul.pagination li .active {
    background-color:#2fc1c1;
    color: white;

}
.fenyeneirong ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
    border: 1px solid #ddd;
}




