﻿/** 
* 
* -----------------------------------------------------------------------------
*
* Template : CMCL - HTML Template
* Author : piyouhua
* Author URI : https://ebusiness.sinolines.com.cn
*
* -----------------------------------------------------------------------------
* 
**/
/* TABLE OF CONTENT
---------------------------------------------------------
     01. General CSS

     02. multi_table_booking  CSS
       2-1. multi_table_booking
       2-2. multi_table_gridviewIN  (gridview 内)

     03. textbox list  CSS
     04. grid  CSS
     05. icon  CSS
     06. cmcl contact  CSS  以及  modal 登录按钮modal-logincontact
     07. 页面主体上方筛选条件 cmcl-course-select CSS   
     08. 页面右侧快捷链接 CSS
     09. 网站地图 CSS
--------------------------------------------------------*/


/*------------------------------------
    1. General
------------------------------------*/

.free-course-contact .page-title {
    /* font-size: 30px;*/
    color: #5BADEE;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

/*栏目标题*/
.sectionTitle {
    font-family: Microsoft YaHei UI,Tahoma,Arial;
    color: #336699;
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    padding: 0px 10px;
    border-left: 4px solid #336699;
    margin: 5px 10px ;
}

/*靠左主题标题*/
.TitleFlag {
    font-family: sans-serif,Microsoft YaHei UI,Tahoma,Arial;
    color: #5BADEE;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    padding: 5px;
    margin: 5px 0px;
}

/*居中*/
.sectionDiv {
    text-align: center;
    padding: 0px 0px;
    margin: 5px 0 5px 0px;
    
}

.sectionDiv-left {
    text-align: left;
    padding: 0px 0px;
    margin: 5px 0 5px 0px;
}

/*居中&分割线*/
.splitsectionDiv {
    text-align: center;
    padding: 0px 0px 10px 0px;
    margin: 10px;
    border-bottom: 1px solid #e6e6e6;
}

/* VSLVOYL Notice */
.sectionNotice {
    font-family: Microsoft YaHei UI,Tahoma,Arial;
    color: #505050;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    padding: 0px 0px 5px 0px;
    /* border-left: 4px solid #336699;*/
    border-bottom: 1px solid #e6e6e6;
    margin: 10px 10px 5px 10px;
}


/* 空白换行使用 */
.splitNotice {
    text-align: left;
    padding: 10px 0px 0px 0px;
}


.Alldiv {
    MARGIN: 0px auto;
    WIDTH: 100%;
    LINE-HEIGHT: 1.6em;
    BORDER: 1px solid #FFF;
}

.divtextboxcenter {
    BORDER-LEFT-COLOR: #a5b6c8;
    BORDER-BOTTOM-COLOR: #a5b6c8;
    BORDER-TOP-COLOR: #a5b6c8;
    BACKGROUND-COLOR: #eef3f7;
    BORDER-RIGHT-COLOR: #a5b6c8;
    padding: 10px 0px;
    text-align: center;
    font-size: 11pt;
    
}

.divtextboxleft {
    BORDER-LEFT-COLOR: #a5b6c8;
    BORDER-BOTTOM-COLOR: #a5b6c8;
    BORDER-TOP-COLOR: #a5b6c8;
    BACKGROUND-COLOR: #eef3f7;
    BORDER-RIGHT-COLOR: #a5b6c8;
    padding: 10px 0px;
    text-align: left;
    font-size: 11pt;
  
}

/*------------------------------------
    2-0. multi_table_booking_keepall   th 不换行  其他类似 multi_table_booking
------------------------------------*/
/* 订舱框*/
.multi_table_booking_keepall {
    font-family: Microsoft YaHei UI,Tahoma,Arial;
    border-top: 2px solid #336699;
    /*margin-top:5px;*/
    table-layout: fixed;
    min-width: 800px;
    margin-top: 5px; /*2024-1-17 按钮离开一些*/
}

    .multi_table_booking_keepall th {
        /* font-family: Microsoft YaHei UI,Tahoma,Arial;*/
        color: #104E8B;
        /*border-top: 2px solid #336699;  /*蓝色*/
        border-bottom: 1px solid rgba(54, 54, 54, 0.1);
        letter-spacing: 1px;
        text-align: center;
        padding: 3px 2px;
        background: #CAE1FF;
        font-size: 13px;
        font-weight: normal;
        text-transform: uppercase;
        white-space: nowrap; /* 自适应宽度*/
        word-break: keep-all; /* 避免长单词截断，保持全部 */
    }


    .multi_table_booking_keepall td {
        border-top: 1px solid rgba(54, 54, 54, 0.1);
        border-bottom: 1px solid rgba(54, 54, 54, 0.1);
        background: #fff;
        font-size: 13px;
        /*  padding: 4px;*/
        padding: 2px 4px;
        color: #505050; /*#969696;*/
        text-align: left;
        font-weight: normal;
        vertical-align: middle;
        /*  letter-spacing: 1px;*/
        /*white-space: nowrap;*/ /* 自适应宽度*/
        /*word-break: keep-all;*/ /* 避免长单词截断，保持全部 */
        /*  word-break: break-all !important;
        word-wrap: break-word !important;*/
    }


    .multi_table_booking_keepall .textarea {
        font-size: 13px;
        color: #000000;
        padding: 2px;
        background: #fff;
        /*background:  #f0f0f0;*/ /*带一点灰色*/
        border-left: solid 1px #c1c1c1;
        border-top: solid 1px #cfcfcf;
        border-right: solid 1px #cfcfcf;
        border-bottom: solid 1px #6f6f6f;
        border-radius: 3px;
    }

    .multi_table_booking_keepall .cmcllable {
        font-size: 14px;
        padding: 0px 0px 0px 8px;
    }

    .multi_table_booking_keepall .cmcltitle {
        color: #336699;
        text-align: left;
        font-size: 14px;
        padding: 0px 0px 0px 10px;
        border-left: 4px solid #336699;
        font-weight: 700;
    }

    .multi_table_booking_keepall A:link {
        font-family: Tahoma,Arial, sans-serif;
        font-size: 14px;
        color: #336699;
        /*  #0099cc; #5BADEE;*/
        text-decoration: none;
    }

        .multi_table_booking_keepall A:link:hover {
            color: #5BADEE;
        }

    .multi_table_booking_keepall A:visited {
        color: #336699;
    }


/*------------------------------------
    2-1. multi_table_booking   th 自动换行
------------------------------------*/
/* 订舱框*/
.multi_table_booking {
    font-family: Microsoft YaHei UI,Tahoma,Arial;
    border-top: 2px solid #336699;
    /*margin-top:5px;*/
   table-layout:fixed;
}  

.multi_table_booking th {
    /* font-family: Microsoft YaHei UI,Tahoma,Arial;*/
    color: #104E8B;
    /*border-top: 2px solid #336699;  /*蓝色*/
    border-bottom: 1px solid rgba(54, 54, 54, 0.1);
    letter-spacing: 1px;
    text-align: center;
    padding: 3px 2px;
    background: #CAE1FF;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    /*white-space: nowrap;*/ /* 自适应宽度*/  
   /* word-break: keep-all;*/ /* 避免长单词截断，保持全部 */
    /* word-break: break-all !important;*/
    /*  word-wrap: break-word !important;*/
}


    .multi_table_booking td {
        border-top: 1px solid rgba(54, 54, 54, 0.1);
        border-bottom: 1px solid rgba(54, 54, 54, 0.1);
        background: #fff;
        font-size: 13px;
        /*  padding: 4px;*/
        padding: 2px 4px;
        color: #505050; /*#969696;*/
        text-align: left;
        font-weight: normal;
        vertical-align: middle;
        /*  letter-spacing: 1px;*/
        /*white-space: nowrap;*/ /* 自适应宽度*/
        /*word-break: keep-all;*/ /* 避免长单词截断，保持全部 */
        /*  word-break: break-all !important;
        word-wrap: break-word !important;*/
    }


    .multi_table_booking .textarea {
        font-size: 13px;
        color: #000000;
        padding: 2px;
        background: #fff;
        /*background:  #f0f0f0;*/ /*带一点灰色*/
        border-left: solid 1px #c1c1c1;
        border-top: solid 1px #cfcfcf;
        border-right: solid 1px #cfcfcf;
        border-bottom: solid 1px #6f6f6f;
        border-radius: 3px;
    }

    .multi_table_booking .cmcllable {
        font-size: 14px;
        padding: 0px 0px 0px 8px;
    }

    .multi_table_booking .cmcltitle {
        color: #336699;
        text-align: left;
        font-size: 14px;
        padding: 0px 0px 0px 10px;
        border-left: 4px solid #336699;
        font-weight:700;
    }

    .multi_table_booking A:link {
        font-family: Tahoma,Arial, sans-serif;
        font-size: 14px;
        color: #336699;
        /*  #0099cc; #5BADEE;*/
        text-decoration: none;
    }

        .multi_table_booking A:link:hover {
            color: #5BADEE;
        }

    .multi_table_booking A:visited {
        color: #336699;
    }

 

/*------------------------------------
    2-2. multi_table_gridviewIN  (gridview 内)
------------------------------------*/

.multi_table_gridviewIN {
    font-family: Microsoft YaHei UI,"宋体",Tahoma,Arial;
    /*border-top: 2px solid #336699;*/
}

    .multi_table_gridviewIN th {
        font-family: Microsoft YaHei UI,Tahoma,Arial;
        color: #104E8B;
      /*  letter-spacing: 1px;*/
        text-align: left;
        padding: 4px;
        font-size: 13px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .multi_table_gridviewIN .intitle {
        color: #336699;
        text-align: left;
        font-size: 13px;
        padding: 0px 0px 0px 10px;
        border-left: 4px solid #336699;
        font-weight: 700;
    }


        .multi_table_gridviewIN th.orange {
            font-size: 13px;
            color: white;
            background: #FFA07A;
            font-weight: bold;
        }

    .multi_table_gridviewIN td {
        background: #fff;
        font-size: 13px;
        padding: 4px 2px 4px 2px;
        color: #3B3B3B;
        text-align: left;
        font-weight: normal;
        /* letter-spacing: 1px;*/
    }

    .multi_table_gridviewIN .span {       
        font-size: 13px;
        color: #336699;
        /*  #0099cc; #5BADEE;*/
        text-decoration: none;
    }


    .multi_table_gridviewIN .textarea {
        font-size: 13px;
        color: #000000;
        padding: 2px;
        background: #fff;
        /*background:  #f0f0f0;*/ /*带一点灰色*/
        border-left: solid 1px #c1c1c1;
        border-top: solid 1px #cfcfcf;
        border-right: solid 1px #cfcfcf;
        border-bottom: solid 1px #6f6f6f;
        border-radius: 5px;
    }


    .multi_table_gridviewIN A:link {
        font-family: Tahoma,Arial, sans-serif;
        font-size: 14px;
      /*  color: #336699;*/
        /*  #0099cc; #5BADEE;*/
        text-decoration: none;
    }

        .multi_table_gridviewIN A:link:hover {
            color: #5BADEE;
        }

    .multi_table_gridviewIN A:visited {
        color: #336699;
    }

    .multi_table_gridviewIN td.cal {
        border-top: 0px solid #C1DAD7;
        border-bottom: 1px solid #999999;
        font-size: 8px;
        padding: 1px 1px 1px 1px;
        color: #969696;
        text-align: left;
        letter-spacing: 1px;
        margin: auto;
    }




/*------------------------------------
    2-3. multi_table_booking_topborder_gray    用来跟在multi_table_booking 下方的新的table ，b 目前使用在上海箱费支付EBookingPayCharge_DET_SH 界面
------------------------------------*/
/* 订舱框*/
.multi_table_booking_topborder_gray {
    font-family: Microsoft YaHei UI,Tahoma,Arial;
   /* border-bottom: 1px solid rgba(54, 54, 54, 0.1);*/
    /*margin-top:5px;*/
    table-layout: fixed;
}

    .multi_table_booking_topborder_gray th {
        /* font-family: Microsoft YaHei UI,Tahoma,Arial;*/
        color: #104E8B;
        /*border-top: 2px solid #336699;  /*蓝色*/
        border-bottom: 1px solid rgba(54, 54, 54, 0.1);
        letter-spacing: 1px;
        text-align: center;
        padding: 3px 2px;
        background: #CAE1FF;
        font-size: 13px;
        font-weight: normal;
        text-transform: uppercase;
        /*white-space: nowrap;*/ /* 自适应宽度*/
        /* word-break: keep-all;*/ /* 避免长单词截断，保持全部 */
        /* word-break: break-all !important;*/
        /*  word-wrap: break-word !important;*/
    }


    .multi_table_booking_topborder_gray td {
        border-top: 1px solid rgba(54, 54, 54, 0.1);
        border-bottom: 1px solid rgba(54, 54, 54, 0.1);
        background: #fff;
        font-size: 13px;
        /*  padding: 4px;*/
        padding: 2px 4px;
        color: #505050; /*#969696;*/
        text-align: left;
        font-weight: normal;
        vertical-align: middle;
        /*  letter-spacing: 1px;*/
        /*white-space: nowrap;*/ /* 自适应宽度*/
        /*word-break: keep-all;*/ /* 避免长单词截断，保持全部 */
        /*  word-break: break-all !important;
        word-wrap: break-word !important;*/
    }


    .multi_table_booking_topborder_gray .textarea {
        font-size: 13px;
        color: #000000;
        padding: 2px;
        background: #fff;
        /*background:  #f0f0f0;*/ /*带一点灰色*/
        border-left: solid 1px #c1c1c1;
        border-top: solid 1px #cfcfcf;
        border-right: solid 1px #cfcfcf;
        border-bottom: solid 1px #6f6f6f;
        border-radius: 3px;
    }

    .multi_table_booking_topborder_gray .cmcllable {
        font-size: 14px;
        padding: 0px 0px 0px 8px;
    }

    .multi_table_booking_topborder_gray .cmcltitle {
        color: #336699;
        text-align: left;
        font-size: 14px;
        padding: 0px 0px 0px 10px;
        border-left: 4px solid #336699;
        font-weight: 700;
    }

    .multi_table_booking_topborder_gray A:link {
        font-family: Tahoma,Arial, sans-serif;
        font-size: 14px;
        color: #336699;
        /*  #0099cc; #5BADEE;*/
        text-decoration: none;
    }

        .multi_table_booking_topborder_gray A:link:hover {
            color: #5BADEE;
        }

    .multi_table_booking_topborder_gray A:visited {
        color: #336699;
    }

 
/*------------------------------------
    3. textbox  textarea list buttonface
------------------------------------*/

input.textbox {
    font-size: 13px;
    color: #000000;
    padding: 4px; 
    background: #fff;
    /*background:  #f0f0f0;*/ /*带一点灰色*/
    border-left: solid 1px #c1c1c1;
    border-top: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #6f6f6f;
    line-height: 1.3;/*18px;*/
    border-radius: 3px;
}

input.textarea {
    font-size: 13px;
    color: #000000;
    padding: 3px;
    background: #fff;
    /*background:  #f0f0f0;*/ /*带一点灰色*/
    border-left: solid 1px #c1c1c1;
    border-top: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #6f6f6f;
    border-radius: 3px;
}

.list {
    font-size: 13px;
    color: #000000;
    padding: 3px;
    background: #fff;
    /*background:  #f0f0f0;*/ /*带一点灰色*/
    border-left: solid 1px #c1c1c1;
    border-top: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #6f6f6f;
    line-height: 18px;
    border-radius: 3px;
   
}


.rbl {
    border-color: black;
    border-width: 1px;
    background-color: white;
    border-style: solid;
    box-shadow: 5px 5px 3px rgb(128, 128, 128);
    padding: 3px ;
    margin: 1px;
}

    .rbl input {
        /*   font-size: 12px;*/
        color: #002d71;
        /* padding:10px;*/
    }

    .rbl span {
        box-shadow: none;
        border: none;
        background: none;
        text-align: center;
        vertical-align: middle;
        /* padding: 10px;*/
    }

    .rbl label {
        padding: 2px 10px 2px 5px;
        font-size: 14px;
    }

.buttonface {
    BACKGROUND: #336699;
    border: 1px solid #336699;
    COLOR: #ffffff;
    text-align: center;
    vertical-align: middle;
    /*   font-size: 14px;
      LINE-HEIGHT: 5px;
      padding: 15px 20px; 原来的*/   
    padding: 0.35rem 0.75rem;
     font-size: 1rem;
 /*   font-size: 13px;*/
    line-height: 1.25; /*影响按钮高度*/
    display: inline-block;
    CURSOR: pointer;
    border-radius: 5px;
}

    .buttonface:hover {
        background: #007bff;
    }

    .buttonface:disabled {
        background: #007bff;
    }


.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}


/*  textbox 在录入时 背景色 */
input.textbox:focus, input.input_text_focus {
    border: solid 1px #cfcfcf;
    background-color: #eff7fd;/* #e7f4f6;*/  /*CMCL*/
}


/*  button  马卡龙蓝色   还没有使用过  */

.submitbuttonface {
    /*  margin-top: 20px;
    border: 2px solid;
    border-color: #5BADEE;
    padding: 7px 30px;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #5BADEE;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 12px;*/
    border: 2px solid;
    border-color: #5BADEE;
    background: #5BADEE;
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 3px;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all .3s ease 0s;
    text-transform: uppercase;
}

    .submitbuttonface:hover {
        color: #5BADEE;
        background: #fff;
        opacity: 0.9;
    }







/*------------------------------------
    4. GridViewStyle
------------------------------------*/
.scroll-box {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow-x: scroll;
    width: 100%;
}

.scroll-box::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.GridViewStyle {
    /* color: #fff;*/
    border: 1px solid rgba(54, 54, 54, 0.1);
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    /* background: #CAE8EA;*/
    font-size: 12px;
    font-family: Microsoft YaHei UI,Tahoma,Arial;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 10px; /*??? 有可能有问题，测试一下*/
    padding: 10px;
  
    
}

.gHeader {
    color: black;
    /*border-bottom: 1px solid rgba(54, 54, 54, 0.1);*/
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background: #CAE1FF;
    font-size: 13px;
    font-weight: normal;
    /* margin: 10px;*/
    line-height: 25px;
    padding: 4px;
    height: 35px;
    white-space: nowrap; /* 自适应宽度*/
    word-break: keep-all; /* 避免长单词截断，保持全部 */
}

.gFooter {
    color: #104E8B;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    background: #F7F7F7;
    font-size: 13px;
    font-weight: bold;
    padding: 4px;  
  /*  height: 33px;   不能写高度，否则文字换行就无法显示正常*/ 
    line-height: 25px;
}

.gFooter td{
       padding: 6px;   
}

.griditem {
    background: #fff;
    font-size: 12px;
    color: #000;
    text-align: center;
    height: 35px;
   
}
  

.Alternatingback {
    font-size: 12px;
    color: black;
    text-align: center;
    background-color: #EEE9E9;
    height: 35px;
}


.SelectedRowStyle {
    background-color: #eff7fd; /* #e7f4f6;*/ /*CMCL*/
    color: #000;
    height: 35px;
    text-align: center;
}

/* grid linkbutton */
.GridViewStyle A:link {
    /*  font-size: 12px;*/
    color: #336699;
    /*   #0099cc;*/
    text-decoration: none;
}


    .GridViewStyle A:link:hover {
        color: #5BADEE;
    }

.GridViewStyle A:visited {
    color: #336699;
}

/*------------------------------------
    5. icon CSS
------------------------------------*/
/*联系fa图标*/
/*.contactDetail {
    font-size: 20px;
    color: #0099cc;
    text-decoration: none;
}*/
/*联系fa图标*/
/*.shipTracking {
    font-size: 18px;
    color: #0099cc;
    text-decoration: none;
}*/
.CMCLWdate {
    border-left: solid 1px #c1c1c1;
    border-top: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #6f6f6f;
    /*  background: #fff url(../images/cal3.jpg) no-repeat right;*/
    background: #fff url(../images/calendar.png) no-repeat right;
    font-size: 14px;
    border-radius: 3px;
    color: #444444;
    padding-top: 0px;
    padding-left: 5px;
    width: 120px;
}

/*------------------------------------
    6. 主页 留言板 cmcl-contact CSS   以及  modal 登录按钮modal-logincontact
------------------------------------*/

.cmcl-contact {
    margin: 0px;
    padding: 40px 50px 40px 50px;
    background: url(../ESTATIC/assets/images/bg/course-contact-bg.jpg); /*pipi*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .cmcl-contact span {
        font-size: 24px;
        color: #111111;
        display: block;
    }

    .cmcl-contact input,
    .cmcl-contact textarea,
    .cmcl-contact select {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ffffff;
        color: #767676;
        background: #ffffff;
        padding: 10px 18px;
    }

    .cmcl-contact input,
    .cmcl-contact select {
        margin-bottom: 30px;
        height: 45px;
    }

    .cmcl-contact textarea {
        height: 140px;
        display: inherit;
    }

    .cmcl-contact .select-option {
        position: relative;
    }

        .cmcl-contact .select-option select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
            z-index: 11;
            position: relative;
        }

        .cmcl-contact .select-option:after {
            content: '\f107';
            font-family: FontAwesome;
            color: #767676;
            right: 15px;
            position: absolute;
            top: 16px;
            font-size: 20px;
            pointer-events: none;
        }

    .cmcl-contact ::-webkit-input-placeholder {
        color: #767676;
    }

    .cmcl-contact :-ms-input-placeholder {
        color: #767676;
    }

    .cmcl-contact ::placeholder {
        color: #767676;
    }

    .cmcl-contact .submitbuttonface {
        border: 2px solid;
        border-color: #5BADEE;
        background:#5BADEE;
        position: relative;
        display: inline-block;
        padding: 12px 22px;
        border-radius: 3px;
        line-height: normal;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        transition: all .3s ease 0s;
        text-transform: uppercase;
    }

        .cmcl-contact .submitbuttonface:hover {
            color: #5BADEE;
            background: #fff;
            opacity: 0.9;
        }


.lableworning {
    font-size: 14px;
    color: #336699;
}


.modal-logincontact {
    margin: 0px;
    padding: 20px;   
}

    .modal-logincontact .submitbuttonface {
        border: 2px solid;
        border-color: #5BADEE;
        background: #5BADEE;
        position: relative;
        display: inline-block;
        padding: 12px 22px;
        border-radius: 3px;
        line-height: normal;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        transition: all .3s ease 0s;
        text-transform: uppercase;
        width: 100%;
    }

    .modal-logincontact .submitbuttonface:hover {
        color: #5BADEE;
        background: #fff;
        opacity: 0.9;
    }



/*------------------------------------
    7. 页面主体上方筛选条件 cmcl-course-select CSS
------------------------------------*/

.cmcl-course-select {
    margin: 0px;
    padding: 10px;/*缩小，留给下面区域大*/
    /* padding: 20px 30px 30px;*/ /* 这句话如何 css 后面有 pt-10  pb-10 会失效，所以这里是默认值*/
    background: url(../EIMAGES/bg/select-bg.png);   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .cmcl-course-select form input,
    .cmcl-course-select form textarea,
    .cmcl-course-select form select {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ffffff;
        color: #767676;
        background: #ffffff;
        padding: 10px 18px;
    }

    .cmcl-course-select form input,
    .cmcl-course-select form select {
        margin-bottom: 30px;
        height: 45px;
    }

    .cmcl-course-select form textarea {
        height: 140px;
        display: inherit;
    }

    .cmcl-course-select form .select-option {
        position: relative;
    }

        .cmcl-course-select form .select-option select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
            z-index: 11;
            position: relative;
        }

        .cmcl-course-select form .select-option:after {
            content: '\f107';
            font-family: FontAwesome;
            color: #767676;
            right: 15px;
            position: absolute;
            top: 16px;
            font-size: 20px;
            pointer-events: none;
        }

    .cmcl-course-select form ::-webkit-input-placeholder {
        color: #767676;
    }

    .cmcl-course-select form :-ms-input-placeholder {
        color: #767676;
    }

    .cmcl-course-select form ::placeholder {
        color: #767676;
    }



.rs-inner-blog .cmcl-unorder-list li {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    font-size:15px;
}

    .rs-inner-blog .cmcl-unorder-list li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\f105";
        font-family: FontAwesome;
        color: #3973ac; /*#5BADEE;*/ /*CMCL*/
        font-size: 20px;
    }


.rs-inner-blog .cmcl-widget-title {
    color: #111111;
       font-size: 20px;  
    line-height: 26px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: 8px;
}

    .rs-inner-blog .cmcl-widget-title:before {
        content: "";
        position: absolute;
        border: 0;
        width: 85px;
        height: 2px;
        background: #5BADEE;
        z-index: 1;
        margin-left: 0;
        bottom: 0;
        left: 0;
    }


/*------------------------------------
    8. 页面右侧快捷链接 CSS
------------------------------------*/


#NavTop {
    width: 140px;
    height: 270px;
    margin-top: 50px;
    position: fixed;
    right: 0px;
    top: 65px; /*固定位置,右浮动，距上65px*/
}

    #NavTop #NavCon {
        width: 140px;
        height: 270px;
        /* background:url('images/d.png') repeat-y;*/
        position: relative;
        border: 0px solid #eff7fd;
    }
   
    
    /*此地方没有放图片，所以这个没有用到 */     
         /*   #NavTop #NavCon img.banner {
            position: absolute;
            left: 25px;
              top: -40px;
            }*/

       

        #NavTop #NavCon ul {
            margin-top: 20px;
        }

            #NavTop #NavCon ul li a {
                text-decoration: none;
                color: #fff;
                width: 105px;
                height: 30px;
                background: #336699;
                display: block;
                margin-top: 10px;
                /*  margin-left: 20px;*/
                margin-left: 25px;
                line-height: 30px;
                text-align: center;
                font-family: Microsoft YaHei UI;
                font-size: 14px;
            }

                #NavTop #NavCon ul li a:hover {
                    background: #007bff;
                }

      /*  #NavTop #NavCon img.bottom {
            margin-top: 15px;
        }*/




