/* 此為吃了手機css後，因為變成桌機而要修改的設定 */
/* 所有東西在手機都有一樣的，這邊可以覆蓋之 */


/************************************* section2 *************************************/
/*banner下面的選單*/

.section2 {
    display: inherit;
    position: relative;
    margin-top: -80px; /*選單開始的高度*//*-30px;*/
}


.section2 .navs {
    text-align: left;

}

.section2 .navs .oneNav {
    font-size: 16px;
    width: inherit;
    text-align: left;
    padding: 8px 20px;
    background-color: #e7e7e7;
    border-right: 1px solid #ccc;
}

.section2 .navs .oneNav:last-child {
    border: none;
}

.section2 .navs .oneNav span {
    display: inherit;
}

.section2 .navs .oneNav:hover,
.section2 .navs .oneNav.focus {
    position: relative;
    top: -5px;/*藍色凸出的高度*/
    border-right: 1px solid rgba(17, 31, 152, 1);
    padding-top: 10px;/*細項選項開始的高度 30px;*/
    box-shadow: 0px 15px 0px rgba(17, 31, 152, 1);
}

.section2 .oneNavContent h4 {
    display: none;
}

.section2 .oneNavContent ul {
    padding: 5px 10px;/*40px 30px;*/
    /*    margin: 0px;*/
    text-align: left;
    margin-bottom: 30px;
}

.section2 .oneNavContent ul a li {
    display: inline-block;
    margin: 5px 10px;
}


/************************************* section3 *************************************/
/*榮耀肯定*/

.section3 .moreAfterTitle {
    text-align: left;
}

.section3 .fourHonors {
    text-align: left;
    font-size: 0px;
}

.section3 .fourHonors .oneHonor {
    font-size: 16px;
    display: inline-block;
    height: 246px;
    width: 50%;
}

.section3 .fourHonors a:hover .oneHonor .moreBtn {
    display: inherit;
}


.section3 .fourHonors .oneHonor.oneHonor1 .textArea,
.section3 .fourHonors .oneHonor.oneHonor2 .textArea {
    background-color: #fff;
}

.section3 .fourHonors .oneHonor.oneHonor3 .textArea,
.section3 .fourHonors .oneHonor.oneHonor4 .textArea {
    background-color: #eee;
}


/*左右交錯開始*/
.section3 .fourHonors .oneHonor.oneHonor1 .imgArea,
.section3 .fourHonors .oneHonor.oneHonor2 .imgArea {
    float: left;
}

.section3 .fourHonors .oneHonor.oneHonor1 .textArea,
.section3 .fourHonors .oneHonor.oneHonor2 .textArea {
    float: right;
}

.section3 .fourHonors .oneHonor.oneHonor3 .imgArea,
.section3 .fourHonors .oneHonor.oneHonor4 .imgArea {
    float: right;
}

.section3 .fourHonors .oneHonor.oneHonor3 .textArea,
.section3 .fourHonors .oneHonor.oneHonor4 .textArea {
    float: left;
}



/************************************* section4 *************************************/
/*焦點新聞*/

.section4 .moreAfterTitle {
    text-align: left;
}

.section4 .lightBlueBg {
    background-color: #d9e5ee;
    padding-top: 30px;
    padding-bottom: 130px;
}



.section4 #carouselForNews {
    width: 1110px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.section4 #carouselForNews .carousel-inner .carousel-item a .oneNew {
    float: left;
    margin-right: 30px;
    width: 350px;
/*    height: 224px;*/
}

.section4 #carouselForNews .carousel-inner .carousel-item a:last-child .oneNew {
    margin-right: 0px;
}

.section4 #carouselForNews .carousel-inner .carousel-item a .oneNew .imgArea {
    height: 224px;
}

.section4 #carouselForNews .section4LeftArrow,
.section4 #carouselForNews .section4RightArrow {
    margin-top: -63px;
}


.section4 #carouselForNews .section4LeftArrow {
    left: -30px;
}

.section4 #carouselForNews .section4RightArrow {
    right: -30px;
}



/************************************* section5 *************************************/
/*校園公告*/

.section5 .whiteContainer {
    min-width: 1100px;
    position: relative;
    margin-top: -102px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    
}


.section5 .whiteContainer .scrollArea {
    height: 240px;
}

.section5 .whiteContainer .fixPic{
    position: absolute;
    top:0px;
    left:0px;
    width:324px;
    height: auto;
}

/************************************* section6 *************************************/
/*風雲人物*/

.section6 #carouselForPersons{
    display: none;
}
.section6 #carouselForPersonsD{
    display: inherit;
}

.section6 .moreAfterTitle {
    text-align: left;
}

/*輪播區塊*/
.section6 #carouselForPersons,
.section6 #carouselForPersonsD{
    width: 1110px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.section6 #carouselForPersons .carousel-inner .carousel-item a .onePerson,
.section6 #carouselForPersonsD .carousel-inner .carousel-item a .onePerson{
    float: left;
    margin-right: 30px;
    width: 255px;
    height: 255px;
}

.section6 #carouselForPersons .carousel-inner .carousel-item a:last-child .onePerson,
.section6 #carouselForPersonsD .carousel-inner .carousel-item a:last-child .onePerson{
    margin-right: 0px;
}

.section6 #carouselForPersons .section6LeftArrow,
.section6 #carouselForPersons .section6RightArrow,
.section6 #carouselForPersonsD .section6LeftArrow,
.section6 #carouselForPersonsD .section6RightArrow{
    margin-top: -43px;
}


.section6 #carouselForPersons .section6LeftArrow,
.section6 #carouselForPersonsD .section6LeftArrow{
    left: -30px;
}

.section6 #carouselForPersons .section6RightArrow,
.section6 #carouselForPersonsD .section6RightArrow{
    right: -30px;
}


/************************************* section7 *************************************/
/*德明影音*/

/*底色藍色*/
.blueCubeBg {
    height: 285px;
}


/************************************* section8 *************************************/
/*活動訊息*/

.section8 {
    margin-bottom: 60px;
}
