/* 招生信息 */

.container {
    overflow: hidden;
    margin-top: 15px;}

.module {
    float: left;
    margin: 0 0 20px;}

.module-name {
    margin: 0 0px 10px;
    border-bottom: 1px solid #1786e3;
    height: 45px;}

.module-name span {
    display: inline-block;
    font-size: 2.1em;
    color: #363636;
    line-height: 43px;
    border-bottom: 3px solid #1786e3;
    padding-left: 1px;}

.module-name a {
    float: right;
    color: #bdbdbd;
    margin-top: 8px;
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #BFBFBF;
    background-repeat: no-repeat;
    background-position: center;}

.module-name a:hover {
    background-color: #F46428;}


/*新闻列表*/

.news-center {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;}

.news-center .module-content {
    position: relative;
    overflow: hidden;
    height: 280px;}

.news-center .module-name {
    margin-bottom: 15px;}

.focus-container {
    width: 420px;
    height: 270px;
    left: 0;
    top: 10px;
    position: absolute;
    overflow: hidden;}

.focus-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;}

.focus-container .focus-slide {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}

.focus-container .focus-slide img {
    display: block;
    width: 100%;
    height: 100%;}

.focus-title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 1.6em;
    text-indent: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    background: rgba(0, 0, 0, 0.5);}

.focus-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 100px;
    display: block;}

.focus-pagination {
    display: block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 6px;
    bottom: 0;
    z-index: 10;
    text-align: right;}

.focus-pagination a {
    width: 20px;
    height: 5px;
    display: inline-block;
    margin: 0 5px;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;}