/*------------------------------------
    8-2 . 页面右侧快捷链接 CSS   英文版
------------------------------------*/
@media screen and (max-width: 1365px) {
    .quicklink-none {
        display: none;
    }
}


@media screen and (max-width: 992px) {
    .guid-none {
        display: none;
    }
}
       

#NavTopE {
    width: 215px;
    height: 270px;
    margin-top: 50px;
    position: fixed;
    right: 0px;
    top: 65px; /*固定位置,右浮动，距上80px*/
}

    #NavTopE #NavCon {
        width: 215px;
        height: 270px;
        /* background:url('images/d.png') repeat-y;*/
        position: relative;
        border: 0px solid #eff7fd;
    }


        /*此地方没有放图片，所以这个没有用到 */
        /*   #NavTopE #NavCon img.banner {
            position: absolute;
            left: 25px;
              top: -40px;
            }*/



        #NavTopE #NavCon ul {
            margin-top: 20px;
        }

            #NavTopE #NavCon ul li a {
                text-decoration: none;
                color: #fff;
                width: 180px;
                height: 30px;
                background: #336699;
                display: block;
                margin-top: 10px;
                /*  margin-left: 20px;*/
                margin-left: 10px;
                line-height: 30px;
                text-align: center;
                font-family: Microsoft YaHei UI;
                font-size: 14px;
            }

                #NavTopE #NavCon ul li a:hover {
                    background: #007bff;
                }

