/* 公共样式  */
.teach-list { font-size: 0; margin: 0 -17px;}

.teach-list > li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 48%; padding: 0 0.17px;}

.teach-list li { margin: 0 6px;}

.teach-list li a { display: inline-block; *display: inline; *zoom: 1;}

.teach-list .img-scale { position: relative; padding: 0 4px 4px 0; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s;}

.teach-list .img-scale::after { display: block; content: ""; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; top: auto; right: 0; bottom: 0; left: auto; z-index: -1; width: 94%; height: 100%;  -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s;}
/* border-right: 4px solid #5289d5; border-bottom: 4px solid #5289d5; */
.teach-list .img-scale:hover { box-shadow: 0 0 12px 0 #aaa;}

.teach-list .img-scale:hover::after { width: 100%; border-color: #003776;}

.teach-list .img-scale:hover .name { color: #003776;}

.teach-list .img-frame { width: 155px;}

.teach-list .img-frame .img { padding: 145% 0 0;}

.teach-list .name { margin: 0 0 5px; font-size: 22px; font-weight: 700; line-height: 28px; color: #000; text-align: left;}

.teach-list .text { width: -webkit-calc(100% - 175px); width: -moz-calc(100% - 175px); width: calc(100% - 175px); padding: 10px 10px 0 0;}

.teach-list .text .info { line-height: 27px;}

.teach-list .text .info span { color: #000;}

.teach-list .text .info.yjfx { max-height: 54px; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

.teach-list .more { margin: 5px 0 0; font-size: 14px; font-weight: 500; line-height: 25px; color: #003776; text-align: left; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s;}

.teach-list .more:hover { padding-left: 10px; text-decoration: underline !important;}