.focus-pagination a:hover,
.focus-pagination a.active {
    background: #F4C41F;}

.news-center .news-list {
    width: 755px;
    float: right;}

.news-center .news-list li {
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
    display: table;
    width: 100%;}

.news-center .news-list a {
    display: block;
    font-size: 1.6em;
    line-height: 45px;
    background: url(../img/qiye/list.jpg) no-repeat left center;
    padding-left: 10px;
    color: #666666;
    display: table-cell;
    transition: all .3s ease;}

.news-center .news-list li:hover a,
.news-center .news-list li:hover span {
    color: #F46428;}

.news-center .news-list span {
    font-size: 1.6em;
    line-height: 45px;
    color: #A9A9A9;
    display: table-cell;
    text-align: right;
    transition: all .3s ease;}


/* 合作項目 */

.cooperation {
    width: 570px;
    margin-bottom: 20px;
    float: left;}

.cooperation .module-name {
    margin-bottom: 15px;}

.cooperation-list li {
    display: table;
    border-bottom: 1px solid #F0F0F0;
    line-height: 45px;
    width: 100%;}

.cooperation-list a {
    display: table-cell;
    background: url(../img/qiye/list.jpg) no-repeat left center;
    padding-left: 10px;
    font-size: 1.6em;
    color: #666666;}

.cooperation-list li:hover a,
.cooperation-list li:hover span {
    color: #F46428;}

.cooperation-list span {
    display: table-cell;
    text-align: right;
    font-size: 1.6em;
    color: #999999;}


/* 實訓環境 */

.practical {
    width: 605px;
    margin-bottom: 20px;
    float: right;
    position: relative;
    overflow: hidden;}

.practical-list1 {
    width: 140px;
    float: left;}

.practical-list1 a,
.practical-list2 a {
    display: block;
    position: relative;
    width: 140px;
    height: 92px;}

.practical-list1 li:first-child a,
.practical-list2 li:first-child a {
    margin-bottom: 10px;}

.practical-list1 a img,
.practical-list2 a img,
.practical-big a img {
    display: block;
    width: 100%;
    height: 100%;}

.practical-list1 a,
.practical-list2 a,
.practical-big a {
    opacity: 0.85;
    filter: Alpha(opacity=85);
    transition: all .3s ease;}

.practical-list1 a span,
.practical-list2 a span,
.practical-big a span {
    display: block;
    position: absolute;
    bottom: 0px;
    height: 25px;
    line-height: 25px;
    opacity: 0;
    filter: Alpha(opacity=0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    width: 100%;
    transition: all .3s ease;}

.practical-list1 a:hover,
.practical-list2 a:hover,
.practical-big a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);}

.practical-list1 a:hover span,
.practical-list2 a:hover span,
.practical-big a:hover span {
    bottom: 0;
    opacity:1;
    filter: Alpha(opacity=100);}

.practical-big {
    width: 298px;
    float: left;
   padding-left: 13px;
    box-sizing: border-box;}

.practical-big a {
    display: block;
    position: relative;
    width: 100%;
    height: 194px;}

.practical-list2 {
    width: 140px;
    float: right;}


/* 合作企业 */

.cooperative {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    background-color: #F1F1F1;
    padding-bottom: 10px;}

.cooperative .module-name {
    margin: 0 10px 15px;}

.cooperative .btn-link {
    display: block;
    width: 21px;
    height: 21px;
    margin-top: 10px;
    background-color: #c9c9c9;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    padding: 0;
    margin-right: 2px;}

.btn-prev {
    background-image: url(../img/qiye/link_right.jpg);
    margin-right: 2px;}

.btn-next {
    background-image: url(../img/qiye/link_left.jpg);}

.cooperative .change-box {
    float: right;}

.cooperative .cooperative-list {
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    height: 60px;}

.cooperative .cooperative-list li {
    float: left;}

.cooperative .cooperative-list li a {
    display: block;
    width: 210px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    margin: 0 13px;}

.cooperative .cooperative-list li span {
    font-size: 1.6em;
    color: #000000;
    padding-left: 10px;
    transition: all .3s ease;}

.cooperative .cooperative-list li img {
    width: 40px;
    height: 40px;
    display: block;
    padding-top: 10px;
    float: left;
    padding-left: 20px;
    transition: all .3s ease;}

.cooperative .cooperative-list li:hover span {
    color: #F45635;}


/* 优秀学员 */

.student {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: 203px;}

.student-list {
    position: absolute;
    left: 0;
    width: 100%;
    height: 203px;}

.student-list li {
    float: left;
    width: 226px;
    height: auto;
    margin-left: 17px;}

.student-list li:first-child {
    margin-left: 2px;}

.student-list h6 {
    font-size: 1.6em;
    color: #363636;
    text-align: center;
    line-height: 150%;
    padding: 5px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;}

.student-list h6 span {
    display: block;}

.student-list li:hover h6 {
    color: #F45635;}

.student-list li a {
    display: block;}

.student-list li img {
    width: 100%;
    height: 150px;}

.student-list li p {
    font-size: 1.2em;
    color: #898989;}

@media only screen and (max-width:1199px) {
    .news-center {
        width: 98%;
        margin: 0 auto 20px;}
    .focus-container {
        width: 37%;}
    .news-center .news-list {
        width: 62%;}
    .cooperation {
        width: 40%;
        margin-left: 1%;}
    .practical {
        width: 57%;
        margin-right: 1%;}
    .practical-list1,
    .practical-list2 {
        width: 135px;}
    .practical-list1 a,
    .practical-list2 a {
        width: 100%;}
    .practical-big {
        margin-left: 8px;}
    .cooperation-list li {
        line-height: 40px;}
    .cooperative .cooperative-list li img {
        padding-left: 15px;}
    .cooperative .cooperative-list li a {
        width: 180px;
        margin: 0 10px;}
    .student {
        width: 98%;
        margin-left: 1%;}
}


/*768-1024*/

@media only screen and (max-width:1023px) {
    .news-center .module-content{
        height: auto;}
    .communicative,
    .anti-corruption,
    .branch {
        width: 37%;
        float: right;
        margin-right: 1%;
        height: 320px;}
    .inner-party,
    .committee {
        width: 59%;
        margin-left: 1%;
        height: 320px;}
    .communicative-list .time-box {
        display: none;}
    .communicative-list li {
        padding: 11px 0;}
    .focus-container {
        display: none;}
    .news-center .news-list {
        width: 100%;}
    .news-center .news-list a {
        line-height: 44px;}
    .cooperation {
        width: 98%;}
    .cooperation-list li {
        line-height: 44px;}
    .practical {
        width: 98%;}
    .practical-list1,
    .practical-list2 {
        width: 26%;}
    .practical-list1 a,
    .practical-list2 a {
        height: auto;}
    .practical-big {
        width: 46%;
        height: 267px;}
    .practical-big a {
        height: 100%;}
    .cooperative-list li {
        width: 28%;
        margin: 0 2.4%;
        float: left;}
    .cooperative .cooperative-list li a {
        width: 100%;
        margin: 0;
        padding-left: 15px;
        float: none;}
}


/*640-767*/

@media only screen and (max-width:767px) {
    .communicative,
    .anti-corruption,
    .branch,
    .inner-party {
        width: 98%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;}
    .teacher-list {
        padding-bottom: 0;}
    .teacher-list li .txt {
        width: 77%;}
    .teacher-list h6 {
        line-height: 40px;}
    .toutiao-list li p {
        line-height: 30px;}
    .teacher-list li a,
    .toutiao-list li a,
    .branch-list li a {
        line-height: 40px;}
    .communicative-list .title-box h6 {
        line-height: 40px;}
    .cooperative .cooperative-list li img {
        padding-left: 8px;}
    .practical {
        display: none;}
}


/* 480-639*/

@media only screen and (max-width:639px) {
    .teacher-list li .img {
        display: none;}
    .teacher-list li .txt {
        width: 100%;}
    .teacher-list li:first-child a,
    .toutiao-list li:first-child a {
        padding-left: 0;}
    .communicative-list .title-box {
        padding: 0;}
    .cooperative .cooperative-list {
        height: auto;}
    .cooperative-list li {
        width: 100%;
        margin: 0 0 10px;}
    .cooperative .btn-link {
        display: none;}
    .cooperative .cooperative-list li span {
        padding-left: 15px;}
    .cooperative .cooperative-list li a {
        height: 50px;
        line-height: 50px;}
    .cooperative .cooperative-list li img {
        padding-top: 5px;}
}


/* 360-479*/

@media only screen and (max-width:479px) {
    .teacher-list li a {
        width: 70%;}
    .news-center .news-list a,
    .cooperation-list a {
        width: 70%;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}
    .news-center .news-list span,
    .cooperation-list span{
        display: block;
        float: right;
        margin-top: 3px;}
}


/* 320-359*/

@media only screen and (max-width:359px) {

}