/*  #NavTopE #NavCon img.bottom {
            margin-top: 15px;
        }*/



/*------------------------------------
    9. 网站地图 CSS
------------------------------------*/


.div-ul-li ul li {
    /*以上三行实现自适应start*/
    width: 20%; /*设置宽度*/   
    text-align: left; /*设置对齐方式*/
    float: left; /*设置浮动未left*/
    /*以上三行实现自适应end*/
    list-style-type: none; /*去掉li的消圆点*/
    display: inline; /*设置成横向排列*/
    margin-bottom: 4px;
}


.div-ul-li ul li.half {
    /*以上三行实现自适应start*/
    width: 50%; /*设置宽度*/
    text-align: left; /*设置对齐方式*/
    float: left; /*设置浮动未left*/
    /*以上三行实现自适应end*/
    list-style-type: none; /*去掉li的消圆点*/
    display: inline; /*设置成横向排列*/
}
    .div-ul-li ul li span {
        color: #394459;
        font-size: 15px;
        font-weight: 400;
    }

.div-ul-li ul li span.gray {
    color: #B5B5B5;
    font-size: 16px;
    font-weight: 400;
}


.div-ul-li li:hover span {
   /* display: block;*/
    text-decoration: none;
    color: #5BADEE;
    font-size: 16px;
    font-weight: bold;
}

.div-ul-li ul li a:hover {
    color: #273c66;
}


@media screen and (max-width: 996px) {
    .div-ul-li-sm ul li {       
        width: 50%; /*设置宽度*/     
    }  
}


/*------------------------------------
    10. 网厅内地图  CSS
------------------------------------*/


.div-ul-li-3 ul li {
    /*以上三行实现自适应start*/
    width: 100%; /*设置宽度*/
    text-align: left; /*设置对齐方式*/
    float: left; /*设置浮动未left*/
    /*以上三行实现自适应end*/
    list-style-type: none; /*去掉li的消圆点*/
    display: inline; /*设置成横向排列*/
    margin-bottom:8px;
}

.div-ul-li-3 ul li.half {
    /*以上三行实现自适应start*/
    width: 50%; /*设置宽度*/
    text-align: left; /*设置对齐方式*/
    float: left; /*设置浮动未left*/
    /*以上三行实现自适应end*/
    list-style-type: none; /*去掉li的消圆点*/
    display: inline; /*设置成横向排列*/
}

    .div-ul-li-3 ul li span {
        color: #394459;
        font-size: 15px;
        font-weight: 400;
    }

        .div-ul-li-3 ul li span.gray {
            color: #B5B5B5;
            font-size: 16px;
            font-weight: 400;
        }

.div-ul-li-3 li:hover span {
    /* display: block;*/
    text-decoration: none;
    color: #5BADEE;
    font-size: 16px;
    font-weight: bold;
}

.div-ul-li-3 ul li a:hover {
    color: #273c66;
}